Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-06-24 13:30:17 to 2026-06-26 21:28:42 UTC [more...]

possible deadlock in ext4_evict_inode
 2026-06-26 21:28 UTC 

linux-doc@vger.kernel.org
 2026-06-26 21:09 UTC 

[PATCH v4 0/2] tracing: Move non-trace_printk prototypes into trace_controls.h
 2026-06-26 19:03 UTC  (7+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] tracing: Remove trace_printk.h from kernel.h

[PATCH v10 0/5] ext4: deferred iput framework for EA inodes
 2026-06-26 17:23 UTC  (9+ messages)
` [PATCH v10 1/5] fs: add iput_if_not_last() helper
` [PATCH v10 2/5] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v10 3/5] ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
` [PATCH v10 4/5] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()
` [PATCH v10 5/5] ext4: prevent deadlock from duplicate EA inode references on corrupted fs

[PATCH v3 0/9] ext4: allow more DIO writes under shared i_rwsem
 2026-06-26 14:32 UTC  (12+ messages)
` [PATCH v3 1/9] ext4: prevent sleeping allocation in NOWAIT write path
` [PATCH v3 2/9] ext4: drain in-flight DIO before buffered write fallback
` [PATCH v3 3/9] ext4: skip overwrite check for aligned non-extending DIO writes
` [PATCH v3 4/9] ext4: base unaligned DIO lock decision on partial block zeroing
` [PATCH v3 5/9] ext4: use kiocb_modified instead of file_modified in DIO/DAX write path
` [PATCH v3 6/9] ext4: improve EXT4_GET_BLOCKS_CACHED_NOWAIT handling in ext4_map_blocks
` [PATCH v3 7/9] ext4: handle IOMAP_NOWAIT in ext4_iomap_begin() with cache-only lookup
` [PATCH v3 8/9] ext4: handle IOCB_NOWAIT in ext4_dio_needs_zeroing() "
` [PATCH v3 9/9] ext4: fix NOWAIT semantic violation in DAX extending writes

[PATCH v6] ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
 2026-06-26 14:29 UTC  (2+ messages)

[PATCH v2] ext4: clear stale xarray tags on folios skipped during writeback
 2026-06-26 14:07 UTC  (2+ messages)

[PATCH v2] ext4: cancel dirty accounting for folios without buffers
 2026-06-26 10:07 UTC 

[PATCH] ext4: cancel dirty accounting for folios without buffers
 2026-06-26 10:05 UTC  (7+ messages)

[PATCH] ext4: get rid of ppath in get_ext_path()
 2026-06-26  7:08 UTC  (3+ messages)
  ` [PATCH] ext4: fix crash when ext4_ext_insert_extent() returns error

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

[PATCHBOMB v6] e2fsprogs: containerize ext4 for safer operation
 2026-06-25 19:41 UTC  (28+ messages)
` [PATCHSET 1/4] libext2fs: fix some missed fsync calls
  ` [PATCH 1/3] libext2fs: always fsync the device when flushing the cache
  ` [PATCH 2/3] libext2fs: always fsync the device when closing the unix IO manager
  ` [PATCH 3/3] libext2fs: only fsync the unix fd if we wrote to the device
` [PATCHSET v6 2/4] fuse4fs: run servers as a contained service
  ` [PATCH 01/10] libext2fs: make it possible to extract the fd from an IO manager
  ` [PATCH 02/10] libext2fs: fix checking for valid fds in mmp.c
  ` [PATCH 03/10] unix_io: allow passing /dev/fd/XXX paths to the unixfd IO manager
  ` [PATCH 04/10] libext2fs: fix MMP code to work with "
  ` [PATCH 05/10] libext2fs: bump libfuse API version to 3.19
  ` [PATCH 06/10] fuse4fs: hoist some code out of fuse4fs_main
  ` [PATCH 07/10] fuse4fs: enable safe service mode
  ` [PATCH 08/10] fuse4fs: set proc title when in fuse "
  ` [PATCH 09/10] fuse4fs: make MMP work correctly in safe "
  ` [PATCH 10/10] debian: update packaging for fuse4fs service
` [PATCHSET v6 3/4] fuse2fs: improve block and inode caching
  ` [PATCH 1/6] libsupport: add caching IO manager
  ` [PATCH 2/6] iocache: add the actual buffer cache
  ` [PATCH 3/6] iocache: bump buffer mru priority every 50 accesses
  ` [PATCH 4/6] fuse2fs: enable caching IO manager
  ` [PATCH 5/6] fuse2fs: increase inode cache size
  ` [PATCH 6/6] libext2fs: improve caching for inodes
