messages from 2026-09-03 06:23:33 to 2026-09-10 02:06:22 UTC [more...]
[PATCH 0/2] btrfs: fix and simplify heuristic_collect_sample()
2026-09-10 2:05 UTC
commit 108cc873398932af589c295f78c348513b8d70d9 breaks update-grub on btrfs root filesystem
2026-09-10 0:02 UTC (8+ messages)
[PATCH v2 0/7] btrfs: convert some struct page users to folios
2026-09-09 17:30 UTC (14+ messages)
` [PATCH v2 1/7] btrfs: tests: rename process_page_range() to process_folio_range()
` [PATCH v2 2/7] btrfs: tests: convert test_find_delalloc() to use folios
` [PATCH v2 3/7] btrfs: tests: use eb folio helpers in extent buffer memory checks
` [PATCH v2 4/7] btrfs: convert btrfs_compr_pool_scan() to use folios
` [PATCH v2 5/7] btrfs: convert heuristic_collect_sample() "
` [PATCH v2 6/7] btrfs: fix stale function references in compression comments
` [PATCH v2 7/7] btrfs: use folios for reading super blocks from the block device
[PATCH] btrfs: downgrade the reflink source inode lock
2026-09-09 17:28 UTC
[PATCH] btrfs: use u64 for the page indices in heuristic_collect_sample()
2026-09-09 17:10 UTC
[syzbot] [btrfs?] WARNING in btree_csum_one_bio (2)
2026-09-09 16:23 UTC
[PATCH 00/15] btrfs: remove the v1 space cache
2026-09-09 4:33 UTC (20+ messages)
` [PATCH 01/15] btrfs: stop enabling the v1 space cache from the on-disk state
` [PATCH 02/15] btrfs: remove the v1 space cache writeout from the transaction commit
` [PATCH 03/15] btrfs: remove the free space cache endio workqueue
` [PATCH 04/15] btrfs: remove the v1 space cache write path
` [PATCH 05/15] btrfs: drop the transaction handle from the prealloc helpers
` [PATCH 06/15] btrfs: remove the v1 space cache load path
` [PATCH 07/15] btrfs: remove btrfs_disk_cache_state
` [PATCH 08/15] btrfs: remove the SPACE_CACHE mount option flag
` [PATCH 09/15] btrfs: replace btrfs_set_free_space_cache_v1_active() with a cleanup helper
` [PATCH 10/15] btrfs: remove the free space cache trimming ranges
` [PATCH 11/15] btrfs: remove BTRFS_RESERVE_FLUSH_FREE_SPACE_INODE
` [PATCH 12/15] btrfs: remove the free space inode ordered extent special cases
` [PATCH 13/15] btrfs: remove the free space inode special cases from the COW paths
` [PATCH 14/15] btrfs: stop special-casing free space inodes in the delalloc accounting
` [PATCH 15/15] btrfs: stop reading free space inodes from the commit root
[PATCH RESEND v2] btrfs: fix use-after-free in mark_block_group_to_copy
2026-09-09 1:40 UTC (2+ messages)
Fwd: btrfs: OOM in split_item()
2026-09-09 1:06 UTC (5+ messages)
btrfs: My gripe with GFP_NOFS
2026-09-08 23:27 UTC
How to exclude other filesystems but include subvolumes?
2026-09-08 17:31 UTC (2+ messages)
[PATCH v7 00/43] btrfs: add fscrypt support
2026-09-08 16:47 UTC (4+ messages)
` [PATCH v7 09/43] btrfs: add infrastructure for safe em freeing
[PATCH 0/3] btrfs: use kvmalloc() for allocations that can be larger than page size
2026-09-08 15:40 UTC (9+ messages)
` [PATCH 1/3] btrfs: use kvmalloc() for overwrite_item()
` [PATCH 2/3] btrfs: use kvmalloc() for uncompress_inline()
` [PATCH 3/3] btrfs: use kvmalloc() to allocate compression workspace buffer
[PATCH 0/4] btrfs-progs: enhance the backup root behavior
2026-09-08 14:25 UTC (8+ messages)
` [PATCH 1/4] btrfs-progs: docs: update the rescue=usebackuproot option
` [PATCH 2/4] btrfs-progs: unexport btrfs_setup_chunk_tree_and_device_map()
` [PATCH 3/4] btrfs-progs: check: use correct generation when -r option is provided
` [PATCH 4/4] btrfs-progs: check: introduce --backup-slot option
[PATCH] btrfs: use kvmalloc() for split_item()
2026-09-08 13:12 UTC (4+ messages)
[PATCH v5 0/6] btrfs: add per-inode compression levels in xattrs
2026-09-07 20:05 UTC (7+ messages)
` [PATCH v5 1/6] btrfs: export btrfs_match_compress_type(), move it to compression.h
` [PATCH v5 2/6] btrfs: also validate compression levels in btrfs_compress_is_valid_type()
` [PATCH v5 3/6] btrfs: add per-inode compression levels in xattrs
` [PATCH v5 4/6] btrfs: support inheritance for per-inode compression levels
` [PATCH v5 5/6] btrfs: add btrfs_compress_typelevel2str() helper
` [PATCH v5 6/6] btrfs: preserve btrfs.compression when setting inode flags
[PATCH] btrfs: drain sysfs callbacks before stopping transaction kthread
2026-09-07 18:00 UTC (5+ messages)
` [PATCH v2 0/2] btrfs: delay mounted sysfs attributes until mount is ready
` "
[PATCH v3 0/5] btrfs: fix io_uring encoded IO cleanup
2026-09-07 17:55 UTC (3+ messages)
[PATCH v2] btrfs: replace is_data_bbio() with is_data_inode() for direct usage
2026-09-07 17:41 UTC (2+ messages)
[PATCH] btrfs: reflow comments left awkward by the typo fixes
2026-09-07 12:35 UTC (3+ messages)
[PATCH] btrfs: zstd: avoid a copy in zstd_decompress_bio()
2026-09-07 12:11 UTC (2+ messages)
[PATCH v3 0/6] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
2026-09-07 11:38 UTC (7+ messages)
` [PATCH v3 1/6] btrfs: use an on-stack path in btrfs_insert_orphan_item()
[PATCH v4 0/4] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
2026-09-07 10:47 UTC (2+ messages)
[PATCH v2] btrfs: fix typos and repeated words in comments
2026-09-07 10:06 UTC (5+ messages)
[PATCH] btrfs: move async csum generation out of experimental features
2026-09-07 9:59 UTC (14+ messages)
[PATCH 00/10] btrfs: convert some struct page users to folios
2026-09-07 6:51 UTC (23+ messages)
` [PATCH 01/10] btrfs: tests: rename process_page_range() to process_folio_range()
` [PATCH 02/10] btrfs: tests: convert test_find_delalloc() to use folios
` [PATCH 03/10] btrfs: tests: use eb folio helpers in extent buffer memory checks
` [PATCH 04/10] btrfs: convert btrfs_compr_pool_scan() to use folios
` [PATCH 05/10] btrfs: convert heuristic_collect_sample() "
` [PATCH 06/10] btrfs: fix stale function references in compression comments
` [PATCH 07/10] btrfs: use folios for reading super blocks from the block device
` [PATCH 08/10] btrfs: keep the free space cache inode mapping at order 0
` [PATCH 09/10] btrfs: convert struct btrfs_io_ctl to use folios
` [PATCH 10/10] btrfs: rename io_ctl page helpers to folio helpers
[PATCH v2 0/2] btrfs: allow more fine control to rescue=usebackuproot
2026-09-06 7:03 UTC (3+ messages)
` [PATCH v2 1/2] btrfs: always use the second newest slot for rescue=usebackuproot
` [PATCH v2 2/2] btrfs: introduce more accurate usebackuproot options
[PATCH 0/2] btrfs: allow more fine control to rescue=usebackuproot
2026-09-06 5:26 UTC (3+ messages)
` [PATCH 1/2] btrfs: always use the second newest slot for rescue=usebackuproot
` [PATCH 2/2] btrfs: introduce more accurate usebackuproot options
[PATCH 0/2] btrfs: introduce a new experimental feature, RAID56_VSL
2026-09-05 22:25 UTC (9+ messages)
` [PATCH 1/2] btrfs: split sectorsize into datasize and sectorsize
` [PATCH 2/2] btrfs: implement a new incompat feature, raid56_vsl
[GIT PULL] Btrfs fixes for 7.3-rc2
2026-09-05 18:40 UTC (2+ messages)
[PATCH v6] loop: Fix NULL pointer dereference in lo_rw_aio()
2026-09-05 14:25 UTC (18+ messages)
` [PATCH v7] "
` [PATCH v7.1] "
` [PATCH v8] "
[PATCH] btrfs: wait for RCU readers before freeing a new device
2026-09-05 11:06 UTC
[PATCH v2 0/3] btrfs: async checksumming cleanups
2026-09-04 22:50 UTC (9+ messages)
` [PATCH v2 1/3] btrfs: consume the given iter directly instead of copying in csum_one_bio()
` [PATCH v2 2/3] btrfs: use bio::remaining for async checksumming synchronization
` [PATCH v2 3/3] btrfs: promote async checksumming out of EXPERIMENTAL
[PATCH v2] btrfs: tree-checker: add qgroup status item check
2026-09-04 21:57 UTC (3+ messages)
[syzbot] Monthly btrfs report (Sep 2026)
2026-09-04 20:33 UTC
[PATCH 1/2] btrfs: fix typos in comments
2026-09-04 16:38 UTC (3+ messages)
` [PATCH 2/2] btrfs: fix repeated words "
Device for root volume appears as '/dev/root', 7.3-rc1 regression
2026-09-04 16:33 UTC (2+ messages)
[PATCH] btrfs: fix deadlocks with transaction commit when cloning inline extents
2026-09-04 15:34 UTC (7+ messages)
[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-09-04 11:24 UTC (4+ messages)
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems
[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-09-04 9:34 UTC (4+ messages)
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()
[PATCH v2 0/2] btrfs-progs: fix stale active zone after mkfs
2026-09-04 6:24 UTC (3+ messages)
` [PATCH v2 1/2] btrfs-progs: zoned: refresh stale cached zone state in btrfs_reset_dev_zone()
` [PATCH v2 2/2] btrfs-progs: check: detect leaked active zones on zoned devices
[PATCH v8 0/13] fstests: add test coverage for cloned filesystem ids
2026-09-04 6:14 UTC (4+ messages)
` [PATCH v8 07/13] fstests: verify fanotify isolation on cloned filesystems
[PATCH v2 0/3] btrfs: avoid unnecessary transaction commit and tree-checker updates
2026-09-03 21:47 UTC (10+ messages)
` [PATCH 1/3] btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents()
` [PATCH 2/3] btrfs: tree-checker: validate key offset for inode ref keys
` [PATCH 3/3] btrfs: tree-checker: validate parent field for inode extref items
` [PATCH v3 0/3] btrfs: avoid unnecessary transaction commit and tree-checker updates
` [PATCH v3 1/3] btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents()
` [PATCH v3 2/3] btrfs: tree-checker: validate key offset for inode ref keys
` [PATCH v3 3/3] btrfs: tree-checker: validate parent field for inode extref items
[PATCH] btrfs: tree-checker: validate name length for extref items
2026-09-03 21:41 UTC (3+ messages)
[PATCH] btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents()
2026-09-03 20:48 UTC (2+ messages)
[PATCH v3 RESEND 0/4] btrfs: removal of on-stack paddrs[], final part
2026-09-03 20:38 UTC (2+ messages)
Device for root volume appears as '/dev/root', 7.3-rc1 regression
2026-09-03 12:25 UTC
[PATCH v3] btrfs: use ordered extent to grab the logical address for submission
2026-09-03 6:30 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox