Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-06-21 22:57:44 to 2026-06-30 19:00:09 UTC [more...]

[BUG REPORT] btrfs/io_uring: GPF in tctx_task_work_run after encoded read error completion
 2026-06-30 19:00 UTC  (2+ messages)

[PATCH v4 0/3] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
 2026-06-30 15:11 UTC  (3+ messages)
` [PATCH v4 3/3] "

[PATCH] btrfs: don't let shrinker touch extent_maps that are being logged
 2026-06-30 14:06 UTC  (7+ messages)

[PATCH 0/6] btrfs: defrag/autodefrag fixes and cleanups
 2026-06-30  9:53 UTC  (13+ messages)
` [PATCH 1/6] btrfs: defrag: fix deadlock between defrag and delalloc space reservation
` [PATCH 2/6] btrfs: fix pending delayed iputs when using autodefrag
` [PATCH 3/6] btrfs: defrag: use a single list for each loop in defrag_one_range()
` [PATCH 4/6] btrfs: defrag: use auto kfree in defrag_one_range() for folios array
` [PATCH 5/6] btrfs: defrag: use simple list_del() in defrag_collect_targets()
` [PATCH 6/6] btrfs: defrag: remove pointless list_del_init() in defrag_one_cluster()

[PATCH v4 0/3] btrfs: simplify the stripe buffer handling
 2026-06-30  8:23 UTC  (4+ messages)
` [PATCH v4 1/3] btrfs: remove SCRUB_MAX_SECTORS_PER_BLOCK
` [PATCH v4 2/3] btrfs: extract the common scrub read endio into a helper
` [PATCH v4 3/3] btrfs: use kvmalloc() for stripe buffer of scrub_stripe

[PATCH] btrfs: fix u32 to s64 type conversion in dirty_metadata_bytes accounting
 2026-06-30  2:49 UTC  (4+ messages)

[PATCH v2 0/2] btrfs: fix inlined file extent items in data reloc
 2026-06-30  2:10 UTC  (13+ messages)
` [PATCH] btrfs: print-tree: print header owner as signed
` [PATCH v2 1/2] btrfs: do not try compression for data reloc inodes
` [PATCH v2 2/2] btrfs: reject inline file extent item in get_new_location()

[PATCH] btrfs: replace writeback inhibition xarray with a fixed inline buffer
 2026-06-30  2:07 UTC  (4+ messages)

[PATCH v3 0/2] btrfs: simplify the stripe buffer handling
 2026-06-30  1:52 UTC  (5+ messages)
` [PATCH v3 1/2] btrfs: remove SCRUB_MAX_SECTORS_PER_BLOCK
` [PATCH v3 2/2] btrfs: use kvmalloc() for stripe buffer of scrub_stripe

[PATCH] btrfs: compression: allocate buckets with workspace
 2026-06-30  1:51 UTC  (5+ messages)

[PATCH] btrfs: fix NULL pointer deref during assertion in btrfs_backref_free_node()
 2026-06-30  1:25 UTC  (3+ messages)

[PATCH] btrfs: sink idmap parameter to __btrfs_ioctl_snap_create()
 2026-06-30  0:14 UTC  (2+ messages)

[PATCH] btrfs: use correct type for sectorsize/nodesize/blocksize
 2026-06-29 22:25 UTC  (3+ messages)

[PATCH] btrfs: don't pass tree_id in btrfs_search_path_in_tree()
 2026-06-29 21:01 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] btrfs: raid56: use async_tx API for parity operations
 2026-06-29 20:01 UTC  (4+ messages)

[RFC PATCH 00/40] mm: reliable 1GB page allocation
 2026-06-29 14:39 UTC  (5+ messages)

cleanup the RAID6 P/Q library v3
 2026-06-29 12:48 UTC  (9+ messages)
` [PATCH 08/18] raid6: warn when using less than four devices

[PATCH v2] btrfs: always wait for ordered extents to avoid OE races
 2026-06-29 12:11 UTC  (2+ messages)

[PATCH 0/5] allocate extent_buffer GFP_NOFAIL with unlocked retry
 2026-06-29  9:18 UTC  (9+ messages)
` [PATCH 1/5] btrfs: factor init_extent_buffer from __alloc_extent_buffer
` [PATCH 2/5] btrfs: add struct btrfs_eb_prealloc
` [PATCH 3/5] btrfs: enable unlocked NOFAIL retry for eb allocations
` [PATCH 4/5] btrfs: probe with GFP_NOWAIT for tree block readahead
` [PATCH 5/5] btrfs: use GFP_NOWAIT when inhibiting eb writeback

[PATCH v2] btrfs: use kvmalloc() for stripe buffer of scrub_stripe
 2026-06-29  5:50 UTC 

[PATCH] btrfs: use kvmalloc() for stripe buffer of scrub_stripe
 2026-06-29  2:18 UTC 

shrink btrfs partition - recommended way?
 2026-06-29  0:42 UTC  (3+ messages)

[PATCH RFC] btrfs: implement a new compat RO feature, data_io_size
 2026-06-28  6:27 UTC 

[PATCH RFC] btrfs-progs: introduce data_io_size compat ro flags and mkfs support
 2026-06-28  6:26 UTC 

Question: btrfs: clarify space_info RCU-list traversal contract
 2026-06-27 13:36 UTC 

[PATCH v2 0/2] fs: btrfs: add support for readdir
 2026-06-27  6:20 UTC  (7+ messages)
` [PATCH v2 1/2] fs: btrfs: implement opendir(), readdir() and closedir()
` [PATCH v2 2/2] fs: btrfs: use fs_ls_generic() and drop custom implementation

[PATCH] btrfs: add EM_WARN_ON_ONCE() to dump the extent map on a warning
 2026-06-26 11:21 UTC 

[RFC 00/15] btrfs: RAID5 with RAID stripe-tree (zoned + non-zoned)
 2026-06-26 10:51 UTC  (10+ messages)
` [RFC 08/15] btrfs: implement RAID stripe-tree RAID5 writes

