public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 13:42:52 to 2026-03-26 09:56:54 UTC [more...]

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-26  9:54 UTC  (28+ messages)
` [PATCH 01/42] ext4: Use inode_has_buffers()
` [PATCH 02/42] gfs2: Don't zero i_private_data
` [PATCH 03/42] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
` [PATCH 04/42] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 06/42] ufs: Drop pointless invalidate_mapping_buffers() call
` [PATCH 07/42] exfat: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 09/42] udf: Switch to generic_buffers_fsync()
` [PATCH 10/42] minix: "
` [PATCH 11/42] bfs: "
` [PATCH 12/42] fat: Switch to generic_buffers_fsync_noflush()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 16/42] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 17/42] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 18/42] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 19/42] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 20/42] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 21/42] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 23/42] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 24/42] hugetlbfs: Stop using i_private_data
` [PATCH 25/42] aio: Stop using i_private_data and i_private_lock
` [PATCH 26/42] fs: Remove i_private_data
` [PATCH 28/42] fs: Drop osync_buffers_list()

[PATCH -v2] ext4: handle wraparound when searching for blocks for indirect mapped blocks
 2026-03-26  9:44 UTC  (2+ messages)

[PATCH v2] crypto: tegra - Add missing CRYPTO_ALG_ASYNC
 2026-03-26  9:13 UTC  (2+ messages)

[PATCH v2 00/10] ext4: refactor partial block zero-out for iomap conversion
 2026-03-26  8:53 UTC  (12+ messages)
` [PATCH v2 01/10] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH v2 02/10] ext4: ext4_block_truncate_page() returns zeroed length on success
` [PATCH v2 03/10] ext4: rename and extend ext4_block_truncate_page()
` [PATCH v2 04/10] ext4: factor out journalled block zeroing range
` [PATCH v2 05/10] ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
` [PATCH v2 06/10] ext4: move ordered data handling out of ext4_block_do_zero_range()
` [PATCH v2 07/10] ext4: remove handle parameters from zero partial block functions
` [PATCH v2 08/10] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH v2 09/10] ext4: move zero partial block range functions out of active handle
` [PATCH v2 10/10] ext4: zero post-EOF partial block before appending write

[PATCH] ext4: Fix call trace when remounting to read only in data=journal mode
 2026-03-26  8:54 UTC  (10+ messages)

[RFC PATCH 0/1] ext4: fail fast on repeated metadata reads after IO failure
 2026-03-26  7:42 UTC  (8+ messages)
` [RFC 1/1] "

[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-26  6:20 UTC  (51+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v5 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [PATCH v5 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v5 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v5 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v5 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v5 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v5 13/25] xfs: initialize fs-verity on file open
` [PATCH v5 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v5 15/25] xfs: disable direct read path for fs-verity files
` [PATCH v5 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v5 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v5 18/25] xfs: add fs-verity support
` [PATCH v5 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v5 20/25] xfs: add fs-verity ioctls
` [PATCH v5 21/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v5 22/25] xfs: check and repair the verity inode flag state
` [PATCH v5 23/25] xfs: introduce health state for corrupted fsverity metadata

[PATCH] ext4: add bounds check in ext4_xattr_ibody_get() to prevent out-of-bounds access
 2026-03-26  5:47 UTC  (2+ messages)

[RFC] Proposal: provenance_time (ptime) — a settable timestamp for cross-filesystem migration
 2026-03-26  2:29 UTC  (4+ messages)

[PATCHSET v7 1/9] fuse: general bug fixes
 2026-03-25 22:23 UTC  (7+ messages)
` [PATCH 3/5] fuse: implement file attributes mask for statx
` [PATCH 4/5] fuse: update file mode when updating acls

[PATCH] ext4: Fix deadlock on inode reallocation
 2026-03-25 21:07 UTC  (2+ messages)

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-25 19:01 UTC  (53+ messages)
` [PATCH 04/41] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 08/41] udf: Switch to generic_buffers_fsync()
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 19/41] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 20/41] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 21/41] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 22/41] hugetlbfs: Stop using i_private_data
` [PATCH 23/41] aio: Stop using i_private_data and i_private_lock
` [PATCH 24/41] fs: Remove i_private_data
` [PATCH 25/41] kvm: Use private inode list instead of i_private_list
` [PATCH 26/41] fs: Drop osync_buffers_list()
` [PATCH 27/41] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 28/41] fs: Move metadata bhs tracking to a separate struct
` [PATCH 29/41] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 30/41] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 31/41] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 32/41] ext2: Track metadata bhs in fs-private inode part
` [PATCH 33/41] affs: "
` [PATCH 34/41] bfs: "
` [PATCH 35/41] fat: "
` [PATCH 36/41] udf: "
` [PATCH 37/41] minix: "
` [PATCH 38/41] ext4: "
` [PATCH 39/41] fs: Drop mapping_metadata_bhs from address space
` [PATCH 40/41] fs: Drop i_private_list from address_space
` [PATCH 41/41] fs: Unify generic_file_fsync() with mmb methods

[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-03-25 12:59 UTC  (11+ messages)
` [PATCH v2 1/3] btrfs: use on-disk uuid for s_uuid in temp_fsid mounts
` [PATCH v2 2/3] btrfs: derive f_fsid from on-disk fsuuid and dev_t
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[RFC v5 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-03-25  6:16 UTC  (4+ messages)
` [RFC v5 6/7] ext4: fast commit: add lock_updates tracepoint

