public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 11:15:57 to 2026-04-05 22:55:11 UTC [more...]

[RFC PATCH v1 0/6] provenance_time (ptime): a new settable timestamp for cross-filesystem provenance
 2026-04-05 22:54 UTC  (8+ messages)
` [PATCH 1/6] vfs: add provenance_time (ptime) infrastructure
` [PATCH 2/6] btrfs: add provenance time (ptime) support
` [PATCH 3/6] ntfs3: map ptime to NTFS creation time with rename-over
` [PATCH 4/6] ext4: add dedicated ptime field alongside i_crtime
` [PATCH 5/6] fat: map ptime to FAT creation time with rename-over
` [PATCH 6/6] exfat: map ptime to exFAT "

[PATCH v3] ext2: use get_random_u32() where appropriate
 2026-04-05 15:47 UTC 

[PATCH 0/2] ext2: fix WARN_ON in drop_nlink() triggered by corrupt images
 2026-04-04 15:27 UTC  (4+ messages)
` [PATCH 1/2] ext2: validate i_nlink before decrement in ext2_unlink()
` [PATCH 2/2] ext2: guard against zero i_nlink on new_inode in ext2_rename()

[PATCH] ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()
 2026-04-04 15:20 UTC 

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

[SECURITY] e2fsprogs v1.47.4 Vulnerabilities — Orphan File & Extent Handling
 2026-04-03 23:11 UTC  (5+ messages)

[PATCH] e2fsck: large dir rehash fix
 2026-04-03 21:10 UTC  (2+ messages)

[PATCH] libsupport: change get_thread_id return type to unsigned long long
 2026-04-03 21:10 UTC  (2+ messages)

[PATCH -e2fsprogs 0/3] Fix portability issues on MacOS
 2026-04-03 21:00 UTC  (10+ messages)
` [PATCH 1/3] libsupport: fix portability issues with the bthread.c
` [PATCH 2/3] libsupport: add a portable get_thread_id() function
` [PATCH 3/3] fuse2fs: fix build failure on systems which don't define EUCLEAN

[PATCH 0/3] show orphan file inode detail info
 2026-04-03 16:22 UTC  (7+ messages)
` [PATCH 1/3] ext4: register 'orphan_list' procfs
` [PATCH 2/3] ext4: show inode orphan list detail information
` [PATCH 3/3] ext4: show orphan file inode detail info

(no subject)
 2026-04-03  6:48 UTC 

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-04-02 21:58 UTC  (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate

[PATCH v6 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-02 14:47 UTC  (43+ messages)
` [PATCH v6 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v6 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v6 03/22] fsverity: generate and store zero-block hash
` [PATCH v6 04/22] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v6 05/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v6 06/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v6 07/22] iomap: teach iomap to read files with fsverity
` [PATCH v6 08/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v6 09/22] xfs: introduce fsverity on-disk changes
` [PATCH v6 10/22] xfs: initialize fs-verity on file open
` [PATCH v6 11/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v6 12/22] xfs: disable direct read path for fs-verity files
` [PATCH v6 13/22] xfs: handle fsverity I/O in write/read path
` [PATCH v6 14/22] xfs: use read ioend for fsverity data verification
` [PATCH v6 15/22] xfs: add fs-verity support
` [PATCH v6 16/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v6 17/22] xfs: add fs-verity ioctls
` [PATCH v6 18/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v6 19/22] xfs: check and repair the verity inode flag state
` [PATCH v6 20/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v6 21/22] xfs: add fsverity traces
` [PATCH v6 22/22] xfs: enable ro-compat fs-verity flag

[PULLBOMB v2 1.48] fuse2fs: new features, new server
 2026-04-02 14:00 UTC  (11+ messages)
` [GIT PULL 3/9] fuse2fs: clean up operation startup
` [GIT PULL 4/9] fuse2fs: refactor unmount code
` [GIT PULL 5/9] fuse2fs: refactor mount code
` [GIT PULL 6/9] fuse2fs: improve operation tracing
` [GIT PULL 7/9] fuse2fs: better tracking of writable state

[PATCH v4 00/13] ext4: refactor partial block zero-out for iomap conversion
 2026-04-02  1:21 UTC  (20+ messages)
` [PATCH v4 01/13] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH v4 02/13] ext4: rename and extend ext4_block_truncate_page()
` [PATCH v4 03/13] ext4: factor out journalled block zeroing range
` [PATCH v4 04/13] ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
` [PATCH v4 05/13] ext4: move ordered data handling out of ext4_block_do_zero_range()
` [PATCH v4 06/13] ext4: remove handle parameters from zero partial block functions
` [PATCH v4 07/13] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH v4 08/13] ext4: move zero partial block range functions out of active handle
` [PATCH v4 09/13] ext4: ensure zeroed partial blocks are persisted in SYNC mode
` [PATCH v4 10/13] ext4: unify SYNC mode checks in fallocate paths
` [PATCH v4 11/13] ext4: remove ctime/mtime update from ext4_alloc_file_blocks()
` [PATCH v4 12/13] ext4: move pagecache_isize_extended() out of active handle
` [PATCH v4 13/13] ext4: zero post-EOF partial block before appending write

