public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 12:12:14 to 2026-03-27 04:06:47 UTC [more...]

[PATCH] ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH -next v3] ext4: test if inode's all dirty pages are submitted to disk
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH v5] ext4: avoid infinite loops caused by residual data
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH] ext4: validate p_idx bounds in ext4_ext_correct_indexes
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH v2] ext4: Minor fix for ext4_split_extent_zeroout()
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH next] ext4: Fix diagnostic printf formats
 2026-03-26 20:18 UTC 

KASAN: slab-use-after-free Write in jbd2_journal_commit_transaction
 2026-03-26 18:57 UTC 

[PATCH] ext4: Fix deadlock on inode reallocation
 2026-03-26 15:59 UTC  (3+ messages)

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-26 14:06 UTC  (44+ 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 27/42] kvm: Use private inode list instead of i_private_list
` [PATCH 28/42] fs: Drop osync_buffers_list()
` [PATCH 29/42] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 30/42] fs: Move metadata bhs tracking to a separate struct
` [PATCH 31/42] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 32/42] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 34/42] ext2: Track metadata bhs in fs-private inode part
` [PATCH 35/42] affs: "
` [PATCH 36/42] bfs: "
` [PATCH 37/42] fat: "
` [PATCH 38/42] udf: "
` [PATCH 39/42] minix: "
` [PATCH 40/42] ext4: "
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space

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

[PATCH v2] ext4: do not check fast symlink during orphan recovery
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH v2] ext4: fix journal credit check when setting fscrypt context
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH v3] ext4: publish jinode after initialization
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH] ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH] ext4: Fix stale xarray tags after writeback
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH 0/2] ext4: nojournal mode fixes
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH] ext4: convert inline data to extents when truncate exceeds inline size
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH] ext4: kunit: extents-test: Fix percpu_counters list corruption
 2026-03-26 11:57 UTC  (2+ messages)

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

[PATCH -v2] ext4: handle wraparound when searching for blocks for indirect mapped blocks
 2026-03-26 10:01 UTC  (3+ 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)

[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 v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-25 19:01 UTC  (40+ messages)
` [PATCH 08/41] udf: Switch to generic_buffers_fsync()
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [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 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  (9+ messages)
` [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  (5+ messages)
` [PATCH v2] "


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