[PATCH 0/2] fs: btrfs: add support for readdir
 2026-06-26 10:23 UTC  (6+ messages)
` [PATCH 1/2] fs: btrfs: implement opendir(), readdir() and closedir()
` [PATCH 2/2] fs: btrfs: use fs_ls_generic() and drop custom implementation

[PATCH] btrfs: always wait for ordered extents to avoid OE races
 2026-06-26 10:13 UTC  (5+ messages)

[PATCH] btrfs: only account delalloc bytes for regular file inodes in btrfs_getattr()
 2026-06-26  9:18 UTC  (2+ messages)

[PATCH 01/19] btrfs: require at least 4 devices for RAID 6
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH 01/18] raid6: turn the userspace test harness into a kunit test
 2026-06-26  8:20 UTC  (2+ messages)

[Bug] general protection fault in btrfs_backref_free_node
 2026-06-26  6:55 UTC 

[PATCH v2 0/8] btrfs-progs: fscrypt updates
 2026-06-25 23:50 UTC  (11+ messages)
` [PATCH v2 1/8] btrfs-progs: check: fix max inline extent size
` [PATCH v2 2/8] btrfs-progs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v2 3/8] btrfs-progs: start tracking extent encryption context info
` [PATCH v2 4/8] btrfs-progs: add inode encryption contexts
` [PATCH v2 5/8] btrfs-progs: print encryptin type field of file extents
` [PATCH v2 6/8] btrfs-progs: handle fscrypt context items
` [PATCH v2 7/8] btrfs-progs: check: update inline extent length checking
` [PATCH v2 8/8] btrfs-progs: recognize ENCRYPT inode item flag

[PATCH] btrfs: skip tests that fail when autodefrag is enabled
 2026-06-25 22:36 UTC  (2+ messages)

[PATCH] btrfs: wait for ordered extents before buffered write fallback in direct IO
 2026-06-25  6:51 UTC  (5+ messages)

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-24 22:48 UTC  (22+ messages)
` [PATCH RFC v2 01/18] xfs: fix the error unwind in xfs_open_devices()
` [PATCH RFC v2 02/18] super: convert s_count to refcount_t s_passive
` [PATCH RFC v2 03/18] super: take lock after last reference count
` [PATCH RFC v2 05/18] ext4: use anonymous devices for KUnit test superblocks
` [PATCH RFC v2 07/18] fs: maintain a global device-to-superblock table
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems
` [PATCH RFC v2 17/18] fs: look up the superblock via the device table in user_get_super()

[PATCH] btrfs: remove btrfs_fs_info::stripesize
 2026-06-24 22:13 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_alloc_ordered_extent
 2026-06-24 18:17 UTC  (2+ messages)

[PATCH] btrfs: send: fix is_current_inode_path() to avoid path resets for common prefixes
 2026-06-24 16:54 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] btrfs: uapi: fix stale BTRFS_SYSTEM_CHUNK_ARRAY_SIZE comment
 2026-06-24 15:35 UTC  (2+ messages)

[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
 2026-06-24 15:18 UTC  (4+ messages)

[PATCH v9 01/22] fsverity: report validation errors through fserror to fsnotify
 2026-06-24  8:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-06-24  8:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] btrfs: change block group reclaim_mark to bool
 2026-06-24  6:18 UTC  (3+ messages)

[PATCH v3 0/2] btrfs: fix inlined file extent items in data reloc
 2026-06-23 12:16 UTC  (4+ messages)
` [PATCH v3 1/2] btrfs: do not try compression for data reloc inodes
` [PATCH v3 2/2] btrfs: reject inline file extents item in get_new_location()

[PATCH] btrfs: send: fix comment for SEND_MAX_DIR_UTIMES_CACHE_SIZE
 2026-06-23 12:14 UTC  (3+ messages)

[PATCH v5] btrfs: zoned: don't force read-only on transient -EAGAIN from reloc merge
 2026-06-23 12:13 UTC  (2+ messages)

[PATCH 0/2] btrfs: fix inlined file extent items in data reloc
 2026-06-22 22:26 UTC  (4+ messages)
` [PATCH 1/2] btrfs: do not try compression for data reloc inodes

[syzbot] [btrfs?] WARNING in can_finish_ordered_extent
 2026-06-22 17:01 UTC 

[PATCH v4] btrfs: zoned: don't force read-only on transient -EAGAIN from reloc merge
 2026-06-22 12:48 UTC  (3+ messages)

[PATCH v2] btrfs: decentralize transaction aborts in create_reloc_root
 2026-06-22 11:18 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in extent_writepage_io (2)
 2026-06-22  6:23 UTC 

[PATCH] btrfs: sysfs: fix path of the "read_policy" module parameter in comment
 2026-06-21 22:57 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