linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-02 14:55:06 to 2021-08-10 20:51:18 UTC [more...]

[PATCH/RFC 0/4] Attempt to make progress with btrfs dev number strangeness
 2021-08-10 20:51 UTC  (7+ messages)
` [PATCH 4/4] Add "tree" number to "inode" number in various /proc files
` [PATCH 3/4] VFS/btrfs: add STATX_TREE_ID
` [PATCH 1/4] btrfs: include subvol identifier in inode number if -o inumbits=
` [PATCH 2/4] btrfs: add numdevs= mount option

why is the same mount point repeatedly mounted in nested manner?
 2021-08-10 20:36 UTC  (15+ messages)

Trying to recover data from SSD
 2021-08-10 16:12 UTC  (4+ messages)

[PATCH] btrfs: fix NULL pointer dereference when deleting device by invalid id
 2021-08-10 15:57 UTC  (3+ messages)

[PATCH] btrfs: fix max max_inline for pagesize=64K
 2021-08-10 15:23 UTC 

[PATCH v2] btrfs: sysfs: map sysfs files to their path
 2021-08-10 15:00 UTC  (3+ messages)

[PATCH] btrfs: zoned: add ASSERTs on splitting extent_map
 2021-08-10 14:04 UTC  (3+ messages)

[PATCH v2] fstests: btrfs/244: add test case to verify the behavior of deleting non-existing device
 2021-08-10 14:04 UTC  (5+ messages)

[PATCH] btrfs: zoned: fix alloc offset calculation
 2021-08-10 13:54 UTC  (2+ messages)

[PATCH] btrfs: zoned: suppress reclaim error message on EAGAIN
 2021-08-10 13:50 UTC  (4+ messages)

[PATCH v2] btrfs: zoned: allow disabling of zone auto relcaim
 2021-08-10 13:46 UTC  (4+ messages)

[PATCH v4 00/21] btrfs: support idmapped mounts
 2021-08-10 13:42 UTC  (7+ messages)
` [PATCH v4 01/21] namei: add mapping aware lookup helper

[PATCH] btrfs: sysfs: map sysfs files to their path
 2021-08-10  9:48 UTC  (4+ messages)

Mixed inline and regular extents caused by btrfs/062
 2021-08-10  8:58 UTC  (4+ messages)

switch iomap to an iterator model v2
 2021-08-10  7:13 UTC  (38+ messages)
` [PATCH 01/30] iomap: fix a trivial comment typo in trace.h
` [PATCH 02/30] iomap: remove the iomap arguments to ->page_{prepare,done}
` [PATCH 03/30] iomap: mark the iomap argument to iomap_sector const
` [PATCH 04/30] iomap: mark the iomap argument to iomap_inline_data const
` [PATCH 05/30] iomap: mark the iomap argument to iomap_inline_data_valid const
` [PATCH 06/30] fs: mark the iomap argument to __block_write_begin_int const
` [PATCH 07/30] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 08/30] iomap: mark the iomap argument to iomap_read_inline_data const
` [PATCH 09/30] iomap: mark the iomap argument to iomap_read_page_sync const
` [PATCH 10/30] iomap: fix the iomap_readpage_actor return value for inline data
` [PATCH 11/30] iomap: add the new iomap_iter model
` [PATCH 12/30] iomap: switch readahead and readpage to use iomap_iter
` [PATCH 13/30] iomap: switch iomap_file_buffered_write "
` [PATCH 14/30] iomap: switch iomap_file_unshare "
` [PATCH 15/30] iomap: switch iomap_zero_range "
` [PATCH 16/30] iomap: switch iomap_page_mkwrite "
` [PATCH 17/30] iomap: switch __iomap_dio_rw "
` [PATCH 18/30] iomap: switch iomap_fiemap "
` [PATCH 19/30] iomap: switch iomap_bmap "
` [PATCH 20/30] iomap: switch iomap_seek_hole "
` [PATCH 21/30] iomap: switch iomap_seek_data "
` [PATCH 22/30] iomap: switch iomap_swapfile_activate "
` [PATCH 23/30] fsdax: switch dax_iomap_rw "
` [PATCH 24/30] iomap: remove iomap_apply
` [PATCH 25/30] iomap: pass an iomap_iter to various buffered I/O helpers
` [PATCH 26/30] iomap: rework unshare flag
` [PATCH 27/30] fsdax: factor out helpers to simplify the dax fault code
` [PATCH 28/30] fsdax: factor out a dax_fault_actor() helper
` [PATCH 29/30] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 30/30] iomap: constify iomap_iter_srcmap

[PATCH v5 00/11] btrfs: defrag: rework to support sector perfect defrag
 2021-08-10  6:19 UTC  (15+ messages)
` [PATCH v5 01/11] btrfs: defrag: pass file_ra_state instead of file for btrfs_defrag_file()
` [PATCH v5 02/11] btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_defrag()
` [PATCH v5 03/11] btrfs: defrag: replace hard coded PAGE_SIZE to sectorsize
` [PATCH v5 04/11] btrfs: defrag: extract the page preparation code into one helper
` [PATCH v5 05/11] btrfs: defrag: introduce a new helper to collect target file extents
` [PATCH v5 06/11] btrfs: defrag: introduce a helper to defrag a continuous prepared range
` [PATCH v5 07/11] btrfs: defrag: introduce a helper to defrag a range
` [PATCH v5 08/11] btrfs: defrag: introduce a new helper to defrag one cluster
` [PATCH v5 09/11] btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
` [PATCH v5 10/11] btrfs: defrag: remove the old infrastructure
` [PATCH v5 11/11] btrfs: defrag: enable defrag for subpage case

