Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-05-20 09:34:49 to 2026-05-25 18:08:30 UTC [more...]

[syzbot] INFO: task kworker/u8:NUM:NUM blocked in I/O wait for more than NUM seconds. (2)
 2026-05-25 18:08 UTC 

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-25 17:21 UTC  (30+ messages)
` [PATCH 01/17] quota: allocate dquot_hash "
` [PATCH 02/17] proc: replace __get_free_page() "
` [PATCH 03/17] ocfs2/dlm: "
` [PATCH 04/17] nilfs2: replace get_zeroed_page() with kzalloc()
` [PATCH 05/17] NFS: replace __get_free_page() with kmalloc() in nfs_show_devname()
` [PATCH 06/17] NFS: remove unused page and page2 in nfs4_replace_transport()
` [PATCH 07/17] NFSD: replace __get_free_page() with kmalloc() in nfsd_buffered_readdir()
` [PATCH 08/17] libfs: simple_transaction_get(): replace get_zeroed_page() with kzalloc()
` [PATCH 09/17] jfs: replace __get_free_page() with kmalloc()
` [PATCH 10/17] jbd2: replace __get_free_pages() "
` [PATCH 11/17] isofs: replace __get_free_page() "
` [PATCH 12/17] fuse: "
` [PATCH 13/17] fs/select: "
` [PATCH 14/17] fs/namespace: use __getname() to allocate mntpath buffer
` [PATCH 15/17] configfs: replace __get_free_pages() with kzalloc()
` [PATCH 16/17] binfmt_misc: replace __get_free_page() with kmalloc()
` [PATCH 17/17] bfs: replace get_zeroed_page() with kzalloc()

[PATCH 12/34] ext4; Convert __ext4_read_bh() to bh_submit()
 2026-05-25 17:19 UTC  (6+ messages)
` [PATCH 13/34] ext4: Convert ext4_fc_submit_bh() "
` [PATCH 14/34] ext4: Convert write_mmp_block_thawed() "
` [PATCH 15/34] ext4: Convert ext4_commit_super() "
` [PATCH 16/34] jbd2: Convert journal commit "
` [PATCH 17/34] jbd2: Convert jbd2_write_superblock() "

[PATCH v2] ext2: Remove deprecated DAX support
 2026-05-25 16:30 UTC  (2+ messages)

[PATCH] jbd2: update outdated comment for jbd2_journal_try_to_free_buffers()
 2026-05-25 15:42 UTC  (2+ messages)

[PATCH 0/2] ext4: optimize ext4_mb_prefetch
 2026-05-25 15:32 UTC  (5+ messages)
` [PATCH 1/2] ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READ
` [PATCH 2/2] ext4: get ext4_group_desc in ext4_mb_prefetch only when necessary

[PATCH] ext4: convert legacy ext4_debug() to standard pr_debug()
 2026-05-25 15:16 UTC  (2+ messages)

[PATCH 0/2] fs: refactor code to use clear_and_wake_up_bit()
 2026-05-25 15:03 UTC  (6+ 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 v2 0/10] fs: Fix missed inode write during fsync
 2026-05-25 10:06 UTC  (12+ messages)
` [PATCH v2 01/10] affs: Drop support for metadata bh tracking
` [PATCH v2 02/10] ext4: Allocate mapping_metadata_bhs struct on demand
` [PATCH v2 03/10] fs: Writeout inode buffer from mmb_sync()
` [PATCH v2 04/10] ext2: Fix possibly missing inode write on fsync(2)
` [PATCH v2 05/10] udf: "
` [PATCH v2 06/10] fat: "
` [PATCH v2 07/10] minix: "
` [PATCH v2 08/10] bfs: "
` [PATCH v2 09/10] ext4: Use mmb infrastructure for inode buffer writeout
` [PATCH v2 10/10] fs: Fix missed inode writeback when racing with __writeback_single_inode

