linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-10 19:54:28 to 2025-12-22 11:14:51 UTC [more...]

[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-12-22 11:14 UTC  (4+ messages)
` [RFC PATCH V3 7/7] mm/slab: place slabobj_ext metadata in unused space within s->size

[PATCH V4 0/8] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
 2025-12-22 11:08 UTC  (9+ messages)
` [PATCH V4 1/8] mm/slab: use unsigned long for orig_size to ensure proper metadata align
` [PATCH V4 2/8] mm/slab: allow specifying free pointer offset when using constructor
` [PATCH V4 3/8] ext4: specify the free pointer offset for ext4_inode_cache
` [PATCH V4 4/8] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [PATCH V4 5/8] mm/slab: use stride to access slabobj_ext
` [PATCH V4 6/8] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [PATCH V4 7/8] mm/slab: save memory by allocating slabobj_ext array from leftover
` [PATCH V4 8/8] mm/slab: place slabobj_ext metadata in unused space within s->size

[PATCH] ext4: don't order data when zeroing unwritten or delayed block
 2025-12-22 10:48 UTC  (2+ messages)

[PATCH -next 0/7] ext4: defer unwritten splitting until I/O completion
 2025-12-22 10:15 UTC  (16+ messages)
` [PATCH -next 1/7] ext4: use reserved metadata blocks when splitting extent on endio
` [PATCH -next 2/7] ext4: don't split extent before submitting I/O
` [PATCH -next 3/7] ext4: avoid starting handle when dio writing an unwritten extent
` [PATCH -next 4/7] ext4: remove useless ext4_iomap_overwrite_ops
` [PATCH -next 5/7] ext4: remove unused unwritten parameter in ext4_dio_write_iter()
` [PATCH -next 6/7] ext4: simply the mapping query logic in ext4_iomap_begin()
` [PATCH -next 7/7] ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT

[PATCH] ext4: fast_commit: assert i_data_sem only before sleep
 2025-12-22  3:26 UTC 

[syzbot] [ext4?] possible deadlock in ext4_xattr_set_handle (7)
 2025-12-21 18:39 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in ext4_evict_inode (5)
 2025-12-21 10:00 UTC  (2+ messages)

[PATCH] ext4: fix dirtyclusters double decrement on fs shutdown
 2025-12-19 14:29 UTC  (8+ messages)

[PATCH] doc : fix a broken link in ext2.rst
 2025-12-19 14:01 UTC  (2+ messages)

[PATCH] ext4: fix ext4_tune_sb_params padding
 2025-12-19  8:43 UTC  (5+ messages)

[PATCH] ext4,fiemap: Add inode offset for xattr fiemap
 2025-12-19  0:50 UTC  (5+ messages)

[PATCHSET V4 2/2] fs: send uevents on mount and unmount
 2025-12-18 23:33 UTC  (11+ messages)
` [PATCH 1/4] fs: send uevents for filesystem mount events
  ` [PATCH V4.1 "
` [PATCH 2/4] xfs: send uevents when major filesystem events happen
` [PATCH 3/4] ext4: convert ext4_root to a kset
` [PATCH 4/4] ext4: send uevents when major filesystem events happen

[PATCHSET V4 1/2] fs: generic file IO error reporting
 2025-12-18 23:32 UTC  (18+ 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 V4.1 "
` [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

stop overriding SCRATCH_{,LOG,RT}DEV v3
 2025-12-18 21:27 UTC  (15+ messages)
` [PATCH 01/13] dmflakey: override SCRATCH_DEV in _init_flakey
` [PATCH 02/13] ext4/006: call e2fsck directly
` [PATCH 03/13] common: add a _check_dev_fs helper
` [PATCH 04/13] ext4/032: use _check_dev_fs
` [PATCH 05/13] generic/590: split XFS RT specific bits out
` [PATCH 06/13] xfs/157: don't override SCRATCH_{,LOG,RT}DEV
` [PATCH 07/13] xfs/185: don't use SCRATCH_{,RT}DEV helpers
` [PATCH 08/13] xfs/424: don't use SCRATCH_DEV helpers
` [PATCH 09/13] xfs/521: require a real SCRATCH_RTDEV
` [PATCH 10/13] xfs/521: call _require_scratch_size
` [PATCH 11/13] xfs/528: require a real SCRATCH_RTDEV
` [PATCH 12/13] xfs/530: "
` [PATCH 13/13] xfs/650: "

[PATCH] ext4: xattr: fix wrong search.here in clone_block
 2025-12-18 15:39 UTC  (6+ messages)
  ` [syzbot] [ext4?] KASAN: out-of-bounds Read in ext4_xattr_set_entry

ext4: a tool to modify the inode count
 2025-12-18  8:05 UTC  (2+ messages)

[PATCH] ext4: Fix KASAN use-after-free in ext4_find_extent
 2025-12-18  5:42 UTC  (9+ messages)
  `  "

[PATCH v1] ext4: add sysfs attribute err_report_sec to control s_err_report timer
 2025-12-18  1:21 UTC  (5+ messages)

stop overriding SCRATCH_{,LOG,RT}DEV v2
 2025-12-17 17:02 UTC  (28+ messages)
` [PATCH 01/13] dmflakey: override SCRATCH_DEV in _init_flakey
` [PATCH 02/13] ext4/006: call e2fsck directly
` [PATCH 03/13] common: add a _check_dev_fs helper
` [PATCH 04/13] ext4/032: use _check_dev_fs
` [PATCH 05/13] generic/590: split XFS RT specific bits out
` [PATCH 06/13] xfs/157: don't override SCRATCH_{,LOG,RT}DEV
` [PATCH 07/13] xfs/185: don't use SCRATCH_{,RT}DEV helpers
` [PATCH 08/13] xfs/424: don't use SCRATCH_DEV helpers
` [PATCH 09/13] xfs/521: require a real SCRATCH_RTDEV
` [PATCH 10/13] xfs/521: call _require_scratch_size
` [PATCH 11/13] xfs/528: require a real SCRATCH_RTDEV
` [PATCH 12/13] xfs/530: "
` [PATCH 13/13] xfs/650: "

[PATCH] fs/ext4: Remove unnecessary zero-initialization via memset
 2025-12-16  7:59 UTC  (3+ messages)

Inquiry: Possible built-in support for longer filenames in ext4 (beyond 256 bytes)
 2025-12-15 15:04 UTC  (8+ messages)

[PATCH 6.6.y] ext4: fix error message when rejecting the default hash
 2025-12-15 13:39 UTC 

[PATCH v2 0/6] Exposing case folding behavior
 2025-12-15 12:37 UTC  (17+ messages)
` [PATCH v2 1/6] fs: Add case sensitivity info to file_kattr
` [PATCH v2 2/6] fat: Implement fileattr_get for case sensitivity
` [PATCH v2 3/6] ntfs3: "
` [PATCH v2 4/6] ext4: Report case sensitivity in fileattr_get
` [PATCH v2 5/6] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v2 6/6] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-15  9:06 UTC  (8+ messages)
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt

[PATCH] ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
 2025-12-15  2:02 UTC  (3+ messages)

stop overriding SCRATCH_{,LOG,RT}DEV
 2025-12-12 20:00 UTC  (31+ messages)
` [PATCH 02/12] ext4/006: call e2fsck directly
` [PATCH 03/12] common: add a _check_dev_fs helper
` [PATCH 04/12] ext4/032: use _check_dev_fs
` [PATCH 05/12] generic/590: split XFS RT specific bits out
` [PATCH 06/12] xfs/157: don't override SCRATCH_{,LOG,RT}DEV
` [PATCH 07/12] xfs/185: don't use SCRATCH_{,RT}DEV helpers
` [PATCH 08/12] xfs/424: don't use SCRATCH_DEV helpers
` [PATCH 09/12] xfs/521: require a real SCRATCH_RTDEV
` [PATCH 10/12] xfs/528: "
` [PATCH 11/12] xfs/530: "
` [PATCH 12/12] xfs/650: "

[syzbot] [ext4] [fscrypt] KMSAN: uninit-value in fscrypt_crypt_data_unit
 2025-12-12  5:16 UTC  (6+ messages)

[PATCH] ext4: move ext4_percpu_param_init() before ext4_mb_init()
 2025-12-12  1:36 UTC  (2+ messages)

[PATCH 2/2] ext4: align preallocation size to stripe width
 2025-12-11 23:08 UTC  (2+ messages)

[syzbot] [ext4?] INFO: rcu detected stall in unwind_next_frame (5)
 2025-12-11 13:41 UTC 

[RFC 0/5] ext4: mark more ops fast-commit ineligible
 2025-12-11 11:51 UTC  (6+ messages)
` [RFC 1/5] ext4: mark inode format migration "
` [RFC 2/5] ext4: mark fs-verity enable "
` [RFC 3/5] ext4: mark move extents "
` [RFC 4/5] ext4: mark group add "
` [RFC 5/5] ext4: mark group extend "

Ulga na składki ZUS
 2025-12-11  8:55 UTC 

[PATCH v2] ext4: add sysfs attribute err_report_sec to control s_err_report timer
 2025-12-11  3:02 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).