[PATCH] ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()
 2026-04-02  1:04 UTC  (3+ messages)

[PATCH v5 0/5] Fix some issues about ext4-test
 2026-04-02  0:21 UTC  (8+ messages)
` [PATCH v5 1/5] ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()
` [PATCH v5 2/5] ext4: call deactivate_super() in extents_kunit_exit()
` [PATCH v5 3/5] ext4: fix the error handling process in extents_kunit_init)
` [PATCH v5 4/5] ext4: fix possible null-ptr-deref in extents_kunit_exit()
` [PATCH v5 5/5] ext4: fix possible null-ptr-deref in mbt_kunit_exit()

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-04-01 12:50 UTC  (29+ messages)
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() "
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space

[PATCH] loop: block loop reconfiguration of offset/sizelimit on mounted device
 2026-03-30 19:00 UTC  (5+ messages)

[PATCH v4 0/5] Fix some issues about ext4-test
 2026-03-30  7:02 UTC  (4+ messages)
` [PATCH v4 3/5] ext4: fix the error handling process in extents_kunit_init)

[PATCH] ext4: add bounds check in ext4_xattr_ibody_get() to prevent out-of-bounds access
 2026-03-30  4:44 UTC  (10+ messages)
    ` SYZKALLER BUG: messing with a mounted file system via loop ioctls (was: Re: [PATCH] ext4: add bounds check in ext4_xattr_ibody_get() to) "

[GIT PULL] ext4 fixes for 7.0-rc6
 2026-03-29 16:42 UTC  (2+ messages)

[PATCH next] ext4: Fix diagnostic printf formats
 2026-03-29 11:37 UTC  (7+ messages)

[tytso-ext4:dev] BUILD SUCCESS 9ee29d20aab228adfb02ca93f87fb53c56c2f3af
 2026-03-28 16:43 UTC 

[BUG] lseek in sparse files broken on ext3 mounted as ext4
 2026-03-28 16:24 UTC 

[PATCH v2] ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access
 2026-03-28 15:00 UTC 

[PATCH] ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
 2026-03-28  5:31 UTC  (2+ messages)

[PATCH v2 0/3] decoupling the ext4 test module
 2026-03-28  5:31 UTC  (2+ messages)

[PATCH v3] ext4: fix use-after-free in update_super_work when racing with umount
 2026-03-28  5:31 UTC  (2+ messages)

[PATCH v2 1/1] jbd2: gracefully abort on checkpointing state corruptions
 2026-03-28  5:31 UTC  (2+ messages)

[PATCH v2] ext4: skip split extent recovery on corruption
 2026-03-28  5:31 UTC  (2+ messages)

[PATCH] ext4: Fix the might_sleep() warnings in kvfree()
 2026-03-28  5:31 UTC  (2+ messages)

[PATCH] ext4: Fix deadlock on inode reallocation
 2026-03-28  5:31 UTC  (4+ messages)

[PATCH] ext4: reject mount if bigalloc with s_first_data_block != 0
 2026-03-28  5:31 UTC  (2+ messages)

[PATCH -v2] ext4: handle wraparound when searching for blocks for indirect mapped blocks
 2026-03-28  5:31 UTC  (2+ messages)

[PATCH] ext4: Fix call trace when remounting to read only in data=journal mode
 2026-03-27 15:42 UTC  (12+ messages)

[tytso-ext4:dev] BUILD SUCCESS 86709d389530941e5816505e3c12c757ceca374d
 2026-03-27 14:10 UTC 

[PATCH] ext4: initialize ext4_allocation_request with {}
 2026-03-27 12:40 UTC 

[PATCH] ovl: make fsync after metadata copy-up opt-in mount option
 2026-03-27 11:09 UTC 

[PATCH] ext4: always drain queued discard work in ext4_mb_release()
 2026-03-27  6:33 UTC 

[PATCH] ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH -next v3] ext4: test if inode's all dirty pages are submitted to disk
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH v5] ext4: avoid infinite loops caused by residual data
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH] ext4: validate p_idx bounds in ext4_ext_correct_indexes
 2026-03-27  4:06 UTC  (2+ messages)

[PATCH v2] ext4: Minor fix for ext4_split_extent_zeroout()
 2026-03-27  4:06 UTC  (2+ messages)

KASAN: slab-use-after-free Write in jbd2_journal_commit_transaction
 2026-03-26 18:57 UTC 

[RFC PATCH 0/1] ext4: fail fast on repeated metadata reads after IO failure
 2026-03-26 12:09 UTC  (9+ messages)
` [RFC 1/1] "

[PATCH v2] ext4: do not check fast symlink during orphan recovery
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH v2] ext4: fix journal credit check when setting fscrypt context
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH v3] ext4: publish jinode after initialization
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH] ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH] ext4: Fix stale xarray tags after writeback
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH 0/2] ext4: nojournal mode fixes
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH] ext4: convert inline data to extents when truncate exceeds inline size
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH] ext4: kunit: extents-test: Fix percpu_counters list corruption
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH v3 00/11] ext4: refactor partial block zero-out for iomap conversion
 2026-03-26 11:10 UTC  (2+ messages)
` [PATCH v3 11/11] ext4: zero post-EOF partial block before appending write


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