Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-14 06:49:38 to 2026-07-21 22:42:52 UTC [more...]

[PATCH v2 0/4] allocate extent_buffer GFP_NOFAIL with unlocked retry
 2026-07-21 22:42 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: factor init_extent_buffer from __alloc_extent_buffer
` [PATCH v2 2/4] btrfs: add struct btrfs_eb_prealloc
` [PATCH v2 3/4] btrfs: enable unlocked NOFAIL retry for eb allocations
` [PATCH v2 4/4] btrfs: use GFP_NOWAIT for tree block readahead

[PATCH v7 0/11] fstests: add test coverage for cloned filesystem ids
 2026-07-21 22:38 UTC  (13+ messages)
` [PATCH v7 01/11] fstests: add _loop_image_create_clone() helper
` [PATCH v7 04/11] fstests: add _require_unique_f_fsid() helper
` [PATCH v7 05/11] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v7 06/11] fstests: verify f_fsid for "

7.2-rc1 regression Folio lock leak in writepage_delalloc()
 2026-07-21 21:07 UTC  (3+ messages)
` [PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back

[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
 2026-07-21 18:41 UTC  (24+ messages)
` [PATCH v13 01/23] fsverity: report validation errors through fserror to fsnotify
` [PATCH v13 02/23] fsverity: expose ensure_fsverity_info()
` [PATCH v13 03/23] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v13 04/23] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v13 05/23] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v13 06/23] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v13 07/23] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v13 08/23] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v13 09/23] xfs: introduce fsverity on-disk changes
` [PATCH v13 10/23] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v13 11/23] xfs: disable direct read path for fs-verity files
` [PATCH v13 12/23] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v13 13/23] xfs: handle fsverity I/O in write/read path
` [PATCH v13 14/23] xfs: always prioritize fsverity metadata ioends in ioend completion
` [PATCH v13 15/23] xfs: use read ioend for fsverity data verification
` [PATCH v13 16/23] xfs: add fs-verity support
` [PATCH v13 17/23] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v13 18/23] xfs: initialize fs-verity on file open
` [PATCH v13 19/23] xfs: add fs-verity ioctls
` [PATCH v13 20/23] xfs: advertise fs-verity being available on filesystem
` [PATCH v13 21/23] xfs: check and repair the verity inode flag state
` [PATCH v13 22/23] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v13 23/23] xfs: enable ro-compat fs-verity flag

[GIT PULL] Btrfs fixes for 7.2-rc5
 2026-07-21 17:06 UTC  (2+ messages)

[BUG] cow_file_range failed and kernel panic on zoned device
 2026-07-21 15:29 UTC  (2+ messages)

[PATCH 0/4] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
 2026-07-21 12:59 UTC  (14+ messages)
` [PATCH 1/4] btrfs: split btrfs_insert_delayed_dir_index() into prealloc and commit phases
` [PATCH 2/4] btrfs: pre-allocate delayed dir index before btree modification
` [PATCH 3/4] btrfs: handle ENOMEM from btrfs_insert_dir_item() without aborting
` [PATCH 4/4] btrfs: pre-allocate delayed dir index for non-overwrite rename

[PATCH v2] btrfs: replace writeback inhibition xarray with a fixed inline buffer
 2026-07-21 12:32 UTC  (2+ messages)

[PATCH v2] btrfs: replace writeback inhibition xarray with a fixed inline buffer
 2026-07-21 12:27 UTC  (2+ messages)

[PATCHv2] btrfs: compression: allocate buckets with workspace
 2026-07-21 12:09 UTC  (2+ messages)

[PATCH] btrfs: open-code BTRFS_BYTES_TO_BLKS()
 2026-07-21 11:56 UTC  (2+ messages)

[PATCH v12 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-07-21  8:46 UTC  (24+ messages)
` [PATCH v12 01/21] fsverity: report validation errors through fserror to fsnotify
` [PATCH v12 02/21] fsverity: expose ensure_fsverity_info()
` [PATCH v12 03/21] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v12 04/21] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v12 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v12 06/21] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v12 07/21] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v12 08/21] xfs: introduce fsverity on-disk changes
` [PATCH v12 09/21] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v12 10/21] xfs: disable direct read path for fs-verity files
` [PATCH v12 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v12 12/21] xfs: handle fsverity I/O in write/read path
` [PATCH v12 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v12 14/21] xfs: add fs-verity support
` [PATCH v12 15/21] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v12 16/21] xfs: initialize fs-verity on file open
` [PATCH v12 17/21] xfs: add fs-verity ioctls
` [PATCH v12 18/21] xfs: advertise fs-verity being available on filesystem
` [PATCH v12 19/21] xfs: check and repair the verity inode flag state
` [PATCH v12 20/21] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v12 21/21] xfs: enable ro-compat fs-verity flag

[PATCH 0/5] fstests: misc fixes for zoned btrfs
 2026-07-21  6:43 UTC  (9+ messages)
` [PATCH 1/5] common/btrfs: fix awk field separator in _check_temp_fsid
` [PATCH 2/5] btrfs/199: skip on zoned devices
` [PATCH 3/5] generic/746: skip on zoned btrfs
` [PATCH 4/5] btrfs/284: skip on zoned devices
` [PATCH 5/5] generic/781: fix copyright

[PATCH] btrfs: disable large folios for systems with highmem
 2026-07-20 21:33 UTC  (2+ messages)

[PATCH v2] btrfs: check if root is readonly when setting posix acl
 2026-07-20 16:16 UTC  (4+ messages)
