linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-19 10:30:20 to 2025-09-29 12:56:37 UTC [more...]

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-09-29 12:56 UTC  (11+ messages)
` [PATCH v6 1/4] fs: provide accessors for ->i_state
` [PATCH v6 2/4] Convert the kernel to use ->i_state accessors
` [PATCH v6 3/4] Manual conversion of ->i_state uses
` [PATCH v6 4/4] fs: make plain ->i_state access fail to compile

[PATCH] ext4: validate extent entries before caching in ext4_find_extent()
 2025-09-29 12:07 UTC  (2+ messages)

[PATCH v2] fs: Make wbc_to_tag() inline and use it in fs
 2025-09-29 11:50 UTC  (2+ messages)

[syzbot] [ext4?] WARNING in ext4_xattr_inode_dec_ref_all
 2025-09-29 11:19 UTC 

[PATCH] fs: Make wbc_to_tag() extern and use it in fs
 2025-09-29 10:57 UTC  (4+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-29  9:13 UTC  (7+ messages)
        ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH] ext4: validate extent entries before caching in ext4_find_extent()
 2025-09-29  5:23 UTC 

[PATCH v2 3/3] ext4: reimplement ext4_empty_dir() using is_dirent_block_empty
 2025-09-29  2:33 UTC  (8+ messages)
          ` [PATCH 1/2] ext4: return lblk from ext4_find_entry
            ` [PATCH 2/2] ext4: shrink directories on dentry delete

[PATCH] ext4: validate extent entries before caching in ext4_find_extent()
 2025-09-29  2:01 UTC  (2+ messages)

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-09-28 13:19 UTC  (6+ messages)
` [PATCH v7 02/12] common/rc: Add fio atomic write helpers
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx

[Bug 220594] New: Online defragmentation has broken in 6.16
 2025-09-28  2:17 UTC  (9+ messages)
` [Bug 220594] "

[syzbot] Monthly ext4 report (Sep 2025)
 2025-09-27 20:43 UTC 

[tytso-ext4:dev] BUILD SUCCESS acf943e9768ec9d9be80982ca0ebc4bfd6b7631e
 2025-09-27 12:54 UTC 

[syzbot] [ext4?] KASAN: slab-use-after-free Read in __ext4_check_dir_entry
 2025-09-27  4:51 UTC  (2+ messages)

[PATCH] ext4: fix allocation failure in ext4_mb_load_buddy_gfp
 2025-09-27  3:01 UTC  (2+ messages)

[PATCH] ext4: fix allocation failure in ext4_mb_load_buddy_gfp
 2025-09-27  0:19 UTC 

[PATCH v5] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH 0/1] fs: ext4: use GFP_KERNEL to GFP_NOFS to avoid deadlock
 2025-09-26 21:47 UTC  (3+ messages)
` [PATCH 1/1] fs: ext4: change "

[PATCH] ext4: fix an off-by-one issue during moving extents
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH] ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH] ext4: fix potential null deref in ext4_mb_init()
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH] jbd2: Increase IO priority of checkpoint
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH 0/2] Some more misc fsmap fixes
 2025-09-26 21:47 UTC  (4+ messages)
` [PATCH 2/2] fsmap: use blocksize units instead of cluster units

[PATCH] ext4: Increase IO priority of fastcommit
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH] ext4: remove obsolete EXT3 config options
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH] ext4: replace min/max nesting with clamp()
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH v2 0/3] ext4: Add support for mounted updates to the superblock via an ioctl
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH v2] ext4: validate ea_ino and size in check_xattrs
 2025-09-26 21:47 UTC  (6+ messages)

[PATCH] ext4: Fail unaligned direct IO write with EINVAL
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH] ext4: verify orphan file size is not too big
 2025-09-26 21:47 UTC  (2+ messages)

[PATCH] Fix: ext4: guard against EA inode refcount underflow in xattr update
 2025-09-26 21:47 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] ext4: Fix checks for orphan inodes
 2025-09-26 21:47 UTC  (3+ messages)

[PATCH] ext4: fix allocation failure in ext4_mb_load_buddy_gfp
 2025-09-26 19:17 UTC  (2+ messages)

ext4: Question about directory entry minor hash usage (documentation error?)
 2025-09-25 15:58 UTC  (3+ messages)

[PATCH] ext4, doc: fix and improve directory hash tree description
 2025-09-25 15:24 UTC 

[PATCH v2 00/13] ext4: optimize online defragment
 2025-09-25  9:26 UTC  (14+ messages)
