Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-06-08 11:26:14 to 2026-06-16 14:59:58 UTC [more...]

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-16 14:59 UTC  (8+ messages)
` [PATCH RFC 2/8] fs: add a global device to super block hash table
` [PATCH RFC 7/8] erofs: open via dedicated fs bdev helpers

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-16 14:08 UTC  (19+ 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 04/18] fs, block: move blk_mode_t and fop_flags_t into <linux/types.h>
` [PATCH RFC v2 05/18] ext4: use anonymous devices for KUnit test superblocks
` [PATCH RFC v2 06/18] ocfs2: don't reset s_dev on dismount
` [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 09/18] xfs: port to fs_bdev_file_open_by_path()
` [PATCH RFC v2 10/18] btrfs: open via dedicated fs bdev helpers
` [PATCH RFC v2 11/18] ext4: "
` [PATCH RFC v2 12/18] fs: look up superblocks via the device table in fs_holder_ops
` [PATCH RFC v2 13/18] fs: tolerate per-superblock freeze errors on shared devices
` [PATCH RFC v2 14/18] erofs: open via dedicated fs bdev helpers
` [PATCH RFC v2 15/18] f2fs: "
` [PATCH RFC v2 16/18] super: make fs_holder_ops private
` [PATCH RFC v2 17/18] fs: look up the superblock via the device table in user_get_super()
` [PATCH RFC v2 18/18] selftests/filesystems: add ustat() coverage

[PATCH v6 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-06-16 13:23 UTC  (7+ messages)
` [PATCH v6 12/14] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions
` [PATCH v6 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files
` [PATCH v6 14/14] selftests/mm: add writable-file collapse tests for khugepaged

[PATCH v4 0/3] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
 2026-06-16 12:45 UTC  (7+ messages)
` [PATCH v4 1/3] block: revert the iov_iter after a short copy in bio_iov_iter_bounce_write()
` [PATCH v4 2/3] block: respect iov_iter::nofault flag "
` [PATCH v4 3/3] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO

[PATCH v2 0/5] block,btrfs: fix frozen-superblock strand on device add/remove/replace
 2026-06-16 12:35 UTC  (7+ messages)
` [PATCH v2 1/5] block: allow making a block device unfreezable
` [PATCH v2 2/5] block: split bdev_yield_claim() out of bdev_fput()
` [PATCH v2 3/5] btrfs: deny freezing a device while it is being removed
` [PATCH v2 4/5] btrfs: deny freezing a device while it is being added
` [PATCH v2 5/5] btrfs: deny freezing devices undergoing a replace

[PATCH 0/7] btrfs: error-path fixes for device add and replace
 2026-06-16 11:41 UTC  (8+ messages)
` [PATCH 1/7] btrfs: wait for an RCU grace period before freeing a device on add error
` [PATCH 2/7] btrfs: don't unwind a committed device on the seeding add error path
` [PATCH 3/7] btrfs: drain replace writes before freeing the target on start failure
` [PATCH 4/7] btrfs: drain replace writes before freeing the target on cancel
` [PATCH 5/7] btrfs: don't leave dev-replace STARTED after an early finishing failure
` [PATCH 6/7] btrfs: destroy the target device when mark_block_group_to_copy() fails
` [PATCH 7/7] btrfs: keep the exclusive op held while a dev-replace is suspended in-mount

[PATCH] btrfs-progs: re-enable tree search v2 ioctl
 2026-06-16 11:25 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH] btrfs: declare btrfs_ioctl_search_args_v2::buf as __u8
 2026-06-16 11:18 UTC  (2+ messages)

[PATCH v2] btrfs: log swapfile activation/deactivation and warn about pinned block groups
 2026-06-16 10:18 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 7.2
 2026-06-16  7:07 UTC  (2+ messages)

[PATCH v2] btrfs: zoned: don't force read-only on transient -EAGAIN from reloc merge
 2026-06-16  6:51 UTC 

[PATCH v3 0/4] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
 2026-06-16  5:19 UTC  (12+ messages)
` [PATCH v3 1/4] block: revert the iov_iter after a short copy in bio_iov_iter_bounce_write()
` [PATCH v3 2/4] block: respect iov_iter::nofault flag "
` [PATCH v3 3/4] iomap: reject NOWAIT and BOUNCE direct IOs
` [PATCH v3 4/4] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO

[PATCH] btrfs: log swapfile activation/deactivation and warn about pinned block groups
 2026-06-15 23:39 UTC  (3+ messages)

[PATCH v3] btrfs: release extent lock per folio in readahead
 2026-06-15 22:39 UTC  (3+ messages)

Btrfs ENOSPC / Stuck in RO with "exclusive operation balance paused in progress"
 2026-06-15 20:00 UTC  (9+ messages)

[PATCH] btrfs: send: fix is_current_inode_path() to avoid path resets for common prefixes
 2026-06-15 17:14 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] btrfs: release extent lock per folio in readahead
 2026-06-15 16:56 UTC  (4+ messages)

[PATCH] btrfs: send: fix comment for SEND_MAX_DIR_UTIMES_CACHE_SIZE
 2026-06-15 16:45 UTC 

[linux-next:master] [btrfs] 14f9161e87: fio.write_iops 13.1% improvement
 2026-06-15 14:50 UTC 

[PATCH RFC 0/6] block,btrfs: fix frozen-superblock strand on device add/remove/replace
 2026-06-15 14:09 UTC  (11+ messages)
