messages from 2026-01-08 17:15:29 to 2026-01-15 13:36:44 UTC [more...]
ext4 metadata corruption - snapshot related?
2026-01-15 13:27 UTC (2+ messages)
[PATCH v2 0/8] ext4 extent split/convert refactor and kunit tests
2026-01-15 12:01 UTC (14+ messages)
` [PATCH v2 1/8] ext4: kunit tests for extent splitting and conversion
` [PATCH v2 2/8] ext4: kunit tests for higher level extent manipulation functions
` [PATCH v2 3/8] ext4: Add extent status cache support to kunit tests
` [PATCH v2 4/8] ext4: propagate flags to convert_initialized_extent()
` [PATCH v2 5/8] ext4: propagate flags to ext4_convert_unwritten_extents_endio()
` [PATCH v2 6/8] ext4: Refactor zeroout path and handle all cases
` [PATCH v2 7/8] ext4: Refactor split and convert extents
` [PATCH v2 8/8] ext4: Allow zeroout when doing written to unwritten split
[PATCH 0/2 v3] ext4: use mb_optimize_scan regardless of inode format
2026-01-15 11:59 UTC (4+ messages)
` [PATCH 1/2] ext4: always allocate blocks only from groups inode can use
` [PATCH 2/2] ext4: use optimized mballoc scanning regardless of inode format
[PATCH v4 00/16] Exposing case folding behavior
2026-01-15 8:58 UTC (22+ messages)
` [PATCH v4 01/16] fs: Add case sensitivity info to file_kattr
` [PATCH v4 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v4 03/16] exfat: "
` [PATCH v4 04/16] ntfs3: "
` [PATCH v4 05/16] hfs: "
` [PATCH v4 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v4 07/16] ext4: "
` [PATCH v4 08/16] xfs: "
` [PATCH v4 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v4 10/16] nfs: "
` [PATCH v4 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v4 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v4 13/16] isofs: "
` [PATCH v4 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v4 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v4 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-01-15 8:33 UTC (77+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 05/24] ext2: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 11/24] jffs2: "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 14/24] ntfs3: "
` [PATCH 15/24] ocfs2: "
` [PATCH 16/24] orangefs: "
` [PATCH 17/24] overlayfs: "
` [PATCH 18/24] squashfs: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 21/24] ufs: "
` [PATCH 22/24] xfs: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()
[PATCH 0/2 v2] ext4: use mb_optimize_scan regardless of inode format
2026-01-14 17:26 UTC (9+ messages)
` [PATCH 1/2] ext4: always allocate blocks only from groups inode can use
` [PATCH 2/2] ext4: use optimized mballoc scanning regardless of inode format
[BUG] kernel BUG in ext4_do_writepages
2026-01-14 7:49 UTC
[PATCH v3] ext4: fix dirtyclusters double decrement on fs shutdown
2026-01-14 1:27 UTC (2+ messages)
[PATCH v3 00/16] Exposing case folding behavior
2026-01-14 0:50 UTC (30+ messages)
` [PATCH v3 01/16] fs: Add case sensitivity info to file_kattr
` [PATCH v3 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v3 03/16] exfat: "
` [PATCH v3 04/16] ntfs3: "
` [PATCH v3 05/16] hfs: "
` [PATCH v3 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v3 07/16] ext4: "
` [PATCH v3 08/16] xfs: "
` [PATCH v3 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v3 10/16] nfs: "
` [PATCH v3 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v3 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v3 13/16] isofs: "
` [PATCH v3 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v3 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v3 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2026-01-13 19:24 UTC (8+ messages)
` [PATCH 30/44] fs: use min() or umin() instead of min_t()
[PATCH v2] ext4: fix dirtyclusters double decrement on fs shutdown
2026-01-13 15:11 UTC (5+ messages)
[PATCH V6 0/9] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
2026-01-13 14:13 UTC (18+ messages)
` [PATCH V6 1/9] mm/slab: use unsigned long for orig_size to ensure proper metadata align
` [PATCH V6 2/9] mm/slab: allow specifying free pointer offset when using constructor
` [PATCH V6 3/9] ext4: specify the free pointer offset for ext4_inode_cache
` [PATCH V6 4/9] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [PATCH V6 5/9] mm/slab: use stride to access slabobj_ext
` [PATCH V6 6/9] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [PATCH V6 7/9] mm/slab: save memory by allocating slabobj_ext array from leftover
` [PATCH V6 8/9] mm/slab: move [__]ksize and slab_ksize() to mm/slub.c
` [PATCH V6 9/9] mm/slab: place slabobj_ext metadata in unused space within s->size
[PATCHSET v5] fs: generic file IO error reporting
2026-01-13 8:58 UTC (11+ messages)
` [PATCH 1/6] uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify
` [PATCH 3/6] iomap: report file I/O errors to the VFS
` [PATCH 4/6] xfs: report fs metadata errors via fsnotify
` [PATCH 5/6] xfs: translate fsdax media errors into file "data lost" errors when convenient
` [PATCH 6/6] ext4: convert to new fserror helpers
[syzbot] [ext4?] KASAN: use-after-free Read in ext4_read_inline_data
2026-01-13 1:31 UTC
[PATCHSET V4 1/2] fs: generic file IO error reporting
2026-01-12 18:50 UTC (8+ messages)
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify
[PATCH 0/7] ext4 extent split/convert refactor and kunit tests
2026-01-12 9:41 UTC (4+ messages)
` [PATCH 6/7] ext4: Refactor split and convert extents
[PATCH V5 0/8] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
2026-01-12 6:28 UTC (13+ messages)
` [PATCH V5 1/8] mm/slab: use unsigned long for orig_size to ensure proper metadata align
` [PATCH V5 8/8] mm/slab: place slabobj_ext metadata in unused space within s->size
[RFC PATCH] ext4: fix e4b bitmap inconsistency reports
2026-01-09 10:33 UTC (3+ messages)
[PATCH] ext4: Use optimized mballoc scanning regardless of inode format
2026-01-09 10:03 UTC (3+ messages)
[PATCH] ext4: fast commit: make s_fc_lock reclaim-safe
2026-01-09 2:33 UTC (2+ messages)
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