messages from 2026-01-21 23:12:32 to 2026-01-26 20:16:56 UTC [more...]
[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] "
fsverity cleanups, speedup and memory usage optimization v2
2026-01-26 20:12 UTC (50+ messages)
` [PATCH 01/11] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 02/11] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/11] fsverity: pass struct file to ->write_merkle_tree_block
` [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 07/11] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 08/11] ext4: consolidate fsverity_info lookup
` [PATCH 09/11] f2fs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info
[PATCH v2 0/9] btrfs: used compressed_bio structure for read and write
2026-01-26 19:41 UTC (12+ messages)
` [PATCH 1/9] btrfs: introduce lzo_compress_bio() helper
` [PATCH 2/9] btrfs: introduce zstd_compress_bio() helper
` [PATCH 3/9] btrfs: introduce zlib_compress_bio() helper
` [PATCH 4/9] btrfs: introduce btrfs_compress_bio() helper
` [PATCH 5/9] btrfs: switch to btrfs_compress_bio() interface for compressed writes
` [PATCH 6/9] btrfs: remove the old btrfs_compress_folios() infrastructures
` [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[]
fsverity cleanups, speedup and memory usage optimization v3
2026-01-26 19:35 UTC (27+ 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] btrfs: zoned: use local fs_info variable in btrfs_load_block_group_dup
2026-01-26 17:38 UTC (2+ messages)
[PATCH] btrfs: initialize periodic_reclaim_ready to true
2026-01-26 17:34 UTC (2+ messages)
[PATCH] btrfs: fix copying the flags of btrfs_bio after split
2026-01-26 17:26 UTC (2+ messages)
[PATCH v3 0/3] pending chunk allocation EEXIST fix
2026-01-26 17:18 UTC (4+ 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/2] btrfs: fix transaction commit blocking during trim of unallocated space
2026-01-26 15:44 UTC (5+ 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 v2 0/4] btrfs: tests: zoned: add selftest for zoned code
2026-01-26 9:51 UTC (7+ 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
btrfs/124 assert failure / crash
2026-01-26 4:55 UTC
memory leaks in btrfs raid code in 6.19-rc?
2026-01-26 4:53 UTC
[PATCH 0/9] btrfs: used compressed_bio structure for writes
2026-01-26 2:53 UTC (12+ messages)
` [PATCH 1/9] btrfs: introduce lzo_compress_bio() helper
` [PATCH 2/9] btrfs: introduce zstd_compress_bio() helper
` [PATCH 3/9] btrfs: introduce zlib_compress_bio() helper
` [PATCH 4/9] btrfs: introduce btrfs_compress_bio() helper
` [PATCH 5/9] btrfs: switch to btrfs_compress_bio() interface for compressed writes
` [PATCH 6/9] btrfs: remove the old btrfs_compress_folios() infrastructures
` [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 v2] btrfs: fix transaction commit blocking during trim of unallocated space
2026-01-26 1:58 UTC (6+ messages)
[PATCH v2 0/3] pending chunk allocation EEXIST fix
2026-01-25 15:31 UTC (8+ messages)
` [PATCH v2 1/3] btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
` [PATCH v2 2/3] btrfs: unit tests for pending extent walking functions
` [PATCH v2 3/3] btrfs: forward declare btrfs_fs_info in volumes.h
[PATCH v8 00/17] Remap tree
2026-01-25 12:57 UTC (12+ messages)
` [PATCH v8 09/17] btrfs: redirect I/O for remapped block groups
` [PATCH v8 10/17] btrfs: handle deletions from remapped block group
` [PATCH v8 12/17] btrfs: move existing remaps before relocating "
` [PATCH v8 15/17] btrfs: allow balancing remap tree
[PATCH 0/2] fixup last alloc pointer after extent removal
2026-01-25 10:08 UTC (4+ messages)
` [PATCH 1/2] btrfs: zoned: fixup last alloc pointer after extent removal for DUP
` [PATCH 2/2] btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10
[PATCH 0/3] btrfs: get rid of compressed_bio::compressed_folios[] part 1
2026-01-24 21:48 UTC (2+ messages)
[PATCH 0/4] btrfs: tests: zoned: add selftest for zoned code
2026-01-24 14:22 UTC (9+ messages)
` [PATCH 1/4] btrfs: tests: add cleanup functions for test specific functions
` [PATCH 2/4] btrfs: add cleanup function for btrfs_free_chunk_map
` [PATCH 3/4] btrfs: zoned: factor out the zone loading part into a testable function
` [PATCH 4/4] btrfs: tests: zoned: add selftest for zoned code
[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
2026-01-24 10:45 UTC (19+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles
[PATCH v2 0/2] btrfs-progs: enhance detection on unknown keys in subvolumes
2026-01-24 1:05 UTC (2+ messages)
[PATCH 0/3] btrfs-progs: check: properly fix missing INODE_REF cases
2026-01-24 1:00 UTC (2+ messages)
[PATCH] btrfs-progs: corrupt-block: allow to specify the value for key corruption
2026-01-24 0:45 UTC (2+ messages)
[PATCH 0/2] btrfs-progs: mkfs: optimize the discard behavior so it won't drive me crazy
2026-01-23 23:02 UTC (2+ messages)
[PATCH] btrfs-progs: zoned: fix loading of DUP block-groups with mismatching alloc_offsets
2026-01-23 22:41 UTC (2+ messages)
[PATCH] btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
2026-01-23 17:25 UTC (6+ messages)
[PATCH 0/2] btrfs: unfold transaction aborts for bg delete and get rid of a BUG_ON()
2026-01-23 10:17 UTC (3+ messages)
` [PATCH 1/2] btrfs: abort transaction on error in btrfs_remove_block_group()
` [PATCH 2/2] btrfs: do not BUG_ON() "
[PATCH] btrfs: zoned: fix loading of DUP block-groups with mismatching alloc_offsets
2026-01-23 9:34 UTC (3+ messages)
[PATCH v2] btrfs: zoned: fixup last alloc pointer after extent removal for RAID1
2026-01-23 6:57 UTC (2+ messages)
[PATCH] btrfs: remove unused return value assignment in btrfs_finish_extent_commit()
2026-01-22 21:14 UTC (3+ messages)
` [PATCH v2] btrfs: handle "
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-22 17:04 UTC (13+ messages)
[PATCH] btrfs: unfold transaction aborts in btrfs_finish_one_ordered()
2026-01-22 11:34 UTC (4+ messages)
[PATCH 00/19] btrfs: fix a return value and remove pointless labels and gotos
2026-01-22 10:45 UTC (3+ messages)
` [PATCH v2 "
[PATCH v2 0/3] btrfs: apply strict alignment checks to extent maps
2026-01-22 9:35 UTC (2+ messages)
btrfs: refcount_t underflow/use-after-free in delayed inode update on 6.18.y (works on 6.17.y)
2026-01-22 7:08 UTC (4+ messages)
[PATCH] btrfs: fix transaction commit blocking during trim of unallocated space
2026-01-22 5:55 UTC (2+ messages)
[PATCH 0/2] btrfs: cleanup and fix sample_block_group_extent_item()
2026-01-22 1:43 UTC (4+ messages)
` [PATCH 2/2] btrfs: deal with missing root in sample_block_group_extent_item()
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