` [PATCH RFC 1/6] btrfs: destroy the target device when mark_block_group_to_copy() fails
` [PATCH RFC 2/6] block: allow making a block device unfreezable
` [PATCH RFC 3/6] block: split bdev_yield_claim() out of bdev_fput()
` [PATCH RFC 4/6] btrfs: deny freezing a device while it is being removed
` [PATCH RFC 5/6] btrfs: deny freezing a device while it is being added
` [PATCH RFC 6/6] btrfs: deny freezing devices undergoing a replace

[bug report] btrfs: fix corrupt read due to bad offset of a compressed extent map
 2026-06-15 13:12 UTC  (3+ messages)

[Questions] about defrag related logic
 2026-06-15 10:08 UTC  (2+ messages)

[PATCH] btrfs: fix copy_remapped_data() to not allocate more memory than intended
 2026-06-15  7:40 UTC  (2+ messages)

[PATCH] btrfs: Drop WQ_PERCPU from ordered_flags in btrfs_init_workqueues()
 2026-06-14 22:31 UTC  (2+ messages)

[PATCH] generic: add a test case for writes with prealloc extents beyond i_size
 2026-06-14 15:24 UTC  (3+ messages)

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-06-13 11:00 UTC  (5+ messages)
  ` [PATCH v4] "

[PATCH] btrfs: release extent lock per folio in readahead
 2026-06-12 21:08 UTC  (2+ messages)

[PATCH 0/2] btrfs: fix incorrect barrier usage in relocation
 2026-06-12 20:45 UTC  (7+ messages)
` [PATCH 1/2] btrfs: fix reloc root cleanup in merge_reloc_roots()
` [PATCH 2/2] btrfs: fix memory barrier order in reloc_root_is_dead()

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

[PATCH] btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()
 2026-06-12  9:33 UTC  (3+ messages)

Direct IO page bouncing got some garbage?
 2026-06-12  8:27 UTC  (4+ messages)

[PATCH] btrfs: fallback to transaction csum tree on a commit root csum miss
 2026-06-12  8:17 UTC  (2+ messages)

[PATCH] btrfs: fix use-after-free on reloc root after error in insert_dirty_subvol()
 2026-06-12  0:25 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[PATCH] btrfs: validate root ref item size and name length
 2026-06-11 23:13 UTC  (4+ messages)

[PATCH] btrfs: tree-checker: validate INODE_REF's namelen
 2026-06-11 15:23 UTC  (2+ messages)

[PATCH] btrfs: zoned: protect sb_write_pointer() reads with invalidate lock
 2026-06-11 13:57 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: fix memory leaks related to zone/RST
 2026-06-11  1:13 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: fix a memory leak in btrfs_prepare_device() for zoned devices
` [PATCH 2/3] btrfs-progs: fix a memory leak in btrfs_load_block_group_zone_info()
` [PATCH 3/3] btrfs-progs: fix a memory leak in __btrfs_map_block() after RST lookup failure

[PATCH btrfs v2] btrfs: reject free space cache with more entries than pages
 2026-06-10 21:44 UTC  (4+ messages)

[PATCH v7 00/43] btrfs: add fscrypt support
 2026-06-10 13:19 UTC  (4+ messages)

[PATCH v2] btrfs: tree-checker: validate inode_ref and root_ref name lengths
 2026-06-10 11:26 UTC  (3+ messages)

[PATCH v9 00/11] btrfs: introduce RAID stripe tree
 2026-06-10  9:11 UTC  (4+ messages)
` [PATCH v9 03/11] btrfs: add support for inserting raid stripe extents

[PATCH btrfs] btrfs: reject free space cache with more entries than pages
 2026-06-10  7:42 UTC  (6+ messages)

[PATCH v2] btrfs: fix zoned sub_group leak on space_info sysfs failure
 2026-06-10  6:32 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in __alloc_workqueue (2)
 2026-06-09 23:04 UTC 

[PATCH] btrfs: fix zoned sub_group leak on space_info sysfs failure
 2026-06-09 15:06 UTC  (3+ messages)

[PATCH v6 0/11] fstests: add test coverage for cloned filesystem ids
 2026-06-09 14:37 UTC  (17+ messages)
` [PATCH v6 01/11] fstests: add _loop_image_create_clone() helper
` [PATCH v6 02/11] fstests: add _clone_mount_option() helper
` [PATCH v6 04/11] fstests: add _require_unique_f_fsid() helper
` [PATCH v6 05/11] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v6 06/11] fstests: verify f_fsid for "

[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
 2026-06-09 13:38 UTC  (3+ messages)

[PATCH] btrfs: zoned: fix assertion in btrfs_zoned_reserve_data_reloc_bg
 2026-06-09 13:36 UTC  (2+ messages)

[PATCH v2] btrfs: do not overwrite NODATASUM flag when removing NODATACOW flag
 2026-06-09 11:38 UTC  (2+ messages)

[PATCH next] btrfs: tracepoints: fix error code in add_conflicting_inode()
 2026-06-09 10:52 UTC  (2+ messages)

[PATCH] btrfs: disable v1 space cache
 2026-06-09 10:01 UTC 

[PATCH v3] btrfs: start qgroup ioctl transactions on the quota root
 2026-06-09  6:34 UTC  (2+ messages)

[PATCH 0/3] btrfs: fixes and cleanups setting/clearing properties
 2026-06-08 22:53 UTC  (2+ messages)

[PATCH] btrfs: do not overwrite NODATASUM flag when removing NODATACOW flag
 2026-06-08 11:27 UTC  (4+ messages)

[PATCH v2 0/2] btrfs: minor fixes and cleanups on direct IO path
 2026-06-08 11:25 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