` [PATCHSET v6 4/4] fuse4fs: reclaim buffer cache under memory pressure
  ` [PATCH 1/4] libsupport: add pressure stall monitor
  ` [PATCH 2/4] fuse2fs: only reclaim buffer cache when there is memory pressure
  ` [PATCH 3/4] fuse4fs: enable memory pressure monitoring with service containers
  ` [PATCH 4/4] fuse2fs: flush dirty metadata periodically

[PATCH RFC] ext4: enable scoped NOFS when starting a handle in nojournal mode
 2026-06-25 17:22 UTC 

[PATCH] ext4: clear stale xarray tags on folios skipped during writeback
 2026-06-25 13:38 UTC  (3+ messages)

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-06-25 12:58 UTC  (11+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap
` [PATCH v4 18/23] ext4: wait for ordered I/O in the iomap buffered I/O path

[PATCH v5] ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
 2026-06-25 11:09 UTC  (3+ messages)

[PATCH v3] ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
 2026-06-25 10:14 UTC  (2+ messages)

[PATCH v4] ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
 2026-06-25  6:03 UTC 

[PATCH v4] iomap: add simple read path for small direct I/O
 2026-06-25  2:24 UTC  (3+ messages)

[PATCH v4 00/11] Data in direntry (dirdata) feature
 2026-06-24 23:18 UTC  (13+ messages)
` [PATCH v4 01/11] ext4: validate count against limit in ext4_dx_csum_verify/_set
` [PATCH v4 02/11] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v4 03/11] ext4: add ext4_dir_entry_is_tail()
` [PATCH v4 04/11] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v4 05/11] ext4: add dirdata format definitions and access helpers
` [PATCH v4 06/11] ext4: preserve dirdata bits in get_dtype()
` [PATCH v4 07/11] ext4: add ext4_dir_entry_len() and harden dirdata parsing
` [PATCH v4 08/11] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v4 09/11] ext4: dirdata feature
` [PATCH v4 10/11] ext4: add dirdata set/get helpers
` [PATCH v4 11/11] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries
` [syzbot ci] Re: Data in direntry (dirdata) feature

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-24 22:48 UTC  (12+ messages)
` [PATCH RFC v2 01/18] xfs: fix the error unwind in xfs_open_devices()
` [PATCH RFC v2 07/18] fs: maintain a global device-to-superblock table
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems
` [PATCH RFC v2 17/18] fs: look up the superblock via the device table in user_get_super()

[RFC PATCH v3 0/6] ext4: tests for the dirdata feature (encryption+casefold, LUFID)
 2026-06-24 13:49 UTC  (7+ messages)
` [RFC PATCH v3 1/6] ext4: add common helper to check whether dirdata is applied
` [RFC PATCH v3 2/6] ext4/064 encryption + casefold feature combination WITHOUT dirdata
` [RFC PATCH v3 3/6] ext4/065 encryption + casefold + dirdata feature combination
` [RFC PATCH v3 4/6] ext4: add set_lufid utility
` [RFC PATCH v3 5/6] ext4/066: verify LUFID dirdata operations
` [RFC PATCH v3 6/6] ext4/067: LUFID and encryption+casefold+dirdata


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