public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 12:48:59 to 2026-03-10 11:55:43 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-10 11:48 UTC  (17+ 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 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 13/61] squashfs: "
` [PATCH 14/61] seq_file: "
` [PATCH 16/61] sched: "
` [PATCH 17/61] module: "
` [PATCH 18/61] sound: "
` [PATCH 21/61] lib/test: "

[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 v4 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-10  9:14 UTC  (45+ 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 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  (31+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

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 in ext4_check_map_extents_env
 2026-03-09 13:41 UTC 

[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] ext4: avoid infinite loops caused by data conflicts
 2026-03-06 15:25 UTC  (8+ messages)
` [PATCH v3] ext4: avoid infinite loops caused by residual data
    ` [PATCH v4] "
        ` [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  (5+ messages)
` [PATCH v4 1/4] jbd2: add jinode dirty range accessors
` [PATCH v4 2/4] ext4: use jbd2 jinode dirty range accessor
` [PATCH v4 3/4] ocfs2: "
` [PATCH v4 4/4] jbd2: store jinode dirty range in PAGE_SIZE units

[PATCH v3 0/4] jbd2/ext4/ocfs2: lockless jinode dirty range
 2026-03-06  5:44 UTC  (5+ messages)
` [PATCH v3 4/4] jbd2: store jinode dirty range in PAGE_SIZE units

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-05 19:25 UTC  (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH v2 0/2] e2fsprogs: fix memory leaks detected by ASAN
 2026-03-05 17:38 UTC  (3+ messages)
` [PATCH v2 2/2] resize: fix memory leak when exiting normally

[PATCH 0/32] fs: Move metadata bh tracking from address_space
 2026-03-05 16:42 UTC  (34+ messages)
` [PATCH 05/32] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 06/32] ext4: Use inode_has_buffers()
` [PATCH 16/32] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 17/32] fs: Move metadata bhs tracking to a separate struct
` [PATCH 18/32] fs: Provide operation for fetching mapping_metadata_bhs
` [PATCH 19/32] ntfs3: Drop pointless sync_mapping_buffers() call
` [PATCH 21/32] bdev: Drop pointless invalidate_mapping_buffers() call
` [PATCH 31/32] kvm: Use private inode list instead of i_private_list
` [PATCH 32/32] fs: Drop i_private_list from address_space

[PATCH 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-03-05 14:21 UTC  (4+ messages)

[PATCH] ext4: rralloc - (former rotalloc) improved round-robin allocation policy
 2026-03-05  2:47 UTC  (11+ messages)

[PATCH v5 0/2] jbd2: audit and convert legacy J_ASSERT usage
 2026-03-04 17:20 UTC  (3+ messages)
` [PATCH v5 1/2] jbd2: gracefully abort instead of panicking on unlocked buffer
` [PATCH v5 2/2] jbd2: gracefully abort on transaction state corruptions

[PATCH v4 0/2] jbd2: audit and convert legacy J_ASSERT usage
 2026-03-04 14:14 UTC  (3+ messages)
` [PATCH v4 2/2] jbd2: gracefully abort on transaction state corruptions

[PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
 2026-03-04 14:10 UTC  (11+ messages)


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