Linux EXT4 FS development
 help / color / mirror / Atom feed
 messages from 2026-05-26 15:09:30 to 2026-06-04 14:08:30 UTC [more...]

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-06-04 14:05 UTC  (13+ messages)
` [PATCH 04/17] nilfs2: replace get_zeroed_page() with kzalloc()
` [PATCH 10/17] jbd2: replace __get_free_pages() with kmalloc()
` [PATCH 14/17] fs/namespace: use __getname() to allocate mntpath buffer

[PATCH v2] common/defrag: skip defrag tests on DAX-enabled filesystems
 2026-06-04 12:23 UTC 

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-06-04 12:08 UTC  (14+ messages)

[PATCH v2] ext4: Fix ERR_PTR(0) in ext4_mkdir()
 2026-06-04  7:36 UTC 

[PATCH] ext4: avoid full buffer walks for large folio partial writes
 2026-06-03 18:11 UTC  (2+ messages)

[PATCH] common/defrag: Skip defrag tests on DAX-enabled filesystems
 2026-06-03 14:22 UTC  (5+ messages)

[PATCH RFC 10/17] ext4: use fast incremental CRC update in ext4_free_inode()
 2026-06-03 14:17 UTC  (2+ messages)

[PATCH 0/8] super: retire sget(), convert iterators to RCU
 2026-06-03 13:52 UTC  (12+ messages)
` [PATCH 2/8] ext4: convert mballoc KUnit test to sget_fc()
` [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 RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-06-03 13:42 UTC  (13+ messages)
` [PATCH RFC 1/8] fs, block: move blk_mode_t and fop_flags_t into <linux/types.h>
` [PATCH RFC 2/8] fs: add a global device to super block hash table
` [PATCH RFC 3/8] fs: refuse to claim any frozen block device
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()
` [PATCH RFC 5/8] btrfs: open via dedicated fs bdev helpers
` [PATCH RFC 6/8] ext4: "
` [PATCH RFC 7/8] erofs: "
` [PATCH RFC 8/8] super: make fs_holder_ops private
` [syzbot ci] Re: fs: support freeze/thaw/mark_dead/sync with shared devices

[PATCH v2 0/10] fs: Fix missed inode write during fsync
 2026-06-03 13:41 UTC  (6+ messages)
` [PATCH v2 02/10] ext4: Allocate mapping_metadata_bhs struct on demand
` [PATCH v2 09/10] ext4: Use mmb infrastructure for inode buffer writeout

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-06-03 11:08 UTC  (48+ 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 v2 0/4] super: retire sget()
 2026-06-02 11:20 UTC  (8+ messages)
` [PATCH v2 1/4] ext4: convert extents KUnit test to sget_fc()
` [PATCH v2 2/4] ext4: convert mballoc "
` [PATCH v2 3/4] smb: client: convert cifs_smb3_do_mount() "
` [PATCH v2 4/4] fs: retire sget()

[PATCH] ext2: fix ignored return value of generic_write_sync()
 2026-06-01 14:31 UTC  (2+ messages)

[PATCH v2] jbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()
 2026-06-01 11:37 UTC  (3+ messages)

[BUG] ext4: delayed-free buddy load error reaches BUG_ON in ext4_process_freed_data
 2026-06-01  9:52 UTC  (2+ messages)

[PATCH v4] ext2: Remove deprecated DAX support
 2026-06-01  9:29 UTC  (4+ messages)

[PATCH 0/4] fs: mark selected blocking waits as freezable
 2026-06-01  7:00 UTC  (10+ 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 v6 0/2] ext4: add hash Kunit tests and optimize str2hashbuf
 2026-05-31  8:00 UTC  (3+ messages)
` [PATCH v6 1/2] ext4: add Kunit coverage for directory hash computation
` [PATCH v6 2/2] ext4: improve str2hashbuf by processing 4-byte chunks and removing function pointers

[PATCH] jbd2: check for aborted handle in jbd2_journal_dirty_metadata()
 2026-05-31  1:49 UTC  (2+ messages)

[PATCH v5 0/2] ext4: add hash Kunit tests and optimize str2hashbuf
 2026-05-30 15:58 UTC  (3+ messages)
` [PATCH v5 1/2] ext4: add Kunit coverage for directory hash computation
` [PATCH v5 2/2] ext4: improve str2hashbuf by processing 4-byte chunks and removing function pointers

[PATCH v2 0/2] ext4: optimize ext4_mb_prefetch
 2026-05-30  9:52 UTC  (8+ 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
    ` Re: [PATCH v2 1/2] ext4: avoid RWM atomic in EXT4_MB_GRP_TEST_AND_SET_READ

