messages from 2026-07-20 16:17:05 to 2026-07-22 19:01:49 UTC [more...]
[PATCH 0/4] btrfs: zoned: btree inode writeback fixes
2026-07-22 19:01 UTC (7+ messages)
` [PATCH 1/4] btrfs: zoned: flush active metadata block group at btree_writepages() start
` [PATCH 2/4] btrfs: zoned: drop stranded dirty metadata on transaction abort
` [PATCH 3/4] btrfs: zoned: drop stranded dirty metadata buffers at unmount
` [PATCH 4/4] btrfs: zoned: don't clobber the extent buffer when zeroing it out
[PATCH] btrfs: disable large folios for systems with highmem
2026-07-22 15:41 UTC (4+ messages)
[PATCH 0/7] btrfs: some optimizations and cleanups for log syncing
2026-07-22 15:35 UTC (16+ messages)
` [PATCH 1/7] btrfs: stop sleeping for one jiffy in non-ssd mounts during log commit
` [PATCH 2/7] btrfs: remove log batch counter use for fsync
` [PATCH 3/7] btrfs: do an initial lockless committed log transaction check during log syncing
` [PATCH 4/7] btrfs: check for log writers count first in wait_for_writer()
` [PATCH 5/7] btrfs: move condition for log commit wait into wait_log_commit()
` [PATCH 6/7] btrfs: check for exit condition after waking in wait_log_commit()
` [PATCH 7/7] btrfs: use simple booleans for log_commit field in struct btrfs_root
` [PATCH v2 0/5] btrfs: some optimizations and cleanups for log syncing
` [PATCH v2 1/5] btrfs: stop sleeping for one jiffy in non-ssd mounts during log commit
` [PATCH v2 2/5] btrfs: remove log batch counter use for fsync
` [PATCH v2 3/5] btrfs: move condition for log commit wait into wait_log_commit()
` [PATCH v2 4/5] btrfs: check for exit condition after waking in wait_log_commit()
` [PATCH v2 5/5] btrfs: use simple booleans for log_commit field in struct btrfs_root
[PATCH] btrfs: add missing commit IDs to kernel fixes of some tests
2026-07-22 14:35 UTC (2+ messages)
[PATCH] btrfs: raid56: fix inverted bio-list check in scrub read assembly
2026-07-22 14:21 UTC (3+ messages)
[PATCH v2] btrfs: use %pe for error code output
2026-07-22 14:04 UTC (4+ messages)
7.2-rc1 regression Folio lock leak in writepage_delalloc()
2026-07-22 12:57 UTC (10+ messages)
` [PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
[BUG] cow_file_range failed and kernel panic on zoned device
2026-07-22 11:38 UTC (3+ messages)
[PATCH RFC] btrfs: implement a new compat RO feature, data_io_size
2026-07-22 10:03 UTC (6+ messages)
[PATCH v2] btrfs: check if root is readonly when setting posix acl
2026-07-22 7:52 UTC (7+ messages)
` [PATCH v2] btrfs: test POSIX ACL changes for RO btrfs property
` [PATCH v3] "
[PATCH] btrfs: use %pe for error code output
2026-07-22 6:22 UTC (2+ messages)
[PATCH v4] btrfs: retry verity reads for not-uptodate Merkle folios
2026-07-22 2:54 UTC
[PATCH v7 0/11] fstests: add test coverage for cloned filesystem ids
2026-07-21 23:25 UTC (16+ 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 "
[PATCH v3] btrfs: retry verity reads for not-uptodate Merkle folios
2026-07-21 22:55 UTC (2+ messages)
[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 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)
[PATCH 0/4] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
2026-07-21 12:59 UTC (8+ messages)
` [PATCH 3/4] btrfs: handle ENOMEM from btrfs_insert_dir_item() "
[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 (4+ messages)
` [PATCH v12 03/21] fsverity: pass digest size and hash of the all-zeroes block to ->write
[PATCH 0/5] fstests: misc fixes for zoned btrfs
2026-07-21 6:43 UTC (6+ messages)
` [PATCH 1/5] common/btrfs: fix awk field separator in _check_temp_fsid
` [PATCH 3/5] generic/746: skip on zoned btrfs
page: | 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