messages from 2026-03-06 09:10:58 to 2026-03-10 14:42:59 UTC [more...]
[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-10 14:42 UTC (46+ messages)
` [PATCH v4 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v4 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v4 03/25] fsverity: generate and store zero-block hash
` [PATCH v4 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v4 05/25] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v4 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v4 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v4 08/25] iomap: obtain fsverity info for read path
` [PATCH v4 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v4 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v4 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v4 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v4 13/25] xfs: initialize fs-verity on file open
` [PATCH v4 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v4 15/25] xfs: disable direct read path for fs-verity files
` [PATCH v4 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v4 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v4 18/25] xfs: add fs-verity support
` [PATCH v4 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v4 20/25] xfs: add fs-verity ioctls
` [PATCH v4 21/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v4 22/25] xfs: check and repair the verity inode flag state
` [PATCH v4 23/25] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v4 24/25] xfs: add fsverity traces
` [PATCH v4 25/25] xfs: enable ro-compat fs-verity flag
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-10 14:23 UTC (77+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
` [PATCH 13/61] squashfs: "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [PATCH 17/61] module: "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
` [PATCH 25/61] net/bluetooth: "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
` [PATCH 39/61] irqchip: "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 50/61] iommu: "
` [PATCH 51/61] leds: "
` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "
[PATCH -next 0/8] Fix some issues about ext4-test
2026-03-10 13:04 UTC (9+ messages)
` [PATCH -next 1/8] ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
` [PATCH -next 2/8] ext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helper
` [PATCH -next 3/8] ext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=M
` [PATCH -next 4/8] ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()
` [PATCH -next 5/8] ext4: fix miss free super_block in extents_kunit_exit()
` [PATCH -next 6/8] ext4: fix the error handling process in extents_kunit_init)
` [PATCH -next 7/8] ext4: fix possible null-ptr-deref in extents_kunit_exit()
` [PATCH -next 8/8] ext4: fix possible null-ptr-deref in mbt_kunit_exit()
[RFC PATCH] ext4: handle wraparound when searching for blocks for indirect mapped blocks
2026-03-10 12:28 UTC
[BUG] Warning in ext4_check_map_extents_env
2026-03-10 12:23 UTC (2+ messages)
[BUG] WARNING in alloc_slab_obj_exts triggered by __d_alloc
2026-03-10 10:06 UTC (9+ messages)
` [PATCH] mm/slab: fix an incorrect check in obj_exts_alloc_size()
[BUG] KASAN: out-of-bounds read in ext4_xattr_set_entry triggered by lsetxattr
2026-03-10 9:19 UTC
[PATCH 12/32] hugetlbfs: Stop using i_private_data
2026-03-10 7:24 UTC (2+ messages)
[PATCH] jbd2: gracefully abort on checkpointing state corruptions
2026-03-10 4:58 UTC (2+ messages)
[PATCH] ext4: convert inline data to extents when truncate exceeds inline size
2026-03-10 1:50 UTC (2+ messages)
[PATCH] ext4: add bounds check in ext4_xattr_ibody_get() to prevent out-of-bounds access
2026-03-10 1:47 UTC (2+ messages)
[PATCH 00/10] ext4: refactor partial block zero-out for iomap conversion
2026-03-10 1:41 UTC (11+ messages)
` [PATCH 01/10] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH 02/10] ext4: ext4_block_truncate_page() returns zeroed length on success
` [PATCH 03/10] ext4: rename and extend ext4_block_truncate_page()
` [PATCH 04/10] ext4: factor out journalled block zeroing range
` [PATCH 05/10] ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
` [PATCH 06/10] ext4: move ordered data handling out of ext4_block_do_zero_range()
` [PATCH 07/10] ext4: remove handle parameters from zero partial block functions
` [PATCH 08/10] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH 09/10] ext4: move zero partial block range functions out of active handle
` [PATCH 10/10] ext4: zero post-EOF partial block before appending write
[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
2026-03-09 20:50 UTC (12+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
fscrypt API cleanups v3
2026-03-09 20:43 UTC (3+ messages)
[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
2026-03-09 19:13 UTC (3+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper
[BUG] WARNING: lib/ratelimit.c:LINE at ___ratelimit, CPU: kworker/u16:NUM/NUM
2026-03-09 12:21 UTC (2+ messages)
[BUG] ext4: kernel page fault in ext4_xattr_set_entry via ext4_destroy_inline_data_nolock
2026-03-09 12:05 UTC
[BUG] WARNING: lib/ratelimit.c:LINE at ___ratelimit, CPU: kworker/u16:NUM/NUM
2026-03-09 10:25 UTC
[BUG] kernel BUG in ext4_do_writepages
2026-03-09 8:02 UTC (3+ messages)
[BUG] Warning in ext4_check_map_extents_env
2026-03-09 4:26 UTC
[PATCH e2fsprogs] e2fsck: preen inline data no attr
2026-03-08 5:04 UTC (7+ messages)
[PATCH v2] ext4: Minor fix for ext4_split_extent_zeroout()
2026-03-07 8:18 UTC (2+ messages)
[PATCH] ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
2026-03-07 8:07 UTC (2+ messages)
[PATCH v3] ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
2026-03-07 6:25 UTC (4+ messages)
[PATCH v4] ext4: avoid infinite loops caused by residual data
2026-03-06 15:25 UTC (3+ messages)
` [PATCH v5] "
[linux-next:master] [ext4] 81d2e13a57: ltp.fanotify22.fail
2026-03-06 12:19 UTC (2+ messages)
` [LTP] "
[PATCH v2 0/4] mm: Remove stray references to pagevec
2026-03-06 11:45 UTC (9+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
[PATCH v1] jbd2: check transaction state before stopping handle
2026-03-06 10:00 UTC (6+ messages)
[PATCH v4 0/4] jbd2/ext4/ocfs2: lockless jinode dirty range
2026-03-06 8:56 UTC (3+ messages)
` [PATCH v4 3/4] ocfs2: use jbd2 jinode dirty range accessor
` [PATCH v4 4/4] jbd2: store jinode dirty range in PAGE_SIZE units
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