public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 13:40:08 to 2026-04-22 02:17:00 UTC [more...]

[PATCH v3 00/22] ext4: use iomap for regular file's buffered I/O path
 2026-04-22  2:10 UTC  (9+ 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 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 11/22] iomap: correct the range of a partial dirty clear

[PATCH] generic/790: test post-EOF gap zeroing persistence
 2026-04-22  1:52 UTC 

[PATCH v3 v3 0/2] add blocks_allocated to mb_stats and clear mb_stats
 2026-04-22  1:50 UTC  (3+ 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-21 22:36 UTC  (10+ messages)

[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-21 21:47 UTC  (26+ 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

[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  (55+ messages)
` [patch 02/38] x86: Cleanup include recursion hell
  ` [patch V1.1 "
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 09/38] iommu/vt-d: Use sched_clock() instead of get_cycles()
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
  ` [patch V1.1 "
` [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 19/38] kcsan: Replace get_cycles() usage
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 30/38] openrisc: "
` [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 v2] iomap: avoid memset iomap when iter is done
 2026-04-20  6:16 UTC 

[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 v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-04-17  7:34 UTC  (13+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[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  (5+ messages)
` [RFC v2 0/1] ext4: fail fast on repeated buffer_head "
  ` [RFC v2 1/1] "

[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

[tytso-ext4:dev] BUILD SUCCESS 981fcc5674e67158d24d23e841523eccba19d0e7
 2026-04-10 18:07 UTC 

[PATCH v2] ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v4 00/13] ext4: refactor partial block zero-out for iomap conversion
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v2] jbd2: fix deadlock in jbd2_journal_cancel_revoke()
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v4 0/4] jbd2/ext4/ocfs2: lockless jinode dirty range
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v3] ext4: unmap invalidated folios from page tables in mpage_release_unused_pages()
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH next] ext4: Fix diagnostic printf formats
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v5 0/5] Fix some issues about ext4-test
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH] ext4/move_extent: use folio_next_pos()
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v4] ext4: simplify mballoc preallocation size rounding for small files
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH] ext4: remove unused i_fc_wait
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v5 0/2] jbd2: audit and convert legacy J_ASSERT usage
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH] ext4: remove tl argument from ext4_fc_replay_{add,del}_range
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v2] ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v2 1/3] ext4: split __ext4_add_entry() out of ext4_add_entry()
 2026-04-10 15:18 UTC  (2+ messages)


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