Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-09-04 11:52:14 to 2026-09-11 18:05:58 UTC [more...]

[PATCH AUTOSEL 6.18-6.12] btrfs: derive f_fsid from on-disk fsid and dev_t
 2026-09-11 18:05 UTC  (3+ messages)

Fwd: btrfs: OOM in split_item()
 2026-09-11 17:55 UTC  (6+ messages)

[PATCH] btrfs: use u64 for the page indices in heuristic_collect_sample()
 2026-09-11 17:26 UTC  (2+ messages)

[PATCH 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-09-11 17:23 UTC  (6+ messages)
` [PATCH 1/3] btrfs: derive f_fsid from on-disk fsuuid and dev_t

[PATCH] btrfs: tree-checker: cache accessor return value in CHECK_FE_ALIGNED()
 2026-09-11 16:15 UTC 

[PATCH v2 0/3] reduce reflink src inode lock contention
 2026-09-11  9:17 UTC  (5+ messages)
` [PATCH v2 1/3] btrfs: pre-flush reflink source before taking inode locks
` [PATCH v2 2/3] btrfs: skip unlocked reflink source flush if the inode has writers
` [PATCH v2 3/3] btrfs: downgrade the reflink source inode lock for tree walking

[PATCH v2] btrfs-progs: add "-r|--rename" option to "btrfs device scan"
 2026-09-11  7:43 UTC 

[PATCH v3] btrfs: introduce a new ioctl to force updating the device name
 2026-09-11  7:40 UTC 

[PATCH 0/2] btrfs: introduce a new ioctl to force updating the device name
 2026-09-11  5:38 UTC  (3+ messages)
` [PATCH 1/2] btrfs: fix the wrong direction for BTRFS_IOC_DEVICES_READY
` [PATCH 2/2] btrfs: introduce a new ioctl to force updating the device name

[PATCH v6 0/6] btrfs: add per-inode compression levels in xattrs
 2026-09-11  3:33 UTC  (7+ messages)
` [PATCH v6 1/6] btrfs: export btrfs_match_compress_type(), move it to compression.h
` [PATCH v6 2/6] btrfs: also validate compression levels in btrfs_compress_is_valid_type()
` [PATCH v6 3/6] btrfs: add per-inode compression levels in xattrs
` [PATCH v6 4/6] btrfs: support inheritance for per-inode compression levels
` [PATCH v6 5/6] btrfs: add btrfs_compress_typelevel2str() helper
` [PATCH v6 6/6] btrfs: preserve btrfs.compression when setting inode flags

[PATCH] btrfs-progs: add "-r|--rename" option to "btrfs device scan"
 2026-09-11  1:32 UTC 

[PATCH] btrfs: introduce a new ioctl to force updating the device name
 2026-09-11  1:32 UTC 

[PATCH] btrfs: downgrade the reflink source inode lock
 2026-09-11  0:25 UTC  (4+ messages)

[PATCH] btrfs: increment extent count once when logging extents during fast fsync
 2026-09-10 22:21 UTC  (2+ messages)

[PATCH] btrfs: tree-checker: fix error message regarding free space extent items
 2026-09-10 22:07 UTC  (2+ messages)

[PATCH] btrfs: tree-checker: print dev extent offset in error message
 2026-09-10 22:07 UTC  (2+ messages)

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-09-10 20:58 UTC  (3+ messages)

commit 108cc873398932af589c295f78c348513b8d70d9 breaks update-grub on btrfs root filesystem
 2026-09-10 10:39 UTC  (9+ messages)

BUG: NULL pointer dereference in btrfs_decompress_buf2page() on zstd compressed read (7.1.9)
 2026-09-10 10:08 UTC 

[PATCH 0/2] btrfs: fix and simplify heuristic_collect_sample()
 2026-09-10  2:05 UTC  (3+ messages)
` [PATCH 1/2] btrfs: fix off-by-one end related to inode_need_compress()
` [PATCH 2/2] btrfs: simplify heuristic_collect_sample() to handle large folios better

[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

[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)

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  (13+ 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  (5+ messages)

[GIT PULL] Btrfs fixes for 7.3-rc2
 2026-09-05 18:40 UTC  (2+ messages)

[PATCH v8] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-09-05 14:25 UTC  (2+ messages)

[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  (4+ messages)
` [PATCH v2 2/3] btrfs: use bio::remaining for async checksumming synchronization

[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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox