messages from 2026-04-13 06:51:25 to 2026-04-22 23:19:06 UTC [more...]
[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
2026-04-22 23:19 UTC (2+ messages)
` [PATCHSET 1/2] libext2fs: fix some missed fsync calls
[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-22 22:46 UTC (29+ messages)
` [PATCH v8 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v8 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v8 03/22] ovl: use core fsverity ensure info interface
` [PATCH v8 04/22] fsverity: generate and store zero-block hash
` [PATCH v8 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v8 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v8 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v8 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v8 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v8 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v8 11/22] xfs: initialize fs-verity on file open
` [PATCH v8 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v8 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v8 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v8 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v8 16/22] xfs: add fs-verity support
` [PATCH v8 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v8 18/22] xfs: add fs-verity ioctls
` [PATCH v8 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v8 20/22] xfs: check and repair the verity inode flag state
` [PATCH v8 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v8 22/22] xfs: enable ro-compat fs-verity flag
[syzbot] [ext4?] WARNING in jbd2_journal_dirty_metadata (3)
2026-04-22 22:44 UTC
[PATCH] generic/790: test post-EOF gap zeroing persistence
2026-04-22 13:22 UTC (2+ messages)
[PATCH v2] iomap: avoid memset iomap when iter is done
2026-04-22 12:56 UTC (4+ messages)
[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
2026-04-22 11:39 UTC (14+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions
[PATCH v3 v3 0/2] add blocks_allocated to mb_stats and clear mb_stats
2026-04-22 9:55 UTC (4+ messages)
` [PATCH v3 v3 1/2] ext4: add blocks_allocated to mb_stats output
` [PATCH v3 v3 2/2] ext4: allow clearing mballoc stats through mb_stats
[RFC PATCH] iomap: add fast read path for small direct I/O
2026-04-22 2:43 UTC (11+ messages)
[PATCH v3 00/22] ext4: use iomap for regular file's buffered I/O path
2026-04-22 2:10 UTC (23+ messages)
` [PATCH v3 01/22] ext4: simplify size updating in ext4_setattr()
` [PATCH v3 02/22] ext4: factor out ext4_truncate_[up|down]()
` [PATCH v3 03/22] ext4: simplify error handling in ext4_setattr()
` [PATCH v3 04/22] ext4: add iomap address space operations for buffered I/O
` [PATCH v3 05/22] ext4: implement buffered read path using iomap
` [PATCH v3 06/22] ext4: pass out extent seq counter when mapping da blocks
` [PATCH v3 07/22] ext4: do not use data=ordered mode for inodes using buffered iomap path
` [PATCH v3 08/22] ext4: implement buffered write path using iomap
` [PATCH v3 09/22] ext4: implement writeback "
` [PATCH v3 10/22] ext4: implement mmap "
` [PATCH v3 11/22] iomap: correct the range of a partial dirty clear
` [PATCH v3 12/22] iomap: support invalidating partial folios
` [PATCH v3 13/22] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v3 14/22] ext4: implement partial block zero range path using iomap
` [PATCH v3 15/22] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH v3 16/22] ext4: disable online defrag when inode using "
` [PATCH v3 17/22] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH v3 18/22] ext4: introduce a mount option for iomap buffered I/O path
` [PATCH v3 19/22] ext4: submit zeroed post-EOF data immediately in the "
` [PATCH v3 20/22] ext4: wait for ordered I/O "
` [PATCH v3 21/22] ext4: update i_disksize to i_size on ordered I/O completion
` [PATCH v3 22/22] ext4: add tracepoints for ordered I/O in the iomap buffered I/O path
[BUG] ext4: BUG_ON in ext4_write_inline_data (fs/ext4/inline.c:240)
2026-04-21 12:25 UTC (3+ messages)
[PATH 6.6 0/3] fix potential ext4 null pointer
2026-04-21 11:34 UTC (4+ messages)
` [PATH 6.6 1/3] ext4: get rid of ppath in get_ext_path()
` [PATH 6.6 2/3] ext4: get rid of ppath in ext4_force_split_extent_at()
` [PATH 6.6 3/3] ext4: get rid of ppath in convert_initialized_extent()
[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
2026-04-21 11:22 UTC (39+ messages)
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 10/38] arcnet: Remove function timing code
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 17/38] ext4: Replace get_cycles() usage with ktime_get()
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 27/38] m68k: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 35/38] s390: "
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code
[PATCH] ext4: prevent out-of-bounds read in ext4_read_inline_data()
2026-04-21 10:04 UTC (2+ messages)
[PATCH v2 v2 0/2] add blocks_allocated to mb_stats and clear mb_stats
2026-04-21 7:07 UTC (12+ messages)
` [PATCH v2 v2 1/2] ext4: add blocks_allocated to mb_stats output
` [PATCH v2 v2 2/2] ext4: allow clearing mballoc stats through mb_stats
[PATCH AUTOSEL 7.0-6.6] ext2: avoid drop_nlink() during unlink of zero-nlink inode in ext2_unlink()
2026-04-20 13:22 UTC (3+ messages)
` [PATCH AUTOSEL 7.0-5.10] ext2: replace BUG_ON with WARN_ON_ONCE in ext2_get_blocks
` [PATCH AUTOSEL 7.0-6.1] ext4: unmap invalidated folios from page tables in mpage_release_unused_pages()
[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
2026-04-20 9:37 UTC (5+ messages)
[PATCH 0/3] Data in direntry (dirdata) feature
2026-04-19 21:57 UTC (10+ messages)
` [PATCH 1/3] ext4: make dirdata work with metadata_csum
` [PATCH 2/3] ext4: add dirdata support structures and helpers
` [PATCH 3/3] ext4: dirdata feature
` [syzbot ci] Re: Data in direntry (dirdata) feature
[PATCH v2 v2 0/2] add blocks_allocated to mb_stats and clear mb_stats
2026-04-19 6:31 UTC
[PATCH 1/2] ext4/064 encryption + casefold feature combination WITHOUT dirdata
2026-04-18 22:38 UTC (2+ messages)
` [PATCH 2/2] ext4/065 encryption + casefold + dirdata feature combination
[tytso-ext4:test] BUILD SUCCESS 82baeb9676239b8c924a79706f299ea8d4762b07
2026-04-18 12:06 UTC
[GIT PULL] ext4 changes for 7.1-rc1
2026-04-18 0:11 UTC (2+ messages)
[PATCH] e2fsck: add support for dirdata feature
2026-04-17 21:43 UTC
[PATCH] iomap: avoid memset iomap when iter is done
2026-04-17 9:15 UTC (9+ messages)
[PATCH 4/6] generic/765: Ignore mkfs warning
2026-04-16 15:55 UTC (5+ messages)
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-04-16 12:30 UTC (5+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "
[PATCH] jbd2: enforce power-of-two default revoke hash size at compile time
2026-04-16 11:54 UTC (5+ messages)
[PATCH v1] ext4: add mb_stats_clear for mballoc statistics
2026-04-16 8:53 UTC (9+ messages)
[RFC PATCH 0/1] ext4: fail fast on repeated metadata reads after IO failure
2026-04-16 3:54 UTC (4+ messages)
` [RFC v2 0/1] ext4: fail fast on repeated buffer_head "
[PATCH v2 0/4] show orphan file inode detail info
2026-04-15 23:56 UTC (7+ messages)
` [PATCH v2 1/4] ext4: register 'orphan_list' procfs
` [PATCH v2 2/4] ext4: skip cursor node in ext4_orphan_del()
` [PATCH v2 3/4] ext4: show inode orphan list detail information
` [PATCH v2 4/4] ext4: show orphan file inode detail info
[PATCH v7 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-15 5:23 UTC (9+ messages)
` [PATCH v7 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v7 03/22] ovl: use core fsverity ensure info interface
` [PATCH v7 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
[PATCH] jbd2: validate transaction state before dropping from journal
2026-04-14 12:46 UTC (2+ messages)
[RFC v6 0/7] ext4: fast commit: snapshot inode state for FC log
2026-04-13 12:58 UTC (4+ messages)
` [RFC v6 6/7] ext4: fast commit: add lock_updates tracepoint
[PATCH] ext4: make mballoc max prealloc size configurable
2026-04-13 8:37 UTC (2+ messages)
(no subject)
2026-04-13 7:58 UTC
[PATCH v3 0/2] ext4: add hash Kunit tests and optimize str2hashbuf
2026-04-13 6:51 UTC (3+ messages)
` [PATCH v3 1/2] ext4: add Kunit coverage for directory hash computation
` [PATCH v3 2/2] ext4: improve str2hashbuf by processing 4-byte chunks and removing function pointers
page: next (older) | 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