` [PATCH v2] btrfs: test POSIX ACL changes for RO btrfs property

[PATCH 0/5] allocate extent_buffer GFP_NOFAIL with unlocked retry
 2026-07-20 14:25 UTC  (2+ messages)

[PATCH] btrfs: drop recovered reloc root refs on recovery failure
 2026-07-20 11:19 UTC  (2+ messages)

[PATCH v11 00/20] fs-verity support for XFS with post EOF merkle tree
 2026-07-20 11:02 UTC  (3+ messages)
` [PATCH v11 03/20] fsverity: pass digest size and hash of the all-zeroes block to ->write

[PATCH v2] btrfs: Add missing sctx check in cleanup path
 2026-07-20 10:57 UTC  (3+ messages)

[BUG] fs/btrfs: KASAN "args" initialization gripe in btrfs_ioctl_get_csums()
 2026-07-20 10:52 UTC  (4+ messages)

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-20 10:42 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in radix_tree_tag_set
 2026-07-20  9:18 UTC 

[PATCH] fstests: vfstest: skip rejected tmpfile creation
 2026-07-20  8:42 UTC  (5+ messages)

[PATCH v3] btrfs: retry verity reads for not-uptodate Merkle folios
 2026-07-20  6:28 UTC 

[PATCH] btrfs: remove verity Merkle folio from page cache on error
 2026-07-20  3:12 UTC  (4+ messages)
` [PATCH v2] btrfs: add verity Merkle folio to page cache after reading it

[PATCH v2] btrfs: raid56: fix scrub read assembly submitting no reads
 2026-07-18 23:43 UTC  (2+ messages)

pause device removal
 2026-07-18  9:01 UTC  (2+ messages)

[PATCH 0/5] btrfs: zoned: fix two deadlocks when runing fstests
 2026-07-17 22:45 UTC  (11+ messages)
` [PATCH 1/5] btrfs: factor out dirty-clearing part of btrfs_clear_buffer_dirty
` [PATCH 2/5] btrfs: zoned: drop stale dirty btree buffers at close_ctree()
` [PATCH 3/5] btrfs: walk waited ordered extents in place
` [PATCH 4/5] btrfs: walk waited ordered roots "
` [PATCH 5/5] btrfs: zoned: avoid ordered_operations_mutex when finishing a zone

generic/633, generic/696, generic/697 failure on btrfs with rc2/rc3
 2026-07-17  6:59 UTC  (2+ messages)

bad tree block start help
 2026-07-17  4:48 UTC 

[PATCH] btrfs: raid56: fix inverted bio-list check in scrub read assembly
 2026-07-17  1:30 UTC  (3+ messages)

[PATCH] btrfs: make sure EXTENT_BUFFER_READING is cleared under refs_lock
 2026-07-16 15:38 UTC  (3+ messages)

[PATCH v2] btrfs-progs: zoned: open host-managed devices with O_DIRECT for read-only
 2026-07-16 11:37 UTC  (2+ messages)

[PATCH] btrfs: zoned: skip fully truncated ordered extents at zone finish
 2026-07-16 10:33 UTC  (2+ messages)

[PATCH] block: do not warn when doing greedy allocation in folio_alloc_greedy()
 2026-07-16 10:33 UTC  (5+ messages)

[PATCH] fstests: generic: add a basic cachestat test case
 2026-07-16 10:05 UTC  (2+ messages)

[PATCH v2] btrfs: fix a lockdep caused by path resolution during device scan
 2026-07-16  6:54 UTC  (3+ messages)

障害者の就労を支援する事業 新規開業パートナー募集
 2026-07-16  1:56 UTC 

[PATCH v4] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-07-16  0:05 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v2] fstests: generic: add a basic cachestat test case
 2026-07-15 22:23 UTC  (3+ messages)

[BUG] two raid consistency bugs
 2026-07-15 13:11 UTC  (14+ messages)
` [PATCH 1/2] fstests: btrfs/348: test ambiguous generation handling on raid1 profile
` [PATCH 2/2] fstests: btrfs/349: test if latest tree-log is choosen at mount time "

[PATCH] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-15 10:26 UTC  (7+ messages)

[PATCH v2] btrfs: lzo: reject inline extents without compressed data
 2026-07-15  9:31 UTC  (2+ messages)

[PATCH v2] btrfs: write-protect folios during data writeback
 2026-07-15  0:36 UTC  (2+ messages)

Btrfs progs release 7.1
 2026-07-14 22:54 UTC 

[GIT PULL] Btrfs fixes for 7.2-rc4
 2026-07-14 16:15 UTC  (2+ messages)

[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
 2026-07-14 10:52 UTC  (3+ messages)

[PATCH] btrfs: fix a lockdep caused by path resolution during device scan
 2026-07-14 10:30 UTC  (2+ messages)

[PATCH] btrfs: zoned: fix missing chunk metadata reservation
 2026-07-14  9:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs: lzo: reject inline extents without both headers
 2026-07-14  8:57 UTC  (3+ messages)

[linus:master] [btrfs] 574d93fc62: stress-ng.dirdeep.ops_per_sec 25.9% regression
 2026-07-14  7:59 UTC 

[PATCH v3 0/4] btrfs: removal of on-stack paddrs[], final part
 2026-07-14  6:49 UTC  (5+ messages)
` [PATCH v3 1/4] btrfs: replace btrfs_repair_io_failure() to use bio for page iteration
` [PATCH v3 2/4] btrfs: enhance btrfs_data_csum_ok() "
` [PATCH v3 3/4] btrfs: use a shared helper to calculate data checksum for a bio
` [PATCH v3 4/4] btrfs: remove on-stack paddrs[] array usage


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