public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-13 01:44:27 to 2026-01-17 04:49:05 UTC [more...]

[GIT PULL] e4defrag inline data segfault fix
 2026-01-17  4:49 UTC  (6+ messages)

WARN_ON_ONCE: (PF_MEMALLOC && nofail) in __alloc_pages_slowpath via ext4, iput, kswapd
 2026-01-16 17:21 UTC 

[PATCH v5 00/16] Exposing case folding behavior
 2026-01-16 16:28 UTC  (18+ messages)
` [PATCH v5 01/16] fs: Add case sensitivity info to file_kattr
` [PATCH v5 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v5 03/16] exfat: "
` [PATCH v5 04/16] ntfs3: "
` [PATCH v5 05/16] hfs: "
` [PATCH v5 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v5 07/16] ext4: "
` [PATCH v5 08/16] xfs: "
` [PATCH v5 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v5 10/16] nfs: "
` [PATCH v5 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v5 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v5 13/16] isofs: "
` [PATCH v5 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v5 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v5 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-16 15:13 UTC  (58+ messages)
` [PATCH 01/29] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 03/29] ext4: "
` [PATCH 04/29] ext2: "
` [PATCH 05/29] erofs: "
` [PATCH 06/29] efs: "
` [PATCH 07/29] xfs: "
` [PATCH 08/29] ceph: "
` [PATCH 09/29] btrfs: "
` [PATCH 10/29] befs: "
` [PATCH 11/29] ufs: "
` [PATCH 12/29] udf: "
` [PATCH 13/29] affs: "
` [PATCH 14/29] squashfs: "
` [PATCH 15/29] smb/client: "
` [PATCH 16/29] ovl: "
` [PATCH 17/29] orangefs: "
` [PATCH 18/29] ocfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] nilfs2: "
` [PATCH 21/29] nfs: "
` [PATCH 22/29] jfs: "
` [PATCH 23/29] jffs2: "
` [PATCH 24/29] isofs: "
` [PATCH 25/29] gfs2: "
` [PATCH 26/29] fuse: "
` [PATCH 27/29] fat: "
` [PATCH 28/29] f2fs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES

[PATCH v2 0/8] ext4 extent split/convert refactor and kunit tests
 2026-01-16  5:36 UTC  (17+ 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

[PATCHSET v5] fs: generic file IO error reporting
 2026-01-15 15:29 UTC  (6+ messages)
` [PATCH 2/6] fs: report filesystem and file I/O errors to fsnotify
` [PATCH 6/6] ext4: convert to new fserror helpers

[PATCH] ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
 2026-01-15 15:37 UTC  (2+ messages)

[PATCH] ext4: add missing down_write_data_sem in mext_move_extent()
 2026-01-15 15:37 UTC  (2+ messages)

[PATCH] ext4: fix ext4_tune_sb_params padding
 2026-01-15 15:37 UTC  (2+ messages)

ext4 metadata corruption - snapshot related?
 2026-01-15 13:39 UTC  (3+ messages)

[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  (30+ messages)

[PATCH 0/2 v2] ext4: use mb_optimize_scan regardless of inode format
 2026-01-14 17:26 UTC  (4+ messages)
` [PATCH 1/2] ext4: always allocate blocks only from groups inode can use

[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  (24+ 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 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 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v3 13/16] isofs: Implement fileattr_get for case sensitivity
` [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  (3+ 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


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