Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-09-07 20:06:26 to 2026-09-13 21:40:48 UTC [more...]

[PATCH] btrfs: add "/dev/root" exception for device path update
 2026-09-13 21:40 UTC  (3+ messages)

[PATCH v2 00/16] btrfs: remove the v1 space cache
 2026-09-13 21:21 UTC  (17+ messages)
` [PATCH v2 01/16] btrfs: stop enabling the v1 space cache from the on-disk state
` [PATCH v2 02/16] btrfs: remove the v1 space cache writeout from the transaction commit
` [PATCH v2 03/16] btrfs: remove the free space cache endio workqueue
` [PATCH v2 04/16] btrfs: remove the v1 space cache write path
` [PATCH v2 05/16] btrfs: drop the transaction handle from the prealloc helpers
` [PATCH v2 06/16] btrfs: remove the v1 space cache load path
` [PATCH v2 07/16] btrfs: remove btrfs_disk_cache_state
` [PATCH v2 08/16] btrfs: remove the SPACE_CACHE mount option flag
` [PATCH v2 09/16] btrfs: replace btrfs_set_free_space_cache_v1_active() with a cleanup helper
` [PATCH v2 10/16] btrfs: remove the free space cache trimming ranges
` [PATCH v2 11/16] btrfs: remove BTRFS_RESERVE_FLUSH_FREE_SPACE_INODE
` [PATCH v2 12/16] btrfs: remove the free space inode ordered extent special cases
` [PATCH v2 13/16] btrfs: remove the free space inode special cases from the COW paths
` [PATCH v2 14/16] btrfs: stop special-casing free space inodes in the delalloc accounting
` [PATCH v2 15/16] btrfs: stop reading free space inodes from the commit root
` [PATCH v2 16/16] btrfs: remove TRANS_JOIN_NOLOCK

[PATCH] btrfs: cleanup submit_extent_folio()
 2026-09-13 11:29 UTC 

[PATCH v2 1/3] linux/log2.h: Add 64-bit safe variants of power-of-two functions
 2026-09-13  8:41 UTC  (3+ messages)

[PATCH] btrfs: derive f_fsid with dev_t only when temp_fsid is active
 2026-09-13  2:43 UTC  (5+ messages)

[GIT PULL] Btrfs fixes for 7.3-rc3
 2026-09-12 16:16 UTC  (2+ messages)

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-09-12 12:57 UTC  (4+ messages)

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

[PATCH] btrfs-progs: docs: discourage root btrfs usage without an initramfs
 2026-09-12  9:25 UTC 

[PATCH] btrfs: tree-checker: cache accessor return value in CHECK_FE_ALIGNED()
 2026-09-11 23:44 UTC  (2+ messages)

commit 108cc873398932af589c295f78c348513b8d70d9 breaks update-grub on btrfs root filesystem
 2026-09-11 23:42 UTC  (13+ messages)

[PATCH v2 0/3] reduce reflink src inode lock contention
 2026-09-11 21:51 UTC  (6+ 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 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 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)

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  (7+ messages)
` [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  (4+ messages)
` [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


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