messages from 2026-03-12 21:49:03 to 2026-03-19 17:03:35 UTC [more...]
[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-19 17:02 UTC (22+ 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
[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
2026-03-19 16:08 UTC (13+ messages)
[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 (9+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 12/61] quota: "
` [PATCH 46/61] vfio: "
` [PATCH 50/61] iommu: "
[PATCH] ext4: xattr: fix out-of-bounds access in ext4_xattr_set_entry
2026-03-19 13:58 UTC (5+ messages)
[PATCH v4 0/5] Fix some issues about ext4-test
2026-03-19 12:54 UTC (6+ 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()
[PATCH v3] ext4: fix use-after-free in update_super_work when racing with umount
2026-03-19 12:48 UTC (2+ messages)
[PATCH v2] ext4: fix use-after-free in update_super_work when racing with umount
2026-03-19 11:17 UTC (3+ messages)
[syzbot] [ext4?] general protection fault in ext4_split_extent_at
2026-03-19 10:24 UTC
[PATCH] ext4: Fix the might_sleep() warnings in kvfree()
2026-03-19 9:45 UTC
[PATCH 0/3] ext4: remove use of d_alloc()
2026-03-18 18:03 UTC (9+ 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 RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-18 17:47 UTC (48+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 17/53] coda: don't d_drop() early
` [PATCH 18/53] shmem: use d_duplicate()
` [PATCH 19/53] afs: use d_time instead of d_fsdata
` [PATCH 20/53] afs: don't unhash/rehash dentries during unlink/rename
` [PATCH 21/53] afs: use d_splice_alias() in afs_vnode_new_inode()
` [PATCH 22/53] afs: use d_alloc_nonblock in afs_sillyrename()
` [PATCH 23/53] afs: lookup_atsys to drop and reclaim lock
` [PATCH 24/53] afs: use d_duplicate()
` [PATCH 25/53] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH 26/53] smb/client: don't unhashed and rehash to prevent new opens
` [PATCH 27/53] smb/client: use d_splice_alias() in atomic_open
` [PATCH 28/53] smb/client: Use d_alloc_noblock() in cifs_prime_dcache()
` [PATCH 29/53] exfat: simplify exfat_lookup()
` [PATCH 30/53] configfs: remove d_add() calls before configfs_attach_group()
` [PATCH 31/53] configfs: stop using d_add()
` [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 34/53] tracefs: stop using d_add()
` [PATCH 35/53] cephfs: "
` [PATCH 36/53] cephfs: remove d_alloc from CEPH_MDS_OP_LOOKUPNAME handling in ceph_fill_trace()
` [PATCH 37/53] cephfs: Use d_alloc_noblock() in ceph_readdir_prepopulate()
` [PATCH 38/53] cephfs: Don't d_drop() before d_splice_alias()
` [PATCH 39/53] ecryptfs: stop using d_add()
` [PATCH 40/53] gfs2: "
` [PATCH 41/53] libfs: "
` [PATCH 42/53] fuse: don't d_drop() before d_splice_alias()
` [PATCH 43/53] fuse: Use d_alloc_noblock() in fuse_direntplus_link()
` [PATCH 44/53] hostfs: don't d_drop() before d_splice_alias() in hostfs_mkdir()
` [PATCH 45/53] efivarfs: use d_alloc_name()
` [PATCH 46/53] Remove references to d_add() in documentation and comments
` [PATCH 47/53] VFS: make d_alloc() local to VFS
` [PATCH 48/53] VFS: remove d_add()
` [PATCH 49/53] VFS: remove d_rehash()
` [PATCH 50/53] VFS: remove lookup_one() and lookup_noperm()
` [PATCH 51/53] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 52/53] VFS: lift d_alloc_parallel above inode_lock
` [PATCH 53/53] VFS: remove LOOKUP_SHARED
[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 (4+ 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 (15+ messages)
` [PATCH -next 4/8] ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()
` [PATCH -next 5/8] ext4: fix miss free super_block in extents_kunit_exit()
` [PATCH -next 6/8] ext4: fix the error handling process in extents_kunit_init)
` [PATCH -next 7/8] ext4: fix possible null-ptr-deref in extents_kunit_exit()
` [PATCH -next 8/8] ext4: fix possible null-ptr-deref in mbt_kunit_exit()
[PATCH v2] ext4: fix partial cluster handling when s_first_data_block != 0
2026-03-13 17:07 UTC
[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-13 14:55 UTC (7+ messages)
` [PATCH v4 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
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