messages from 2026-05-12 05:36:44 to 2026-05-21 13:00:37 UTC [more...]
[PATCH v5 0/10] fstests: add test coverage for cloned filesystem ids
2026-05-21 12:54 UTC (9+ messages)
` [PATCH v5 01/10] fstests: add _loop_image_create_clone() helper
` [PATCH v5 02/10] fstests: add _clone_mount_option() helper
` [PATCH v5 03/10] fstests: add test for inotify isolation on cloned devices
` [PATCH v5 04/10] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v5 05/10] fstests: verify f_fsid for "
` [PATCH v5 06/10] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v5 07/10] fstests: verify IMA isolation on cloned filesystems
` [PATCH v5 08/10] fstests: verify exportfs file handles "
[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
2026-05-21 11:42 UTC (31+ messages)
` [PATCH v10 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v10 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v10 03/22] ovl: use core fsverity ensure info interface
` [PATCH v10 04/22] fsverity: generate and store zero-block hash
` [PATCH v10 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v10 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v10 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v10 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v10 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v10 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v10 11/22] xfs: initialize fs-verity on file open
` [PATCH v10 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v10 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v10 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v10 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v10 16/22] xfs: add fs-verity support
` [PATCH v10 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v10 18/22] xfs: add fs-verity ioctls
` [PATCH v10 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v10 20/22] xfs: check and repair the verity inode flag state
` [PATCH v10 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v10 22/22] xfs: enable ro-compat fs-verity flag
[PATCH v3] iomap: add simple read path for small direct I/O
2026-05-21 11:26 UTC (2+ messages)
[PATCH] ext4: convert legacy ext4_debug() to standard pr_debug()
2026-05-21 7:46 UTC
[syzbot] [mm?] [ext4?] BUG: unable to handle kernel NULL pointer dereference in qlist_free_all (10)
2026-05-21 3:54 UTC
[PATCH 0/2] fs: refactor code to use clear_and_wake_up_bit()
2026-05-20 20:05 UTC (3+ messages)
` [PATCH 1/2] fs: buffer: use clear_and_wake_up_bit() in unlock_buffer()
` [PATCH 2/2] fs: jbd2: use clear_and_wake_up_bit() in journal_end_buffer_io_sync()
[PATCH v14 00/15] Exposing case folding behavior
2026-05-20 17:30 UTC (13+ messages)
` [PATCH v14 03/15] fat: Implement fileattr_get for case sensitivity
[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
2026-05-20 13:17 UTC (21+ messages)
` [PATCH v4 01/23] ext4: simplify size updating in ext4_setattr()
` [PATCH v4 02/23] ext4: factor out ext4_truncate_[up|down]()
` [PATCH v4 03/23] ext4: simplify error handling in ext4_setattr()
` [PATCH v4 04/23] ext4: add iomap address space operations for buffered I/O
` [PATCH v4 05/23] ext4: implement buffered read path using iomap
` [PATCH v4 06/23] ext4: pass out extent seq counter when mapping da blocks
` [PATCH v4 07/23] ext4: do not use data=ordered mode for inodes using buffered iomap path
[PATCH] ext4: Fix ERR_PTR(0) in ext4_mkdir()
2026-05-20 9:33 UTC (4+ messages)
WARN_ON_ONCE in ext4_journal_check_start() triggered during graceful shutdown
2026-05-20 6:54 UTC
[PATCH v2 0/5] iomap: trivial fixes for ext4 conversion
2026-05-20 3:03 UTC (6+ messages)
` [PATCH v2 1/5] iomap: correct the range of a partial dirty clear
` [PATCH v2 2/5] iomap: support invalidating partial folios
` [PATCH v2 3/5] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v2 4/5] iomap: fix out-of-bounds bitmap_set() with zero-length range
` [PATCH v2 5/5] iomap: add comments for ifs_clear/set_range_dirty()
[PATCH v2] mm: do not install PMD mappings when handling a COW fault
2026-05-20 1:01 UTC (4+ messages)
[PATCHBOMB v9] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers
2026-05-19 22:22 UTC
[syzbot] [ext4?] possible deadlock in ext4_map_blocks (3)
2026-05-19 5:54 UTC
[PATCH v4 0/9] fstests: add test coverage for cloned filesystem ids
2026-05-18 14:44 UTC (9+ messages)
` [PATCH v4 4/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v4 9/9] fstests: btrfs: test UUID consistency for clones with metadata_uuid
improve the swap_activate interface
2026-05-18 5:29 UTC (62+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 07/12] swap,block: limit swap file size to device size
` [PATCH 08/12] swap,iomap: simplify iomap_swapfile_iter
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h
[PATCH RFC 00/17] ext4/lib-crc: LBS performance part 1 - incremental CRC32c for bitmap checksums
2026-05-17 4:18 UTC (4+ messages)
` [PATCH RFC 01/17] lib/crc: add crc32c_flip_range() for incremental CRC update
[PATCH 0/4] iomap: trivial fixes for ext4 conversion
2026-05-16 1:25 UTC (13+ messages)
` [PATCH 1/4] iomap: correct the range of a partial dirty clear
` [PATCH 2/4] iomap: support invalidating partial folios
` [PATCH 3/4] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH 4/4] iomap: fix out-of-bounds bitmap_set() with zero-length range
[RFC v8 0/7] ext4: fast commit: snapshot inode state for FC log
2026-05-15 9:18 UTC (8+ messages)
` [RFC v8 1/7] ext4: fast commit: snapshot inode state before writing log
` [RFC v8 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
` [RFC v8 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
` [RFC v8 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
` [RFC v8 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
` [RFC v8 6/7] ext4: fast commit: add lock_updates tracepoint
` [RFC v8 7/7] ext4: fast commit: export snapshot stats in fc_info
[PATCH] doc: correct date in release notes
2026-05-14 15:01 UTC (2+ messages)
[PATCH] ext4: fix fast commit wait/wake bit mapping on 64-bit
2026-05-14 12:00 UTC (3+ messages)
[RFC v7 0/7] ext4: fast commit: snapshot inode state for FC log
2026-05-14 11:43 UTC (4+ messages)
` [RFC v7 6/7] ext4: fast commit: add lock_updates tracepoint
[RFC v7 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
2026-05-14 7:28 UTC (2+ messages)
[syzbot] [ext4?] BUG: sleeping function called from invalid context in mempool_alloc_noprof
2026-05-14 3:27 UTC
[PATCH] jbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()
2026-05-13 11:08 UTC (6+ messages)
` [PATCH v2] "
[PATCH 0/9] fs: Fix missed inode write during fsync
2026-05-13 10:45 UTC (11+ messages)
` [PATCH 6/9] fat: Fix possibly missing inode write on fsync(2)
` [PATCH 9/9] ext4: Use mmb infrastructure for inode buffer writeout
[PATCH v3] generic/790: test post-EOF gap zeroing persistence
2026-05-13 1:23 UTC (4+ messages)
[PATCH] ext4: Use %pe to print PTR_ERR() in namei.c
2026-05-12 22:10 UTC (2+ messages)
[RFC v7 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
2026-05-12 12:22 UTC (2+ messages)
[PATCH] jbd2: check for aborted handle in jbd2_journal_dirty_metadata()
2026-05-12 8:20 UTC (2+ messages)
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