public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-15 10:57:45 to 2026-04-23 08:44:54 UTC [more...]

[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
 2026-04-23  8:44 UTC  (21+ messages)
` [PATCHSET 1/2] 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 v5 2/2] 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
` [RFC PATCH 1/4] fusefatfs: enable fuse systemd service mode
` [RFC PATCH 2/4] exfat: "
` [RFC PATCH 3/4] fuseiso: enable "
` [RFC PATCH 4/4] httpdirfs: enable fuse "

[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-04-23  5:08 UTC  (15+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[moderation] KCSAN: data-race in filemap_read / filemap_splice_read (3)
 2026-04-23  5:05 UTC 

[PATCH] generic/790: test post-EOF gap zeroing persistence
 2026-04-23  1:41 UTC  (3+ messages)

[PATCH v9 00/17] Exposing case folding behavior
 2026-04-23  1:35 UTC  (21+ messages)
` [PATCH v9 01/17] fs: Move file_kattr initialization to callers
` [PATCH v9 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v9 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v9 04/17] exfat: "
` [PATCH v9 05/17] ntfs3: "
` [PATCH v9 06/17] hfs: "
` [PATCH v9 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v9 08/17] ext4: "
` [PATCH v9 09/17] xfs: "
` [PATCH v9 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v9 11/17] nfs: "
` [PATCH v9 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v9 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v9 14/17] isofs: "
` [PATCH v9 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v9 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v9 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH] fscrypt: add software key support for filesystem-managed data
 2026-04-22 23:27 UTC 

[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 v2] iomap: avoid memset iomap when iter is done
 2026-04-22 12:56 UTC  (4+ messages)

[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  (18+ messages)
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 18/38] lib/tests: Replace get_cycles() with ktime_get()
` [patch 27/38] m68k: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 35/38] s390: "

[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  (4+ 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  (8+ 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  (6+ messages)
` [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


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