[GIT PULL] fsverity updates for 6.3
 2026-03-24 17:32 UTC  (2+ messages)
` [f2fs-dev] "

[bug report] e2fsprogs 1.47.4: mke2fs creates oversized orphan file for 1k blocksize (breaks mount)
 2026-03-24 14:17 UTC  (3+ messages)

[PATCH 00/10] ext4: refactor partial block zero-out for iomap conversion
 2026-03-24 13:56 UTC  (27+ messages)
` [PATCH 01/10] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH 02/10] ext4: ext4_block_truncate_page() returns zeroed length on success
` [PATCH 03/10] ext4: rename and extend ext4_block_truncate_page()
` [PATCH 04/10] ext4: factor out journalled block zeroing range
` [PATCH 05/10] ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
` [PATCH 06/10] ext4: move ordered data handling out of ext4_block_do_zero_range()
` [PATCH 07/10] ext4: remove handle parameters from zero partial block functions
` [PATCH 08/10] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH 09/10] ext4: move zero partial block range functions out of active handle
` [PATCH 10/10] ext4: zero post-EOF partial block before appending write

[PATCH v5 0/2] jbd2: audit and convert legacy J_ASSERT usage
 2026-03-24 13:52 UTC  (4+ messages)
` [PATCH v5 1/2] jbd2: gracefully abort instead of panicking on unlocked buffer

[PATCH] doc: correct date in release notes
 2026-03-24  9:12 UTC 

[REGRESSION] fs/overlayfs/ext4: Severe jbd2 lock contention and journal starvation on concurrent copy-up (v6.6 -> v6.12)
 2026-03-24  8:28 UTC  (3+ messages)

[PATCH] ext4: skip split extent recovery on corruption
 2026-03-24  7:51 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
 2026-03-23 11:05 UTC  (3+ messages)

[PATCH 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-03-22 20:31 UTC  (2+ messages)

[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-21 12:02 UTC  (7+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper

[PATCH v2 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-21 11:58 UTC  (10+ messages)
` [PATCH v2 1/9] fstests: add _require_nouuid_mountopt() helper
` [PATCH v2 2/9] fstests: add _loop_image_create_clone() helper
` [PATCH v2 3/9] fstests: add _clone_mount_option() helper
` [PATCH v2 4/9] fstests: add test for inotify isolation on cloned devices
` [PATCH v2 5/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v2 6/9] fstests: verify f_fsid for "
` [PATCH v2 7/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v2 8/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH v2 9/9] fstests: verify exportfs file handles "

[PATCH v4 0/5] Fix some issues about ext4-test
 2026-03-21  7:54 UTC  (3+ messages)
` [PATCH v4 2/5] ext4: call deactivate_super() in extents_kunit_exit()

[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
 2026-03-20 20:31 UTC  (11+ messages)


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