messages from 2026-07-16 19:59:41 to 2026-07-22 15:35:26 UTC [more...]
[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
2026-07-22 15:34 UTC (2+ messages)
linux-doc@vger.kernel.org
2026-07-22 15:13 UTC (2+ messages)
[PATCH v2] ext4: cache full extents during mapping lookup
2026-07-22 13:36 UTC
[PATCH] ext4: cache full extents during mapping lookup
2026-07-22 12:56 UTC (4+ messages)
decouple simple direct I/O reads from iomap_dio_rw
2026-07-22 12:49 UTC (4+ messages)
` [PATCH 1/3] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH 3/3] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
[RFC PATCH v3 0/2] ext4: speed up fast commit on random writes
2026-07-22 7:27 UTC (4+ messages)
` [RFC PATCH v3 1/2] ext4: fast commit: track disjoint modified ranges per inode
` [RFC PATCH v3 2/2] ext4: fast commit: allocate the range array lazily
[PATCH 0/2] ext4: reduce fast-commit write amplification for scattered writes
2026-07-22 2:53 UTC (3+ messages)
` "
[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 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
[PATCH] ext4: skip i_extra_isize expansion during inode eviction
2026-07-21 14:28 UTC (3+ messages)
[PATCH 0/2 -v3] ext4: scoped NOFS for the handle in nojournal mode
2026-07-21 14:01 UTC (3+ messages)
` [PATCH 1/2] ext4: enable scoped NOFS when starting a "
` [PATCH 2/2] jbd2: align h_type and h_line_no in the handle structure on byte boundaries
[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 v2] ext4: fix race in ext4_mb_check_group_pa
2026-07-21 0:54 UTC (3+ messages)
[PATCH 0/6] More fscrypt and blk-crypto doc updates and code removals
2026-07-20 17:43 UTC (14+ messages)
` [PATCH 1/6] fs: Update outdated comment for SB_INLINECRYPT
` [PATCH 2/6] f2fs: Update outdated comment in f2fs_write_begin()
` [PATCH 3/6] fscrypt: Remove unused function fscrypt_finalize_bounce_page()
` [PATCH 4/6] fscrypt: Update docs for data path
` [PATCH 5/6] blk-crypto: Remove unused function blk_crypto_config_supported()
` [PATCH 6/6] blk-crypto: Update docs for blk-crypto-fallback motivation
[PATCH v3 00/17] fscrypt: Standardize on blk-crypto
2026-07-20 17:43 UTC (3+ messages)
[PATCH -v2] ext4: enable scoped NOFS when starting a handle in nojournal mode
2026-07-20 16:03 UTC (3+ messages)
[PATCH] e2fsck: take flock(LOCK_EX) on whole-disk device during filesystem check
2026-07-20 14:32 UTC
[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] ext4: convert pa_count from atomic_t to refcount_t
2026-07-20 7:25 UTC (2+ messages)
` [syzbot ci] "
[PATCH] ext4: defend against inline-to-block conversion race in write completion
2026-07-18 6:12 UTC
[PATCH v1 0/9] Support Clang context analysis for ext2
2026-07-17 10:04 UTC (4+ messages)
` [PATCH v1 2/9] ext2: mark s_next_generation as guarded by s_next_gen_lock
[PATCH 0/2] jbd2: bound j_list_lock hold time in the checkpoint shrinker
2026-07-17 5:47 UTC (4+ messages)
` [PATCH 1/2] jbd2: check need_resched() when skipping busy checkpoint buffers
[PATCH v5 00/11] Data in direntry (dirdata) feature
2026-07-16 20:41 UTC (5+ messages)
` [PATCH v5 01/11] ext4: validate count against limit in ext4_dx_csum_verify/_set
` [PATCH v5 09/11] ext4: add dirdata LUFID support for directory entry rename
[PATCH] ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()
2026-07-16 20:06 UTC (2+ messages)
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