Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-07-05 19:48:07 to 2026-07-13 02:39:54 UTC [more...]

[PATCH v3 00/17] fscrypt: Standardize on blk-crypto
 2026-07-13  2:37 UTC  (16+ messages)
` [PATCH v3 01/17] blk-crypto: Simplify check for fallback support
` [PATCH v3 02/17] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH v3 03/17] blk-crypto: Allow control over whether hardware is used
` [PATCH v3 04/17] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH v3 05/17] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [PATCH v3 06/17] Documentation: fscrypt: Update docs for inlinecrypt
` [PATCH v3 07/17] ext4: Remove fs-layer file contents en/decryption code
` [PATCH v3 08/17] ext4: Make ext4_bio_write_folio() return void
` [PATCH v3 09/17] ext4: Further de-generalize the bio postprocessing code
` [PATCH v3 10/17] f2fs: Remove fs-layer file contents en/decryption code
` [PATCH v3 11/17] fs/buffer: Remove fs-layer decryption code
` [PATCH v3 12/17] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [PATCH v3 13/17] fscrypt: Remove fscrypt_dio_supported()
` [PATCH v3 14/17] fscrypt: Remove fs-layer zeroout code
` [PATCH v3 15/17] fscrypt: Remove unused functions and workqueue

[PATCH v1 0/9] Support Clang context analysis for ext2
 2026-07-12 16:56 UTC  (10+ messages)
` [PATCH v1 1/9] ext2: fix ext2_xattr_delete_inode() context analysis warning
` [PATCH v1 2/9] ext2: mark s_next_generation as guarded by s_next_gen_lock
` [PATCH v1 3/9] ext2: annotate ext2_update_dynamic_rev() as requiring s_lock
` [PATCH v1 4/9] ext2: mark statfs overhead cache as guarded by s_lock
` [PATCH v1 5/9] ext2: mark s_mount_state "
` [PATCH v1 6/9] ext2: annotate ext2_init_block_alloc_info() as requiring truncate_mutex
` [PATCH v1 7/9] ext2: annotate block-mapping helpers "
` [PATCH v1 8/9] ext2: annotate s_rsv_window_root as requiring s_rsv_window_lock
` [PATCH v1 9/9] ext2: enabled context analysis support for ext2 filesystem

[PATCH] ext4: use str_plural() instead of custom macro
 2026-07-12 16:33 UTC  (2+ messages)

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

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data (5)
 2026-07-11  1:29 UTC  (2+ messages)

[f2fs-dev] [PATCHv2 0/5] direct-io file extended attributes
 2026-07-11  1:06 UTC  (4+ messages)
    `  "

[PATCH v11 00/20] fs-verity support for XFS with post EOF merkle tree
 2026-07-10 23:46 UTC  (23+ messages)
` [PATCH v11 01/20] fsverity: report validation errors through fserror to fsnotify
` [PATCH v11 02/20] fsverity: expose ensure_fsverity_info()
` [PATCH v11 03/20] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v11 04/20] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v11 05/20] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v11 06/20] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v11 07/20] xfs: introduce fsverity on-disk changes
` [PATCH v11 08/20] xfs: initialize fs-verity on file open
` [PATCH v11 09/20] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v11 10/20] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v11 11/20] xfs: disable direct read path for fs-verity files
` [PATCH v11 12/20] xfs: handle fsverity I/O in write/read path
` [PATCH v11 13/20] xfs: use read ioend for fsverity data verification
` [PATCH v11 14/20] xfs: add fs-verity support
` [PATCH v11 15/20] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v11 16/20] xfs: add fs-verity ioctls
` [PATCH v11 17/20] xfs: advertise fs-verity being available on filesystem
` [PATCH v11 18/20] xfs: check and repair the verity inode flag state
` [PATCH v11 19/20] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v11 20/20] xfs: enable ro-compat fs-verity flag

[PATCH] fs: report direct io constraints through file_getattr
 2026-07-10 23:11 UTC  (10+ messages)
    ` [f2fs-dev] "

[syzbot] Monthly ext4 report (Jul 2026)
 2026-07-10 20:32 UTC 

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-07-10 17:29 UTC  (11+ messages)
` [PATCH v4 18/23] ext4: wait for ordered I/O in the iomap "

[PATCH] ext4: fix use-after-free in ext4 delayed I/O completion
 2026-07-10 14:06 UTC  (4+ messages)
` [syzbot ci] "

[PATCH v4] ext4: fix race in ext4_convert_inline_data() leading to BUG_ON in writepages
 2026-07-10 13:46 UTC  (2+ messages)

