messages from 2026-06-25 10:14:45 to 2026-06-26 14:32:21 UTC [more...]
[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 v4 0/2] tracing: Move non-trace_printk prototypes into trace_controls.h
2026-06-26 8:51 UTC (6+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] tracing: Remove trace_printk.h from kernel.h
[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 (31+ 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 v10 0/5] ext4: deferred iput framework for EA inodes
2026-06-25 15:29 UTC (6+ 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] 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 (7+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap
[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)
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox