public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-26 03:25:01 to 2026-01-29 09:07:27 UTC [more...]

[syzbot] Monthly btrfs report (Jan 2026)
 2026-01-29  9:07 UTC 

[PATCH v5 0/9] btrfs: used compressed_bio structure for read and write
 2026-01-29  3:23 UTC  (10+ messages)
` [PATCH v5 1/9] btrfs: introduce lzo_compress_bio() helper
` [PATCH v5 2/9] btrfs: introduce zstd_compress_bio() helper
` [PATCH v5 3/9] btrfs: introduce zlib_compress_bio() helper
` [PATCH v5 4/9] btrfs: introduce btrfs_compress_bio() helper
` [PATCH v5 5/9] btrfs: switch to btrfs_compress_bio() interface for compressed writes
` [PATCH v5 6/9] btrfs: remove the old btrfs_compress_folios() infrastructures
` [PATCH v5 7/9] btrfs: get rid of compressed_folios[] usage for compressed read
` [PATCH v5 8/9] btrfs: get rid of compressed_folios[] usage for encoded writes
` [PATCH v5 9/9] btrfs: get rid of compressed_bio::compressed_folios[]

[PATCH 0/2] fixup last alloc pointer after extent removal
 2026-01-29  3:10 UTC  (3+ messages)
` [PATCH 2/2] btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10

[PATCH v4 0/4] btrfs: fix transaction commit blocking during trim of unallocated space
 2026-01-29  2:16 UTC  (12+ messages)
` [PATCH v4 1/4] btrfs: continue trimming remaining devices on failure
` [PATCH v4 2/4] btrfs: preserve first error in btrfs_trim_fs
` [PATCH v4 3/4] btrfs: handle user interrupt properly "
` [PATCH v4 4/4] btrfs: fix transaction commit blocking during trim of unallocated space

[PATCH v3 0/3] pending chunk allocation EEXIST fix
 2026-01-29  2:11 UTC  (8+ messages)
` [PATCH v3 1/3] btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
` [PATCH v3 2/3] btrfs: unit tests for pending extent walking functions
` [PATCH v3 3/3] btrfs: forward declare btrfs_fs_info in volumes.h

[PATCH v3 0/9] btrfs: used compressed_bio structure for read and write
 2026-01-29  1:47 UTC  (16+ messages)
` [PATCH v3 1/9] btrfs: introduce lzo_compress_bio() helper
` [PATCH v3 2/9] btrfs: introduce zstd_compress_bio() helper
` [PATCH v3 3/9] btrfs: introduce zlib_compress_bio() helper
` [PATCH v3 4/9] btrfs: introduce btrfs_compress_bio() helper
` [PATCH v3 5/9] btrfs: switch to btrfs_compress_bio() interface for compressed writes
` [PATCH v3 6/9] btrfs: remove the old btrfs_compress_folios() infrastructures
` [PATCH v3 7/9] btrfs: get rid of compressed_folios[] usage for compressed read
` [PATCH v3 8/9] btrfs: get rid of compressed_folios[] usage for encoded writes
` [PATCH v3 9/9] btrfs: get rid of compressed_bio::compressed_folios[]

fsverity cleanups, speedup and memory usage optimization v4
 2026-01-29  0:07 UTC  (23+ messages)
` [PATCH 01/15] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 02/15] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/15] ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
` [PATCH 04/15] f2fs: "
` [PATCH 05/15] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 06/15] fsverity: start consolidating pagecache code
` [PATCH 07/15] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 08/15] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 09/15] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 10/15] fsverity: push out fsverity_info lookup
` [PATCH 11/15] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 12/15] ext4: consolidate fsverity_info lookup
` [PATCH 13/15] f2fs: "
` [PATCH 14/15] btrfs: "
` [PATCH 15/15] fsverity: use a hashtable to find the fsverity_info

[PATCH AUTOSEL 6.18] btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()
 2026-01-28 22:33 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18] btrfs: sync read disk super and set block size