[PATCH] ext4: fix quota accounting WARN in bigalloc punch hole
 2026-05-30  7:47 UTC  (5+ messages)

[tytso-ext4:dev 1/5] ERROR: modpost: "ext4fs_dirhash" [fs/ext4/ext4-test.ko] undefined!
 2026-05-30  2:53 UTC 

[PATCH v2] jbd2: Remove special jbd2 slabs
 2026-05-29 21:09 UTC  (2+ messages)

[PATCH v4 0/2] ext4: add hash Kunit tests and optimize str2hashbuf
 2026-05-29 20:03 UTC  (3+ messages)
` [PATCH v4 1/2] ext4: add Kunit coverage for directory hash computation
` [PATCH v4 2/2] ext4: improve str2hashbuf by processing 4-byte chunks and removing function pointers

[tytso-ext4:dev] BUILD SUCCESS 87280ac61ae6ef27fc6ee78b733689754e425592
 2026-05-29 16:26 UTC 

[PATCH 2/4] libext2fs: add quota to libext2fs
 2026-05-29 11:57 UTC 

[PATCH 3/4] libext2fs: update iblock when using ea_inode feature
 2026-05-29 11:58 UTC 

[PATCH 4/4] libext2fs: add ext2fs_xattrs_release_all() helper
 2026-05-29 11:58 UTC 

[PATCH 0/4] e2fsck: Fix orphan inodes processing
 2026-05-29 11:47 UTC 

[PATCH 1/4] e2fsck: fix orphaned extent files handling
 2026-05-29 11:54 UTC 

[PATCH] ext4: fix fast commit wait/wake bit mapping on 64-bit
 2026-05-29  9:57 UTC  (2+ messages)

[tytso-ext4:dev 1/5] ERROR: modpost: "ext4fs_dirhash" [fs/ext4/ext4-test.ko] undefined!
 2026-05-29  9:52 UTC 

[PATCH] ext4: validate dx count against limit in dx_csum
 2026-05-29  8:00 UTC  (3+ messages)

[PATCH] jbd2: update outdated comment for jbd2_journal_try_to_free_buffers()
 2026-05-29  7:44 UTC  (3+ messages)

[PATCH] ext4: Fix ERR_PTR(0) in ext4_mkdir()
 2026-05-29  7:37 UTC  (2+ messages)

[PATCH] ext4: convert legacy ext4_debug() to standard pr_debug()
 2026-05-29  7:32 UTC  (2+ messages)

[PATCH] ext4: Remove mention of PageWriteback
 2026-05-29  6:33 UTC  (4+ messages)

[PATCH v6 0/11] fstests: add test coverage for cloned filesystem ids
 2026-05-29  4:39 UTC  (18+ 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 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 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 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 v5 0/10] fstests: add test coverage for cloned filesystem ids
 2026-05-27 22:41 UTC  (11+ messages)
` [PATCH v5 03/10] fstests: add test for inotify isolation on cloned devices
` [PATCH v5 05/10] fstests: verify f_fsid for cloned filesystems

[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  (2+ messages)

[PATCH v2] ext2: Remove deprecated DAX support
 2026-05-27 10:53 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