public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 21:29:35 to 2026-04-10 12:21:03 UTC [more...]

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 12:21 UTC  (32+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "

[PATCH v2] jbd2: fix deadlock in jbd2_journal_cancel_revoke()
 2026-04-10  8:52 UTC  (2+ messages)

[PATCH v2] ext4: improve str2hashbuf by processing 4-byte chunks and removing function pointers
 2026-04-10  6:28 UTC  (3+ messages)

[PATCH] ext4: make mballoc max prealloc size configurable
 2026-04-10  3:56 UTC 

[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-04-10  1:18 UTC  (2+ messages)

[PULLBOMB v3 1.48] fuse4fs: drop libfuse2, add new server
 2026-04-09 20:15 UTC  (3+ messages)
` [GIT PULL 1/2] fuse2fs: upgrade to libfuse 3.17
` [GIT PULL 2/2] fuse4fs: fork a low level fuse server

[PATCH 0/2] ext4: align preallocation size to stripe width
 2026-04-09 18:59 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (2+ messages)

BUG: net-next (7.0-rc6 based and later) fails to boot on Jetson Xavier NX
 2026-04-09 16:16 UTC  (11+ messages)

[RFC PATCH v1 0/6] provenance_time (ptime): a new settable timestamp for cross-filesystem provenance
 2026-04-09 13:38 UTC  (17+ 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 v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-04-09 13:12 UTC  (16+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

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

[PATCH 0/3] show orphan file inode detail info
 2026-04-09  2:51 UTC  (11+ 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

[PATCH] jbd2: fix deadlock in jbd2_journal_cancel_revoke()
 2026-04-09  2:45 UTC  (2+ messages)

[RFC v6 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-04-08 20:04 UTC  (9+ messages)
` [RFC v6 1/7] ext4: fast commit: snapshot inode state before writing log
` [RFC v6 2/7] ext4: lockdep: handle i_data_sem subclassing for special inodes
` [RFC v6 3/7] ext4: fast commit: avoid waiting for FC_COMMITTING
` [RFC v6 4/7] ext4: fast commit: avoid self-deadlock in inode snapshotting
` [RFC v6 5/7] ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
` [RFC v6 6/7] ext4: fast commit: add lock_updates tracepoint
` [RFC v6 7/7] ext4: fast commit: export snapshot stats in fc_info

[syzbot] Monthly ext4 report (Apr 2026)
 2026-04-08  6:44 UTC 

[PATCH v4 0/4] jbd2/ext4/ocfs2: lockless jinode dirty range
 2026-04-08  2:26 UTC  (3+ messages)

[PATCH] ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()
 2026-04-07 14:00 UTC  (2+ messages)

[PATCH v3] ext2: use get_random_u32() where appropriate
 2026-04-07 11:18 UTC  (2+ messages)

[BUG] lseek in sparse files broken on ext3 mounted as ext4
 2026-04-07  7:46 UTC  (2+ messages)

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

[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()

[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

(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  (35+ 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 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 20/22] xfs: introduce health state for corrupted "
` [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  (10+ messages)
` [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] ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()
 2026-04-02  1:04 UTC  (2+ messages)

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

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-04-01 12:50 UTC  (11+ messages)
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()


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