[PATCH] btrfs: sysfs: advertise zoned support among features
 2021-08-10  0:30 UTC  (4+ messages)

[PATCH] btrfs-progs: Drop the type check in init_alloc_chunk_ctl_policy_regular
 2021-08-09 18:44 UTC  (2+ messages)

max_inline: alternative values?
 2021-08-09 14:13 UTC  (4+ messages)

How should we submit logs to this mailing list?
 2021-08-09 13:08 UTC 

Cannot mount hm-smr drive with btrfs
 2021-08-09  9:54 UTC  (3+ messages)

[PATCH] btrfs: zoned: allow disabling of zone auto relcaim
 2021-08-09  8:10 UTC  (4+ messages)

[btrfs] ecc64fab7d: stress-ng.link.ops_per_sec -81.7% regression
 2021-08-08 17:36 UTC  (2+ messages)

Simple question for newbie developer about qgroup
 2021-08-08 11:56 UTC  (3+ messages)

A null-ptr-dereference bug in btrfs_rm_device in fs/btrfs/volumes.c
 2021-08-07  6:00 UTC  (3+ messages)

[PATCH] fstests: btrfs/244: add test case to make sure kernel won't crash when deleting non-existing device
 2021-08-06 11:20 UTC  (3+ messages)

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-08-06  8:18 UTC  (35+ messages)
` [PATCH 07/11] exportfs: Allow filehandle lookup to cross internal mount points
` [PATCH 01/11] VFS: show correct dev num in mountinfo
                ` A Third perspective on BTRFS nfsd subvol dev/inode number issues

[PATCH 0/7] btrfs: Use btrfs_find_item whenever possible
 2021-08-06  6:18 UTC  (21+ messages)
` [PATCH 1/7] btrfs: Reorder btrfs_find_item arguments
` [PATCH 2/7] btrfs: backref: Use btrfs_find_item in btrfs_find_one_extref
` [PATCH 3/7] btrfs: zoned: Use btrfs_find_item in calculate_emulated_zone_size
` [PATCH 4/7] btrfs: root-tree: Use btrfs_find_item in btrfs_find_orphan_roots
` [PATCH 5/7] btrfs: scrub: Use btrfs_find_item in scrub_enumerate_chunks
` [PATCH 6/7] btrfs: tree-log: Simplify log_new_ancestors
` [PATCH 7/7] btrfs: ioctl: Simplify btrfs_ioctl_get_subvol_info

Serious issues with scrub and raid56
 2021-08-05 22:40 UTC 

[PATCH v2] btrfs: fix root drop key inconsistent when drop subvolume/snapshot fails
 2021-08-05  8:57 UTC  (4+ messages)

[PATCH RFC] btrfs: sysfs: bytes_zone_unusable is not under CONFIG_BTRFS_DEBUG
 2021-08-05  1:07 UTC 

[PATCH] btrfs: print if fsverity support is built in when loading module
 2021-08-05  0:07 UTC  (4+ messages)

Files/Folders invisibles with 'ls -a' but can 'cd' to folder
 2021-08-04 22:55 UTC  (2+ messages)

[bug report] btrfs: zoned: enable relocation on a zoned filesystem
 2021-08-04 10:15 UTC 

Random csum errors
 2021-08-04  6:07 UTC  (5+ messages)
  ` Aw: "
    `  "

[PATCH] btrfs: properly split extent_map for REQ_OP_ZONE_APPEND
 2021-08-03 23:51 UTC  (5+ messages)

[PATCH] Btrfs: fix root drop key mismatch when drop snapshot fails
 2021-08-03  7:36 UTC  (4+ messages)

[PATCH] btrfs: properly cleanup the ordered extents if we hit critical error during bio assembly and submission
 2021-08-03  6:43 UTC 

[PATCH] btrfs: don't call end_extent_writepage() in __extent_writepage() when IO failed
 2021-08-03  5:53 UTC 

[PATCH 0/2] btrfs: fix the generic/475 crash for subpage case
 2021-08-03  5:31 UTC  (2+ messages)

A Third perspective on BTRFS nfsd subvol dev/inode number issues
 2021-08-02 21:50 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).