linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-25 09:27:08 to 2025-10-03 13:02:42 UTC [more...]

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-03 12:59 UTC  (5+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-03 11:33 UTC  (63+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[Bug 220623] New: Possible deadlock, system hangs on suspend
 2025-10-03  7:28 UTC  (3+ messages)
` [Bug 220623] "

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data (3)
 2025-10-03  1:55 UTC  (2+ messages)

[PATCH] ext4: reject inline data flag when i_extra_isize is zero
 2025-10-03  0:51 UTC 

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

[PATCH] ext4: reject inline data flag when i_extra_isize is zero
 2025-10-02 19:57 UTC  (2+ messages)

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-10-02 17:56 UTC  (5+ messages)
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx

[PATCH 0/2] Some more misc fsmap fixes
 2025-10-02 17:42 UTC  (5+ messages)
` [PATCH 2/2] fsmap: use blocksize units instead of cluster units

[PATCH v2 0/2] iomap: ->iomap_end() error handling fixes
 2025-10-02 17:20 UTC  (3+ messages)
` [PATCH v2 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH v2 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[PATCH 0/2] ext4: fix an data corruption issue in nojournal mode
 2025-10-02 11:42 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_search_dir
 2025-10-02  0:10 UTC 

[GIT PULL] ext4 updates for 6.18-rc1
 2025-10-01  2:54 UTC 

[ext4] ext4_ext_correct_indexes() TODO about “border is smaller” — still valid?
 2025-09-30 13:22 UTC 

[PATCH v4] ext4: detect invalid INLINE_DATA + EXTENTS flag combination
 2025-09-30 11:28 UTC 

[PATCH v3] ext4: detect invalid INLINE_DATA + EXTENTS flag combination
 2025-09-30 11:26 UTC 

[PATCH v3] ext4: detect invalid INLINE_DATA + EXTENTS flag combination
 2025-09-30 11:08 UTC  (2+ messages)

[PATCH v2] ext4: detect invalid INLINE_DATA + EXTENTS flag combination
 2025-09-30  9:15 UTC  (2+ messages)

[PATCH v2] ext4: detect invalid INLINE_DATA + EXTENTS flag combination
 2025-09-30  8:34 UTC  (2+ messages)

[PATCH v2] fs: Make wbc_to_tag() inline and use it in fs
 2025-09-30  1:57 UTC  (4+ messages)

[PATCH] fs: Make wbc_to_tag() extern and use it in fs
 2025-09-30  1:47 UTC  (5+ messages)

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-29 18:39 UTC  (7+ messages)
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere

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

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

[PATCH v6 0/4] hide ->i_state behind accessors
 2025-09-29 12:56 UTC  (6+ messages)
` [PATCH v6 3/4] Manual conversion of ->i_state uses

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

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

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-29  9:13 UTC  (3+ 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)

[Bug 220594] New: Online defragmentation has broken in 6.16
 2025-09-28  2:17 UTC  (8+ 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] 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  (3+ 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  (13+ messages)
` [PATCH v2 02/13] ext4: correct the checking of quota files before moving extents
` [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 "


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