messages from 2026-03-14 02:21:08 to 2026-03-20 17:04:43 UTC [more...]
[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
2026-03-20 17:04 UTC (14+ messages)
[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
2026-03-20 13:41 UTC (42+ messages)
` [PATCH 01/41] ext4: Use inode_has_buffers()
` [PATCH 02/41] gfs2: Don't zero i_private_data
` [PATCH 03/41] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
` [PATCH 04/41] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 05/41] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 06/41] ufs: Drop pointless invalidate_mapping_buffers() call
` [PATCH 07/41] exfat: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/41] udf: Switch to generic_buffers_fsync()
` [PATCH 09/41] minix: "
` [PATCH 10/41] bfs: "
` [PATCH 11/41] fat: Switch to generic_buffers_fsync_noflush()
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 13/41] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 14/41] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 15/41] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 16/41] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 17/41] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 18/41] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [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] ext4: xattr: fix out-of-bounds access in ext4_xattr_set_entry
2026-03-20 12:32 UTC (7+ messages)
[PATCH v2] ext4: fix use-after-free in update_super_work when racing with umount
2026-03-20 10:27 UTC (4+ messages)
` [syzbot ci] "
[PATCH 0/3] ext4: remove use of d_alloc()
2026-03-20 10:24 UTC (12+ messages)
` [PATCH 1/3] ext4: split __ext4_add_entry() out of ext4_add_entry()
` [PATCH 2/3] ext4: add ext4_fc_eligible()
` [PATCH 3/3] ext4: move dcache manipulation out of __ext4_link()
[PATCH] ext4: Fix deadlock on inode reallocation
2026-03-20 9:04 UTC
[PATCH v3] ext4: fix use-after-free in update_super_work when racing with umount
2026-03-20 2:53 UTC (3+ messages)
[PATCH] ext4: Fix the might_sleep() warnings in kvfree()
2026-03-20 2:47 UTC (2+ messages)
[PATCH v4 0/5] Fix some issues about ext4-test
2026-03-20 1:56 UTC (7+ messages)
` [PATCH v4 1/5] ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()
` [PATCH v4 2/5] ext4: call deactivate_super() in extents_kunit_exit()
` [PATCH v4 3/5] ext4: fix the error handling process in extents_kunit_init)
` [PATCH v4 4/5] ext4: fix possible null-ptr-deref in extents_kunit_exit()
` [PATCH v4 5/5] ext4: fix possible null-ptr-deref in mbt_kunit_exit()
(no subject)
2026-03-20 0:03 UTC (4+ messages)
` [PATCH v2 1/3] ext4: split __ext4_add_entry() out of ext4_add_entry()
` [PATCH v2 2/3] ext4: add ext4_fc_eligible()
` [PATCH v2 3/3] ext4: move dcache manipulation out of __ext4_link()
[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-19 17:15 UTC (27+ 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 05/25] fsverity: pass digest size and hash of the empty block to ->write
` [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 08/25] iomap: obtain fsverity info for read path
` [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 v5 24/25] xfs: add fsverity traces
` [PATCH v5 25/25] xfs: enable ro-compat fs-verity flag
[PATCH v4 0/8] ext4 extent split/convert refactor and kunit tests
2026-03-19 15:14 UTC (3+ messages)
` [PATCH v4 3/8] ext4: Add extent status cache support to "
[PULLBOMB v2 1.48] fuse2fs: new features, new server
2026-03-19 14:59 UTC (5+ messages)
` [GIT PULL 1/9] fuse2fs: fix locking problems
` [GIT PULL 2/9] fuse2fs: add some easy new features
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-19 14:13 UTC (7+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 46/61] vfio: "
` [PATCH 50/61] iommu: "
[syzbot] [ext4?] general protection fault in ext4_split_extent_at
2026-03-19 10:24 UTC
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-18 17:47 UTC (9+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 32/53f] "
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()
[PATCH v2 0/3] decoupling the ext4 test module
2026-03-18 16:59 UTC (7+ messages)
` [PATCH v2 1/3] ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helper
` [PATCH v2 2/3] ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
` [PATCH v2 3/3] ext4: fix extents-test.c "
[PATCH v1] ext4: fix use-after-free in update_super_work when racing with umount
2026-03-18 16:56 UTC (4+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-03-18 5:58 UTC (3+ messages)
[PATCH v3 0/5] Fix some issues about ext4-test
2026-03-18 2:21 UTC (19+ messages)
` [PATCH v3 1/5] ext4: call deactivate_super() in extents_kunit_exit()
` [PATCH v3 2/5] ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()
` [PATCH v3 3/5] ext4: fix the error handling process in extents_kunit_init)
` [PATCH v3 4/5] ext4: fix possible null-ptr-deref in extents_kunit_exit()
` [PATCH v3 5/5] ext4: fix possible null-ptr-deref in mbt_kunit_exit()
[RFC v5 0/7] ext4: fast commit: snapshot inode state for FC log
2026-03-17 16:21 UTC (9+ messages)
` [RFC v5 1/7] ext4: fast commit: snapshot inode state before writing log
` [RFC v5 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
` [RFC v5 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
` [RFC v5 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
` [RFC v5 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
` [RFC v5 6/7] ext4: fast commit: add lock_updates tracepoint
` [RFC v5 7/7] ext4: fast commit: export snapshot stats in fc_info
[PATCH] ext4: reject mount if bigalloc with s_first_data_block != 0
2026-03-17 14:23 UTC
[PATCH] ext4: fix bigalloc cluster arithmetic when s_first_data_block != 0
2026-03-17 13:53 UTC (3+ messages)
[PATCH] ext4: Fix possible NULL pointer dereference in ext4_group_desc_free()
2026-03-17 13:23 UTC (5+ messages)
[PATCH v2 1/1] jbd2: gracefully abort on checkpointing state corruptions
2026-03-17 12:28 UTC (2+ messages)
[PATCH e2fsprogs] lib/quota: fix checksum mismatch on uninitialized PRJQUOTA inode
2026-03-17 11:50 UTC (3+ messages)
[PATCH] ext4: xattr: fix size_t underflow in ext4_xattr_set_entry
2026-03-17 10:28 UTC
[PATCH] jbd2: gracefully abort on checkpointing state corruptions
2026-03-16 22:17 UTC (3+ messages)
[PATCH v2] crypto: tegra - Add missing CRYPTO_ALG_ASYNC
2026-03-16 20:21 UTC
Warning Trace seen at https://elixir.bootlin.com/linux/v6.6.69/source/fs/ext4/ext4_jbd2.c#L73 post remount-ro
2026-03-16 19:32 UTC
[PATCH] ext4: kunit: extents-test: Fix percpu_counters list corruption
2026-03-16 17:50 UTC (5+ messages)
[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
2026-03-16 16:15 UTC (6+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper
[PATCH] crypto: tegra - Add missing CRYPTO_ALG_ASYNC
2026-03-16 5:00 UTC (3+ messages)
[Bug report][xfstests ext4/024 crash on ext4&fscrypt] kernel BUG at lib/list_debug.c:32!
2026-03-14 17:04 UTC (2+ messages)
[PATCH 0/1] filefrag: fix fibmap error message
2026-03-14 12:48 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
2026-03-14 8:39 UTC (2+ messages)
[RFC PATCH] ext4: handle wraparound when searching for blocks for indirect mapped blocks
2026-03-14 7:41 UTC (6+ messages)
[PATCH -next 0/8] Fix some issues about ext4-test
2026-03-14 2:21 UTC (4+ messages)
` [PATCH -next 6/8] ext4: fix the error handling process in extents_kunit_init)
page: next (older) | 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