` [PATCH v2 01/13] ext4: fix an off-by-one issue during moving extents
` [PATCH v2 02/13] ext4: correct the checking of quota files before "
` [PATCH v2 03/13] ext4: introduce seq counter for the extent status entry
` [PATCH v2 04/13] ext4: make ext4_es_lookup_extent() pass out the extent seq counter
` [PATCH v2 05/13] ext4: pass out extent seq counter when mapping blocks
` [PATCH v2 06/13] ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()
` [PATCH v2 07/13] ext4: add mext_check_validity() to do basic check
` [PATCH v2 08/13] ext4: refactor mext_check_arguments()
` [PATCH v2 09/13] ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
` [PATCH v2 10/13] ext4: introduce mext_move_extent()
` [PATCH v2 11/13] ext4: switch to using the new extent movement method
` [PATCH v2 12/13] ext4: add large folios support for moving extents
` [PATCH v2 13/13] ext4: add two trace points "

[PATCH] ext4: fix allocation failure in ext4_mb_load_buddy_gfp
 2025-09-24 23:33 UTC  (2+ messages)

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-24 20:23 UTC  (20+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-24 19:20 UTC  (4+ messages)

[PATCH] fix several typos in the latest Release Notes
 2025-09-24 17:01 UTC  (2+ messages)

[PATCH v2] ext4: validate ea_ino and size in check_xattrs
 2025-09-24  1:21 UTC 

[PATCH] ext4: validate xattr entries in ext4_xattr_move_to_block
 2025-09-23 12:09 UTC  (2+ messages)

[PATCH 00/13] ext4: optimize online defragment
 2025-09-23  6:49 UTC  (15+ messages)
` [PATCH 01/13] ext4: fix an off-by-one issue during moving extents
` [PATCH 02/13] ext4: correct the checking of quota files before "
` [PATCH 03/13] ext4: introduce seq counter for the extent status entry
` [PATCH 04/13] ext4: make ext4_es_lookup_extent() pass out the extent seq counter
` [PATCH 05/13] ext4: pass out extent seq counter when mapping blocks
` [PATCH 06/13] ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()
` [PATCH 07/13] ext4: add mext_check_validity() to do basic check
` [PATCH 08/13] ext4: refactor mext_check_arguments()
` [PATCH 09/13] ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()
` [PATCH 10/13] ext4: introduce mext_move_extent()
` [PATCH 11/13] ext4: switch to using the new extent movement method
` [PATCH 12/13] ext4: add large folios support for moving extents
` [PATCH 13/13] ext4: add two trace points "
` [syzbot ci] Re: ext4: optimize online defragment

[PATCH] ext4: skip inode expansion on readonly filesystems
 2025-09-23  5:43 UTC  (2+ messages)
` [syzbot] [ext4?] WARNING in ext4_xattr_block_set (3)

ext4: failed to convert unwritten extents (6.12.31 regression)
 2025-09-22 20:51 UTC  (4+ messages)

[PATCH] doc: fix mke2fs.8 Extended Options formatting
 2025-09-22 14:48 UTC  (2+ messages)

[PATCH v2 0/4] mke2fs: small doc and features
 2025-09-22 14:46 UTC  (11+ messages)
` [PATCH v2 1/4] mke2fs: document the hash_seed option
` [PATCH v2 2/4] mke2fs: support multiple '-E' options
` [PATCH v2 3/4] mke2fs: add root_selinux option for root inode label
` [PATCH v2 4/4] mke2fs: fix missing .TP in man page

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22 13:10 UTC  (17+ messages)
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH 22/27 5.10.y] minmax.h: update some comments
` [PATCH 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[PATCH v5 0/4] hide ->i_state behind accessors
 2025-09-22 11:41 UTC  (11+ messages)
` [PATCH v5 1/4] fs: provide accessors for ->i_state
` [PATCH v5 2/4] Convert the kernel to use ->i_state accessors
` [PATCH v5 3/4] Manual conversion of ->i_state uses
` [PATCH v5 4/4] fs: make plain ->i_state access fail to compile

[PATCH] nsfs: reject file handles with invalid inode number
 2025-09-21  6:03 UTC  (2+ messages)
` [syzbot] [nfs?] WARNING in nsfs_fh_to_dentry

[PATCH] nsfs: reject file handles with invalid inode number
 2025-09-21  3:44 UTC  (2+ messages)
` [syzbot] [nfs?] WARNING in nsfs_fh_to_dentry

[PATCH] nsfs: validate file handle type and data in nsfs_fh_to_dentry()
 2025-09-21  2:14 UTC  (2+ messages)
` [syzbot] [nfs?] WARNING in nsfs_fh_to_dentry

[PATCH] nsfs: validate file handle type and data in nsfs_fh_to_dentry()
 2025-09-21  0:51 UTC 

[PATCH] nsfs: validate file handle type in nsfs_fh_to_dentry()
 2025-09-20  8:36 UTC  (2+ messages)
` [syzbot] [nfs?] WARNING in nsfs_fh_to_dentry

[PATCH v4 00/12] hide ->i_state behind accessors
 2025-09-19 15:51 UTC  (5+ messages)

[PATCH RFC 2/3] mke2fs.c: fail on multiple '-E' options
 2025-09-19 15:44 UTC  (8+ messages)

[PATCH 0/3] E2fsprogs: tune2fs: use an ioctl to update mounted fs
 2025-09-19 15:01 UTC  (4+ messages)
` [PATCH 3/3] tune2fs: try to use the SET_TUNE_SB_PARAM ioctl on mounted file systems


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).