Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-05-23 15:05:15 to 2026-05-29 04:28:34 UTC [more...]

[PATCH v6 0/11] fstests: add test coverage for cloned filesystem ids
 2026-05-29  4:28 UTC  (14+ messages)
` [PATCH v6 01/11] fstests: add _loop_image_create_clone() helper
` [PATCH v6 02/11] fstests: add _clone_mount_option() helper
` [PATCH v6 03/11] fstests: add FSNOTIFYWAIT_PROG
` [PATCH v6 04/11] fstests: add _require_unique_f_fsid() helper
` [PATCH v6 05/11] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v6 06/11] fstests: verify f_fsid for "
` [PATCH v6 07/11] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v6 08/11] fstests: verify IMA isolation on cloned filesystems
` [PATCH v6 09/11] fstests: verify exportfs file handles "
` [PATCH v6 10/11] fstests: add _change_metadata_uuid helper
` [PATCH v6 11/11] fstests: test UUID consistency for clones with metadata_uuid

[PATCH] ext4: validate dx count against limit in dx_csum
 2026-05-29  0:09 UTC  (2+ messages)

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

[PATCH v2] jbd2: Remove special jbd2 slabs
 2026-05-28 17:14 UTC 

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-05-28 15:40 UTC  (25+ messages)
` [PATCH v4 04/23] ext4: add iomap address space operations for buffered I/O
` [PATCH v4 08/23] ext4: implement buffered write path using iomap
` [PATCH v4 09/23] ext4: implement writeback "
` [PATCH v4 10/23] ext4: implement mmap "
` [PATCH v4 14/23] ext4: implement partial block zero range "
` [PATCH v4 15/23] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH v4 16/23] ext4: disable online defrag when inode using "
` [PATCH v4 17/23] ext4: submit zeroed post-EOF data immediately in the "
` [PATCH v4 18/23] ext4: wait for ordered I/O "

[PATCH 12/34] ext4; Convert __ext4_read_bh() to bh_submit()
 2026-05-28 15:37 UTC  (14+ 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() "

(no subject)
 2026-05-28 14:56 UTC 

[PATCH] ext4: Use %pe to print PTR_ERR() in namei.c
 2026-05-28 14:56 UTC  (2+ messages)

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-05-28 14:50 UTC  (10+ messages)

[PATCH v3 0/2] ext4: add hash Kunit tests and optimize str2hashbuf
 2026-05-28 14:38 UTC  (2+ messages)

[PATCH] ext4: Replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()
 2026-05-28 14:38 UTC  (2+ messages)

[PATCH 0/4] fs: mark selected blocking waits as freezable
 2026-05-28 12:51 UTC  (6+ messages)
` [PATCH 1/4] eventpoll: mark ep_poll() sleep "
` [PATCH 2/4] jbd2: make kjournald2 commit wait freezable
` [PATCH 3/4] pipe: mark blocking pipe read and FIFO open sleeps as freezable
` [PATCH 4/4] select: make select() and poll() waits freezable

[PATCH 0/8] super: retire sget(), convert iterators to RCU
 2026-05-28 12:02 UTC  (14+ messages)
` [PATCH 1/8] ext4: convert extents KUnit test to sget_fc()
` [PATCH 2/8] ext4: convert mballoc "
` [PATCH 3/8] smb: client: convert cifs_smb3_do_mount() "
` [PATCH 4/8] fs: retire sget()
` [PATCH 5/8] super: drop sb_lock from setup_bdev_super() tuple publication
` [PATCH 6/8] super: convert sb->s_count to refcount_t
` [PATCH 7/8] super: switch list manipulation to _rcu primitives
` [PATCH 8/8] super: convert iterators to RCU readers + refcount_inc_not_zero

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-28 11:54 UTC  (36+ 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] ext4: Remove mention of PageWriteback
 2026-05-28 11:41 UTC  (2+ messages)

[PATCH] ext4: fix quota accounting WARN in bigalloc punch hole
 2026-05-28 10:21 UTC 

[PATCH v4] ext2: Remove deprecated DAX support
 2026-05-28  8:26 UTC  (3+ messages)

[PATCH v5 0/10] fstests: add test coverage for cloned filesystem ids
 2026-05-27 22:41 UTC  (23+ 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 09/10] fstests: add pre_clone_tune_uuid() healper

[PATCH] ext4: replace ext4_dir_entry with ext4_dir_entry_2
 2026-05-27 22:28 UTC  (2+ messages)

[PATCH] ext4: add ext4_dir_entry_is_tail()
 2026-05-27 22:26 UTC  (2+ messages)

[PATCH] jbd2: Remove special jbd2 slabs
 2026-05-27 20:33 UTC  (5+ messages)

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

[PATCH v2] ext2: Remove deprecated DAX support
 2026-05-27 10:53 UTC  (3+ messages)

[PATCH] jbd2: update outdated comment for jbd2_journal_try_to_free_buffers()
 2026-05-26 17:02 UTC  (3+ messages)

[PATCH 0/2] ext4: optimize ext4_mb_prefetch
 2026-05-26 10:02 UTC  (6+ 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

[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] 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  (5+ 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

[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 

[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?


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