[PATCH v2] generic/795: add unaligned boundary test cases for WRITE_ZEROES
 2026-07-10  8:23 UTC 

[PATCH v14 0/4] ext4: deferred iput framework for EA inodes
 2026-07-10  3:08 UTC  (5+ messages)
` [PATCH v14 1/4] fs: add iput_if_not_last() helper
` [PATCH v14 2/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v14 3/4] ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
` [PATCH v14 4/4] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()

[PATCH] ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()
 2026-07-09 18:41 UTC 

[PATCH] ext4: fix buffer_head leak in ext4_init_orphan_info
 2026-07-09 15:20 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] ext4: clear error before retrying inode xattr space fallback
 2026-07-09 13:38 UTC  (2+ messages)

[PATCH] ext4: propagate errors from fast commit range replay
 2026-07-09 13:34 UTC  (2+ messages)

[PATCH v3 0/9] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-09 13:28 UTC  (16+ messages)
` [PATCH v3 1/9] ext4: use FGP_WRITEBEGIN for tail block zeroing
` [PATCH v3 2/9] ext4: skip tail block zeroing for inline data files
` [PATCH v3 3/9] ext4: check return value of ext4_get_block() in ext4_load_tail_bh()
` [PATCH v3 4/9] ext4: move partial block zeroing earlier in ext4_zero_range()
` [PATCH v3 5/9] ext4: clarify return semantics of ext4_load_tail_bh()
` [PATCH v3 6/9] ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
` [PATCH v3 7/9] ext4: zero out whole block for clean edges in WRITE_ZEROES
` [PATCH v3 8/9] ext4: write back partial-zeroed "
` [PATCH v3 9/9] ext4: protect WRITE_ZEROES written extents with orphan list

[PATCH v13 0/4] ext4: deferred iput framework for EA inodes
 2026-07-09 13:07 UTC  (5+ messages)
` [syzbot ci] "

[PATCH v2 0/6] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-09  2:56 UTC  (13+ messages)
` [PATCH v2 1/6] ext4: move partial block zeroing earlier in ext4_zero_range()
` [PATCH v2 2/6] ext4: clarify return semantics of ext4_load_tail_bh()
` [PATCH v2 3/6] ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
` [PATCH v2 4/6] ext4: zero out whole block for clean edges in WRITE_ZEROES
` [PATCH v2 5/6] ext4: write back partial-zeroed "
` [PATCH v2 6/6] ext4: protect WRITE_ZEROES written extents with orphan list

[PATCH v2 0/5] iomap: trivial fixes for ext4 conversion
 2026-07-09  2:47 UTC  (13+ messages)
` [PATCH v2 1/5] iomap: correct the range of a partial dirty clear
` [PATCH v2 2/5] iomap: support invalidating partial folios
` [PATCH v2 4/5] iomap: fix out-of-bounds bitmap_set() with zero-length range
` [PATCH v2 5/5] iomap: add comments for ifs_clear/set_range_dirty()

[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
 2026-07-09  1:43 UTC  (15+ messages)
` [PATCH v6 3/3] "

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_search_dir (3)
 2026-07-09  0:07 UTC 

kernel NULL pointer dereference in drain_obj_stock during ext4 e4defrag
 2026-07-08 18:36 UTC  (2+ messages)

[PATCH] libext2fs: fix fullmap icount allocation overflow on huge inode counts
 2026-07-08  7:33 UTC 

[PATCH 0/4] fs: mark selected blocking waits as freezable
 2026-07-07  7:50 UTC  (3+ messages)

[PATCH 1/2] ext4: skip extra isize expansion during mount to prevent deadlock
 2026-07-07  6:57 UTC  (3+ messages)
` [PATCH 2/2] ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inode

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-07-06  4:19 UTC  (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH v2] ext4: validate readdir offset before accessing dirent
 2026-07-06  4:13 UTC 

[PATCH v2 00/17] fscrypt: Standardize on blk-crypto
 2026-07-05 20:27 UTC  (15+ messages)
` [PATCH v2 02/17] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH v2 03/17] blk-crypto: Allow control over whether hardware is used
` [PATCH v2 04/17] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH v2 08/17] ext4: Make ext4_bio_write_folio() return void
` [PATCH v2 13/17] fscrypt: Remove fscrypt_dio_supported()
` [PATCH v2 14/17] fscrypt: Remove fs-layer zeroout code
` [PATCH v2 15/17] fscrypt: Remove unused functions and workqueue
` [PATCH v2 16/17] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [PATCH v2 17/17] fscrypt: Add safety checks to non-block-based en/decryption


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