[PATCH v5 0/10] fstests: add test coverage for cloned filesystem ids
 2026-05-25  8:35 UTC  (22+ 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 v5 09/10] fstests: add pre_clone_tune_uuid() healper
` [PATCH v5 10/10] fstests: test UUID consistency for clones with metadata_uuid

[Bug 221570] New: [BUG] ext4: WARNING in dquot_reclaim_space_nodirty on bigalloc + PUNCH_HOLE
 2026-05-25  1:41 UTC  (4+ messages)
` [Bug 221570] "

[PATCH 00/13] e2fsprogs: Add support for dirdata feature
 2026-05-24 20:36 UTC  (14+ messages)
` [PATCH 01/13] ext2fs: Consolidate duplicate min/max macros
` [PATCH 02/13] ext2fs: Clean up directory entry handling APIs
` [PATCH 03/13] ext2fs: dirdata infrastructure and core functions
` [PATCH 04/13] libext2fs: add helper for dx_root_info lookup
` [PATCH 05/13] e2fsck: pass2 dirdata validation and repair
` [PATCH 06/13] e2fsck: dirdata message formatting and pass3 support
` [PATCH 07/13] e2fsck: directory rehashing with dirdata support
` [PATCH 08/13] debugfs: add dirdata display support
` [PATCH 09/13] mke2fs/tune2fs: add dirdata feature support
` [PATCH 10/13] e2fsck: add test suite for directory optimization
` [PATCH 11/13] e2fsck: add test suite for duplicate directory entries
` [PATCH 12/13] e2fsck: add test suite for dirdata-specific optimization
` [PATCH 13/13] ext2fs: share list_dirdata code

[PATCH 01/13] ext2fs: Consolidate duplicate min/max macros
 2026-05-24 20:32 UTC 

[BUG] ext4: WARNING in dquot_reclaim_space_nodirty on bigalloc + PUNCH_HOLE
 2026-05-24 17:19 UTC 

[PATCH v4] ext2: Remove deprecated DAX support
 2026-05-24 15:35 UTC 

[BUG] ext4: delayed-free buddy load error reaches BUG_ON in ext4_process_freed_data
 2026-05-24 15:14 UTC 

[PATCH v3] ext2: Remove deprecated DAX support
 2026-05-24  9:39 UTC 

[PATCH] ext2: Remove deprecated DAX support
 2026-05-24  4:06 UTC  (3+ messages)

[PATCH v6 v6 0/3] ext4: improve mballoc statistics reporting and control
 2026-05-24  1:54 UTC  (4+ messages)
` [PATCH v6 v6 1/3] ext4: add blocks_allocated to mb_stats output
` [PATCH v6 v6 2/3] ext4: use READ_ONCE/WRITE_ONCE for s_mb_stats
` [PATCH v6 v6 3/3] ext4: allow controlling mballoc stats through proc mb_stats

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-05-23 15:04 UTC  (5+ messages)
` DEPT (the dependency tracker) as AI review prompt? (was: DEPT v18)
    ` DEPT (the dependency tracker) as AI review prompt?

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-05-22 12:07 UTC  (34+ 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 v5 v5 0/3] ext4: improve mballoc statistics reporting and control
 2026-05-22  3:59 UTC  (4+ messages)
` [PATCH v5 v5 1/3] ext4: add blocks_allocated to mb_stats output
` [PATCH v5 v5 2/3] ext4: use READ_ONCE/WRITE_ONCE for s_mb_stats
` [PATCH v5 v5 3/3] ext4: allow controlling mballoc stats through proc mb_stats

[PATCH v3] iomap: add simple read path for small direct I/O
 2026-05-21 11:26 UTC  (2+ messages)

[syzbot] [mm?] [ext4?] BUG: unable to handle kernel NULL pointer dereference in qlist_free_all (10)
 2026-05-21  3:54 UTC 

[PATCH v14 00/15] Exposing case folding behavior
 2026-05-20 17:30 UTC  (10+ 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  (6+ messages)
` [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  (3+ messages)


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