` [PATCH AUTOSEL 6.18-6.12] btrfs: reject new transactions if the fs is fully read-only

fsverity cleanups, speedup and memory usage optimization v2
 2026-01-28 22:14 UTC  (18+ messages)
` [PATCH 04/11] fsverity: start consolidating pagecache code
` [PATCH 05/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 06/11] fsverity: push out fsverity_info lookup
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info

[PATCH] btrfs: prevent COW amplification during btrfs_search_slot
 2026-01-28 21:48 UTC  (2+ messages)

[PATCH] block: remove bio_last_bvec_all
 2026-01-28 21:04 UTC  (3+ messages)

[PATCH v4 0/9] btrfs: used compressed_bio structure for read and write
 2026-01-28 20:33 UTC  (14+ messages)
` [PATCH v4 1/9] btrfs: introduce lzo_compress_bio() helper
` [PATCH v4 2/9] btrfs: introduce zstd_compress_bio() helper
` [PATCH v4 3/9] btrfs: introduce zlib_compress_bio() helper
` [PATCH v4 4/9] btrfs: introduce btrfs_compress_bio() helper
` [PATCH v4 5/9] btrfs: switch to btrfs_compress_bio() interface for compressed writes
` [PATCH v4 6/9] btrfs: remove the old btrfs_compress_folios() infrastructures
` [PATCH v4 7/9] btrfs: get rid of compressed_folios[] usage for compressed read
` [PATCH v4 8/9] btrfs: get rid of compressed_folios[] usage for encoded writes
` [PATCH v4 9/9] btrfs: get rid of compressed_bio::compressed_folios[]

btrfs device replace vs btrfs device scrub
 2026-01-28 18:09 UTC 

[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
 2026-01-28 11:49 UTC  (20+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles

Stuck subvolume removal:
 2026-01-28  8:49 UTC  (6+ messages)

[PATCH] btrfs: zoned: use local fs_info variable in btrfs_load_block_group_dup
 2026-01-28  5:44 UTC  (4+ messages)

[PATCH v2 0/4] btrfs: tests: zoned: add selftest for zoned code
 2026-01-28  4:57 UTC  (8+ messages)
` [PATCH v2 1/4] btrfs: tests: add cleanup functions for test specific functions
` [PATCH v2 2/4] btrfs: add cleanup function for btrfs_free_chunk_map
` [PATCH v2 3/4] btrfs: zoned: factor out the zone loading part into a testable function
` [PATCH v2 4/4] btrfs: tests: zoned: add selftest for zoned code

fsverity cleanups, speedup and memory usage optimization v3
 2026-01-28  3:59 UTC  (46+ messages)
` [PATCH 01/16] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 02/16] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/16] ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
` [PATCH 04/16] f2fs: "
` [PATCH 05/16] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 06/16] fsverity: start consolidating pagecache code
` [PATCH 07/16] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 08/16] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 09/16] fsverity: constify the vi pointer in fsverity_verification_context
` [PATCH 10/16] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 11/16] fsverity: push out fsverity_info lookup
` [PATCH 12/16] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 13/16] ext4: consolidate fsverity_info lookup
` [PATCH 14/16] f2fs: "
` [PATCH 15/16] btrfs: "
` [PATCH 16/16] fsverity: use a hashtable to find the fsverity_info

[PATCH] generic: add missing kernel commit IDs to tests 784 and 785
 2026-01-27 20:23 UTC  (2+ messages)

[PATCH] btrfs: initialize periodic_reclaim_ready to true
 2026-01-27 19:20 UTC  (4+ messages)

[PATCH] btrfs: fix block_group_tree dirty_list corruption
 2026-01-27 19:00 UTC  (3+ messages)

[PATCH 0/2] btrfs: unfold transaction aborts for bg delete and get rid of a BUG_ON()
 2026-01-27 15:34 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: fix transaction commit blocking during trim of unallocated space
 2026-01-27 12:19 UTC  (8+ messages)
` [PATCH v3 1/2] btrfs: continue trimming remaining devices on failure
` [PATCH v3 2/2] btrfs: fix transaction commit blocking during trim of unallocated space
    ` [PATCH v3 2/2] btrfs: continue trimming remaining devices on failure

[PATCH] btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure()
 2026-01-27  5:49 UTC  (2+ messages)

btrfs/124 assert failure / crash
 2026-01-27  5:25 UTC  (3+ messages)

[PATCH] btrfs: fix copying the flags of btrfs_bio after split
 2026-01-27  3:10 UTC  (4+ messages)

[PATCH RFC] btrfs: collect untracked allocation stats
 2026-01-26 23:27 UTC  (3+ messages)
` [PATCH] "

[PATCH v2 0/9] btrfs: used compressed_bio structure for read and write
 2026-01-26 20:51 UTC  (9+ messages)
` [PATCH 4/9] btrfs: introduce btrfs_compress_bio() helper
` [PATCH 5/9] btrfs: switch to btrfs_compress_bio() interface for compressed writes
` [PATCH 7/9] btrfs: get rid of compressed_folios[] usage for compressed read
` [PATCH 8/9] btrfs: get rid of compressed_folios[] usage for encoded writes
` [PATCH 9/9] btrfs: get rid of compressed_bio::compressed_folios[]

[PATCH v3 0/5] btrfs: zoned: don't zone append to conventional zone
 2026-01-26 20:16 UTC  (5+ messages)
` [PATCH v3 1/5] "

memory leaks in btrfs raid code in 6.19-rc?
 2026-01-26  4:53 UTC 


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