public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-28 02:37:49 to 2026-02-03 21:47:10 UTC [more...]

[PATCH 0/3] btrfs: a few space reservation fixes and comment update
 2026-02-03 21:46 UTC  (7+ messages)
` [PATCH 1/3] btrfs: be less agressive with metadata overcommit when we can do full flushing
` [PATCH 2/3] btrfs: don't allow log trees to consume global reserve or overcommit metadata
` [PATCH 3/3] btrfs: update comment for BTRFS_RESERVE_NO_FLUSH

[PATCH 0/2] btrfs: clean up two FIXMEs related to btrfs_search_slot output handling
 2026-02-03 21:06 UTC  (4+ messages)
` [PATCH 1/2] btrfs: handle unexpected exact match in btrfs_set_inode_index_count()
` [PATCH 2/2] btrfs: replace BUG() with error handling in __btrfs_balance()

[PATCH 0/2] btrfs: cleanups to the sys chunk array checks
 2026-02-03 21:03 UTC  (4+ messages)
` [PATCH 1/2] btrfs: remove duplicate system chunk array max size overflow check
` [PATCH 2/2] btrfs: move min sys chunk array size check to validate_sys_chunk_array()

[PATCH] btrfs: pass boolean literals as the last argument to inc_block_group_ro()
 2026-02-03 20:54 UTC  (3+ messages)

[PATCH 0/3] btrfs: unbalanced disks aware per-profile available space estimation
 2026-02-03 20:52 UTC  (6+ messages)
` [PATCH 1/3] btrfs: introduce the device layout aware per-profile available space
` [PATCH 2/3] btrfs: update per-profile available estimation
` [PATCH 3/3] btrfs: use per-profile available space in calc_available_free_space()

[GIT PULL] Btrfs fix for 6.19-rc8+
 2026-02-03 18:29 UTC  (2+ messages)

[PATCH v2 00/21] btrfs: updates to delayed refs accounting and space reservation
 2026-02-03 18:03 UTC  (4+ messages)
` [PATCH v2 21/21] btrfs: always reserve space for delayed refs when starting transaction

[PATCH] btrfs: use the correct type to initialize block reserve for delayed refs
 2026-02-03 18:03 UTC 

[BUG] 6.18-rc7 cannot mount RAID1 zoned btrfs
 2026-02-03 14:22 UTC  (11+ messages)

btrfs stopps working when stressed
 2026-02-03 13:05 UTC  (9+ messages)

We have a space info key for a block group that doesn't exist
 2026-02-03  8:17 UTC  (7+ messages)

[PATCH v5 0/9] btrfs: used compressed_bio structure for read and write
 2026-02-03  6:35 UTC  (11+ 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 v2 0/4] btrfs: tests: zoned: add selftest for zoned code
 2026-02-03  6:27 UTC  (5+ messages)
` [PATCH v2 4/4] "

fsverity speedup and memory usage optimization v5
 2026-02-03  5:36 UTC  (23+ messages)
` [PATCH 01/11] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 02/11] readahead: push invalidate_lock out of page_cache_ra_unbounded
` [PATCH 03/11] ext4: move ->read_folio and ->readahead to readahead.c
` [PATCH 04/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 05/11] fsverity: deconstify the inode pointer in struct fsverity_info
` [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] btrfs: prevent COW amplification during btrfs_search_slot
 2026-02-03  1:09 UTC  (20+ messages)

[PATCH AUTOSEL 6.18] btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()
 2026-02-02 21:46 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

[PATCH] btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
 2026-02-02  6:24 UTC  (3+ messages)

[BUG] ZONED: Transaction aborted (ENOSPC) during auto-reclaim/balance on 6.18.7-200.fc43
 2026-02-01 12:02 UTC  (2+ messages)

[PATCH stable 6.10-6.16] btrfs: prevent use-after-free on folio private data in btrfs_subpage_clear_uptodate()
 2026-02-01  7:13 UTC 

[PATCH stable 5.15-6.9] btrfs: prevent use-after-free on page private data in btrfs_subpage_clear_uptodate()
 2026-02-01  7:09 UTC 

[PATCH 6.12] btrfs: prevent use-after-free prealloc_file_extent_cluster()
 2026-02-01  4:33 UTC  (5+ messages)

[PATCH] btrfs: guard against missing private state in lock_delalloc_folios()
 2026-01-31 18:53 UTC  (3+ messages)

[RFC PATCH] btrfs: defer freeing of subpage private state to free_folio
 2026-01-31  1:31 UTC  (10+ messages)

memory leaks in btrfs raid code in 6.19-rc?
 2026-01-30 17:18 UTC  (2+ messages)

fsverity cleanups, speedup and memory usage optimization v4
 2026-01-30  5:55 UTC  (26+ 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] btrfs: initialize periodic_reclaim_ready to true
 2026-01-30  4:57 UTC  (5+ messages)

[PATCH v4 0/2] pending chunk allocation EEXIST fix
 2026-01-30  2:12 UTC  (4+ messages)
` [PATCH v4 1/2] btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
` [PATCH v4 2/2] btrfs: unit tests for pending extent walking functions

[GIT PULL] Btrfs fixes fro 6.19-rc8
 2026-01-30  0:28 UTC  (2+ messages)

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

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

[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  (7+ messages)
` [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  (4+ messages)
` [PATCH v3 8/9] btrfs: get rid of compressed_folios[] usage for encoded writes

[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  (8+ messages)
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info

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

fsverity cleanups, speedup and memory usage optimization v3
 2026-01-28  3:59 UTC  (12+ messages)
` [PATCH 09/16] fsverity: constify the vi pointer in fsverity_verification_context
` [PATCH 16/16] fsverity: use a hashtable to find the fsverity_info


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