messages from 2026-07-29 19:30:19 to 2026-08-04 17:50:59 UTC [more...]
[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
2026-08-04 17:50 UTC (27+ messages)
` [PATCH v14 01/21] fsverity: report validation errors through fserror to fsnotify
` [PATCH v14 02/21] fsverity: expose ensure_fsverity_info()
` [PATCH v14 03/21] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v14 04/21] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v14 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v14 06/21] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v14 07/21] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v14 08/21] xfs: introduce fsverity on-disk changes
` [PATCH v14 09/21] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v14 10/21] xfs: disable direct read path for fs-verity files
` [PATCH v14 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v14 12/21] xfs: handle fsverity I/O in write/read path
` [PATCH v14 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v14 14/21] xfs: add flags to xfs_free_eofblocks() to pass down to block processing
` [PATCH v14 15/21] xfs: add fs-verity support
` [PATCH v14 16/21] xfs: initialize fs-verity on file open
` [PATCH v14 17/21] xfs: add fs-verity ioctls
` [PATCH v14 18/21] xfs: advertise fs-verity being available on filesystem
` [PATCH v14 19/21] xfs: check and repair the verity inode flag state
` [PATCH v14 20/21] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v14 21/21] xfs: enable ro-compat fs-verity flag
[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
2026-08-04 14:59 UTC (4+ messages)
` [PATCH v4 2/5] iomap: support invalidating partial folios
[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
2026-08-04 14:07 UTC (40+ messages)
` [PATCH 01/19] buffer_head: Remove b_page
` [PATCH 02/19] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH 03/19] jbd2: point the shadow buffer at the frozen data directly
` [PATCH 04/19] buffer: clear BH_Write_EIO when a buffer is forgotten
` [PATCH 05/19] buffer: discard BH_Write_EIO along with the rest of the buffer state
` [PATCH 06/19] buffer: detect metadata write errors with buffer_write_io_error()
` [PATCH 07/19] adfs: check for a directory write error "
` [PATCH 08/19] ext2: check for an xattr block "
` [PATCH 09/19] omfs: check for an inode "
` [PATCH 10/19] exfat: check for a directory "
` [PATCH 11/19] fat: check for a metadata "
` [PATCH 12/19] ext4: "
` [PATCH 13/19] ocfs2: "
` [PATCH 14/19] ocfs2: check for a stale write error before reusing a metadata buffer
` [PATCH 15/19] gfs2: check for a metadata write error with buffer_write_io_error()
` [PATCH 16/19] jbd2: report journal write errors with BH_Write_EIO
` [PATCH 17/19] jbd2: assert on a failed write, not on a buffer that is not up to date
` [PATCH 18/19] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH 19/19] buffer: stop clearing BH_Uptodate when a write fails
[PATCH] ext4: Avoid entering writeback paths during fastcommit replay
2026-08-04 12:08 UTC (2+ messages)
[BUG] ext4: NULL/invalid pointer dereference in ext4_writepages() during generic/039
2026-08-04 11:48 UTC (5+ messages)
[PATCH] ext4: Fix spurious message about orphan cleanup on RO fs
2026-08-04 10:53 UTC (3+ messages)
[RESEND PATCH] jbd2:remove unnecessary finish_wait call in jbd2_journal_wait_updates
2026-08-04 9:31 UTC (3+ messages)
[BUG] ext4/jbd2: KASAN UAF in jbd2_fc_release_bufs after loop shrink + fast commit fsync
2026-08-04 8:24 UTC
[PATCH] ext4: guard against NULL s_group_info in ext4_get_group_info
2026-08-04 4:55 UTC
[PATCH v2] mm/swap: reject swapon() on filesystem-level encrypted files
2026-08-04 0:54 UTC (3+ messages)
[PATCH] jbd2:remove unnecessary finish_wait call in jbd2_journal_wait_updates
2026-08-03 16:30 UTC (2+ messages)
` [syzbot ci] "
ext4: spurious "orphan cleanup on readonly fs" due to remount,ro failing to reset orphan_file structures
2026-08-03 15:14 UTC (4+ messages)
[PATCH] ext4: stop retrying saturated xattr cache entries
2026-08-03 9:08 UTC (2+ messages)
[PATCH] ext4: don't enable DAX on new encrypted files
2026-08-03 8:00 UTC (4+ messages)
[PATCH 0/2] ext4: ensure WRITE_ZEROES is power-failure-safe
2026-08-03 6:29 UTC (7+ messages)
` [PATCH 1/2] ext4: export converted block count from ext4_convert_unwritten_extents()
` [PATCH 2/2] ext4: protect WRITE_ZEROES written extents with orphan list
[PATCH v12 00/11] Data in direntry (dirdata) feature
2026-08-02 9:39 UTC (13+ messages)
` [PATCH v12 01/11] ext4: validate count against limit in ext4_dx_csum_verify/_set
` [PATCH v12 02/11] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v12 03/11] ext4: add ext4_dir_entry_is_tail()
` [PATCH v12 04/11] ext4: add dirdata format definitions and access helpers
` [PATCH v12 05/11] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v12 06/11] ext4: add ext4_dir_entry_len()
` [PATCH v12 07/11] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v12 08/11] ext4: dirdata feature
` [PATCH v12 09/11] ext4: add dirdata LUFID support for directory entry rename
` [PATCH v12 10/11] ext4: add dirdata set/get helpers
` [PATCH v12 11/11] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries
[PATCH] mm/swap: reject swapon() on filesystem-level encrypted files
2026-08-01 0:46 UTC (8+ messages)
[PATCH v11 00/11] Data in direntry (dirdata) feature
2026-07-31 23:50 UTC (12+ messages)
` [PATCH v11 01/11] ext4: validate count against limit in ext4_dx_csum_verify/_set
` [PATCH v11 02/11] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v11 03/11] ext4: add ext4_dir_entry_is_tail()
` [PATCH v11 04/11] ext4: add dirdata format definitions and access helpers
` [PATCH v11 05/11] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v11 06/11] ext4: add ext4_dir_entry_len()
` [PATCH v11 07/11] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v11 08/11] ext4: dirdata feature
` [PATCH v11 09/11] ext4: add dirdata LUFID support for directory entry rename
` [PATCH v11 10/11] ext4: add dirdata set/get helpers
` [PATCH v11 11/11] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries
[PATCH v10 00/11] Data in direntry (dirdata) feature
2026-07-31 15:37 UTC (12+ messages)
` [PATCH v10 01/11] ext4: validate count against limit in ext4_dx_csum_verify/_set
` [PATCH v10 02/11] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v10 03/11] ext4: add ext4_dir_entry_is_tail()
` [PATCH v10 04/11] ext4: add dirdata format definitions and access helpers
` [PATCH v10 05/11] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v10 06/11] ext4: add ext4_dir_entry_len()
` [PATCH v10 07/11] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v10 08/11] ext4: dirdata feature
` [PATCH v10 09/11] ext4: add dirdata LUFID support for directory entry rename
` [PATCH v10 10/11] ext4: add dirdata set/get helpers
` [PATCH v10 11/11] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries
[PATCH v5 00/22] iomap: convert to in-iter iomap_next() model
2026-07-31 13:40 UTC (17+ messages)
` [PATCH v5 01/22] iomap: release the folio batch on iomap callback failures
` [PATCH v5 11/22] erofs: convert iomap ops to ->iomap_next()
` [PATCH v5 13/22] ext2: "
` [PATCH v5 14/22] block: "
` [PATCH v5 15/22] f2fs: "
` [PATCH v5 16/22] gfs2: "
` [PATCH v5 17/22] hpfs: "
` [PATCH v5 18/22] fuse: "
` [PATCH v5 19/22] exfat: "
` [PATCH v5 20/22] iomap: remove ->iomap_begin()/->iomap_end() legacy path
` [PATCH v5 21/22] iomap: pass iomap_iter_next_fn directly instead of struct iomap_ops
` [PATCH v5 22/22] Documentation: iomap: update docs to reflect iomap_iter_next model
` (subset) [PATCH v5 00/22] iomap: convert to in-iter iomap_next() model
[PATCH] ext4: Reduce object size of ext4_msg uses
2026-07-31 13:07 UTC (2+ messages)
[PATCH 0/3] e2fsprogs vulnerabilities with untrusted fs images
2026-07-31 9:03 UTC (7+ messages)
` [PATCH 1/3] resize2fs: out-of-bounds read/write in xattr entry scanning
` [PATCH 2/3] fix bitmap byte size calculations
` [PATCH 3/3] tune2fs: Add bounds checking for extended attribute processing
[PATCH v9 00/11] Data in direntry (dirdata) feature
2026-07-31 0:54 UTC (12+ messages)
` [PATCH v9 01/11] ext4: validate count against limit in ext4_dx_csum_verify/_set
` [PATCH v9 02/11] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v9 03/11] ext4: add ext4_dir_entry_is_tail()
` [PATCH v9 04/11] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v9 05/11] ext4: add dirdata format definitions and access helpers
` [PATCH v9 06/11] ext4: add ext4_dir_entry_len()
` [PATCH v9 07/11] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v9 08/11] ext4: dirdata feature
` [PATCH v9 09/11] ext4: add dirdata LUFID support for directory entry rename
` [PATCH v9 10/11] ext4: add dirdata set/get helpers
` [PATCH v9 11/11] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries
[PATCH] ext4: turn off DAX on new files when encryption is set
2026-07-30 8:35 UTC (5+ messages)
[RFC PATCH v4 0/3] ext4: speed up fast commit on random writes
2026-07-30 0:39 UTC (4+ messages)
` [RFC PATCH v4 1/3] ext4: fast commit: track disjoint modified ranges in a private rbtree
` [RFC PATCH v4 2/3] ext4: fast commit: keep the first range inline, allocate the tree lazily
` [RFC PATCH v4 3/3] ext4: fast commit: bound the tracked range count
[PATCH v8 00/11] Data in direntry (dirdata) feature
2026-07-29 19:53 UTC (12+ messages)
` [PATCH v8 01/11] ext4: validate count against limit in ext4_dx_csum_verify/_set
` [PATCH v8 02/11] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v8 03/11] ext4: add ext4_dir_entry_is_tail()
` [PATCH v8 04/11] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v8 05/11] ext4: add dirdata format definitions and access helpers
` [PATCH v8 06/11] ext4: add ext4_dir_entry_len()
` [PATCH v8 07/11] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v8 08/11] ext4: dirdata feature
` [PATCH v8 09/11] ext4: add dirdata LUFID support for directory entry rename
` [PATCH v8 10/11] ext4: add dirdata set/get helpers
` [PATCH v8 11/11] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries
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