Linux Ext4 Filesystem
[Prev Page][Next Page]
- [PATCH v3 03/26] ext4: correct the hole length returned by ext4_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 04/26] ext4: add a hole extent entry in cache after punch
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 02/26] ext4: convert to exclusive lock while inserting delalloc extents
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 01/26] ext4: refactor ext4_da_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v4 11/12] ubifs: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 12/12] libfs: Drop generic_set_encrypted_ci_d_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 10/12] f2fs: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 09/12] ext4: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 08/12] libfs: Add helper to choose dentry operations at mount-time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 06/12] fscrypt: Ignore non-fscrypt volumes during d_move
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 05/12] fscrypt: Drop d_revalidate once the key is added
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 03/12] fscrypt: Call fscrypt_prepare_lookup_dentry on unencrypted dentries
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 02/12] fscrypt: Factor out a helper to configure the lookup dentry
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 01/12] ovl: Reject mounting over case-insensitive directories
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v4 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH 2/7] ext4: refactor out ext4_generic_attr_store()
- From: Zhang Yi <yi.zhang@xxxxxxxxxx>
- Re: [syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 3/7] ext4: refactor out ext4_generic_attr_show()
- From: Zhang Yi <yi.zhang@xxxxxxxxxx>
- Re: [PATCH 1/7] ext4: avoid overflow when setting values via sysfs
- From: Zhang Yi <yi.zhang@xxxxxxxxxx>
- [syzbot] [ext4?] general protection fault in jbd2__journal_start
- From: syzbot <syzbot+cdee56dbcdf0096ef605@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH 2/7] ext4: refactor out ext4_generic_attr_store()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 1/7] ext4: avoid overflow when setting values via sysfs
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 4/7] ext4: add positive int attr pointer to avoid sysfs variables overflow
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 7/7] ext4: set the type of max_zeroout to unsigned int to avoid overflow
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 5/7] ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 6/7] ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 3/7] ext4: refactor out ext4_generic_attr_show()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 0/7] ext4: avoid sysfs variables overflow causing BUG_ON/SOOB
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [syzbot] kernel BUG in ext4_write_inline_data
- From: syzbot <syzbot+f4582777a19ec422b517@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH] shrink extent tree
- From: Alexey Zhuravlev <bzzz@xxxxxxxxxxxxx>
- [PATCH] merge extent blocks when possible
- From: Alex Zhuravlev <bzzz@xxxxxxxxxxxxx>
- Re: [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end
- From: syzbot <syzbot+198e7455f3a4f38b838a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] generic/459: don't run on non-journaled ext4 file systems
- From: Eric Whitney <enwlinux@xxxxxxxxx>
- Re: [syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
- From: syzbot <syzbot+0f4d9f68fb6632330c6c@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [inline_data] ext4: Stale flags before sync when convert to non-inline
- From: Luis Henriques <lhenriques@xxxxxxx>
- [PATCH v11 23/26] dept: Make Dept able to work with an external wgen
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 24/26] dept: Track PG_locked with dept
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 18/26] dept: Apply timeout consideration to swait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 11/26] dept: Distinguish each syscall context from another
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 12/26] dept: Distinguish each work from another
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 04/26] dept: Add lock dependency tracker APIs
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 03/26] dept: Add single event dependency tracker APIs
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 00/26] DEPT(Dependency Tracker)
- From: Byungchul Park <byungchul@xxxxxx>
- [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [PATCH AUTOSEL 6.1 08/14] ext4: enable dioread_nolock as default for bs < ps case
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH 8/9] quota: Set nofs allocation context when acquiring dqio_sem
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 5/9] ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 7/9] ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 9/9] quota: Drop GFP_NOFS instances under dquot->dq_lock and dqio_sem
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 2/9] udf: Avoid GFP_NOFS allocation in udf_symlink()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 6/9] ext2: Drop GFP_NOFS use in ext2_get_blocks()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 4/9] udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 3/9] udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 0/9] Remove GFP_NOFS uses from ext2, udf, and quota code
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 1/9] udf: Remove GFP_NOFS from dir iteration code
- From: Jan Kara <jack@xxxxxxx>
- Re: [inline_data] ext4: Stale flags before sync when convert to non-inline
- From: Daniel Dawson <danielcdawson@xxxxxxxxx>
- [PATCH 51/82] ext4: Refactor intentional wrap-around test
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 18/82] ext4: Refactor intentional wrap-around calculation
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH] ext4: correct best extent lstart adjustment logic
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH] ext4: forbid commit inconsistent quota data when errors=remount-ro
- From: Jan Kara <jack@xxxxxxx>
- [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 09/10] ubifs: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 08/10] f2fs: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [PATCH] ext4: add a hint for block bitmap corrupt state in mb_groups
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] ext4: forbid commit inconsistent quota data when errors=remount-ro
- From: Ye Bin <yebin10@xxxxxxxxxx>
- [PATCH] ext4: add a hint for block bitmap corrupt state in mb_groups
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [syzbot] kernel BUG in ext4_do_writepages
- From: syzbot <syzbot+d1da16f03614058fdc48@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- [PATCH] ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks()
- From: Cheng Nie <niecheng1@xxxxxxxxxxxxx>
- [PATCH v2 2/2] ext4: improve error msg for ext4_mb_seq_groups_show
- From: yangerkun <yangerkun@xxxxxxxxxx>
- [PATCH v2 1/2] ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show
- From: yangerkun <yangerkun@xxxxxxxxxx>
- Re: [PATCH 1/2] ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show
- From: yangerkun <yangerkun@xxxxxxxxxxxxxxx>
- Subject: [PATCH next] ext4: super: Use clamp() instead of clamp_val() to bound timestamps
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: Andreas Dilger <adilger@xxxxxxxxx>
- [e2fsprogs] resize2fs 1.47.0 creates unclean orphan file
- From: Matthias Reichl <hias@xxxxxxxxx>
- Re: [PATCH 2/2] ext4: distinguish different error in ext4_mb_seq_groups_show
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 1/2] ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 1/2] ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show
- From: yangerkun <yangerkun@xxxxxxxxxx>
- [PATCH 2/2] ext4: distinguish different error in ext4_mb_seq_groups_show
- From: yangerkun <yangerkun@xxxxxxxxxx>
- Re: Protecting lost+found from rmdir by directory owner?
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: Protecting lost+found from rmdir by directory owner?
- From: Andreas Dilger <adilger@xxxxxxxxx>
- Re: [PATCH AUTOSEL 6.1 08/14] ext4: enable dioread_nolock as default for bs < ps case
- From: Pavel Machek <pavel@xxxxxxx>
- Re: [f2fs-dev] [PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
- From: patchwork-bot+f2fs@xxxxxxxxxx
- Re: [syzbot] [ext4?] INFO: task hung in find_inode_fast (2)
- From: Aleksandr Nogikh <nogikh@xxxxxxxxxx>
- Re: [syzbot] [ext4?] INFO: task hung in find_inode_fast (2)
- From: syzbot <syzbot+adfd362e7719c02b3015@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- Protecting lost+found from rmdir by directory owner?
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- [PATCH AUTOSEL 4.19 8/8] ext4: avoid online resizing failures due to oversized flex bg
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 7/8] ext4: remove unnecessary check from alloc_flex_gd()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 6/8] ext4: unify the type of flexbg_size to unsigned int
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 5/8] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 9/9] ext4: avoid online resizing failures due to oversized flex bg
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 8/9] ext4: remove unnecessary check from alloc_flex_gd()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 7/9] ext4: unify the type of flexbg_size to unsigned int
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 6/9] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 9/9] ext4: avoid online resizing failures due to oversized flex bg
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 8/9] ext4: remove unnecessary check from alloc_flex_gd()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 7/9] ext4: unify the type of flexbg_size to unsigned int
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 6/9] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 11/11] ext4: avoid online resizing failures due to oversized flex bg
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 10/11] ext4: remove unnecessary check from alloc_flex_gd()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 09/11] ext4: unify the type of flexbg_size to unsigned int
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 08/11] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 14/14] ext4: avoid online resizing failures due to oversized flex bg
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 13/14] ext4: remove unnecessary check from alloc_flex_gd()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 12/14] ext4: unify the type of flexbg_size to unsigned int
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 11/14] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 08/14] ext4: enable dioread_nolock as default for bs < ps case
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 19/19] ext4: avoid online resizing failures due to oversized flex bg
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 18/19] ext4: remove unnecessary check from alloc_flex_gd()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 17/19] ext4: unify the type of flexbg_size to unsigned int
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 16/19] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 11/19] ext4: treat end of range as exclusive in ext4_zero_range()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 10/19] ext4: enable dioread_nolock as default for bs < ps case
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.7 21/21] ext4: avoid online resizing failures due to oversized flex bg
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.7 20/21] ext4: remove unnecessary check from alloc_flex_gd()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.7 19/21] ext4: unify the type of flexbg_size to unsigned int
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.7 18/21] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.7 12/21] ext4: treat end of range as exclusive in ext4_zero_range()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.7 11/21] ext4: enable dioread_nolock as default for bs < ps case
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
- From: yangerkun <yangerkun@xxxxxxxxxx>
- Re: [PATCH v2 4/4] generic: add test for custom crypto data unit size
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [PATCH v2 0/4] xfstests: test custom crypto data unit size
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [syzbot] kernel BUG in ext4_write_inline_data
- From: syzbot <syzbot+f4582777a19ec422b517@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [tytso-ext4:dev] BUILD SUCCESS 68da4c44b994aea797eb9821acb3a4a36015293e
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 09/10] ubifs: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 08/10] f2fs: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: EXT4-fs: Intermitent segfault with memory corruption
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- EXT4-fs: Intermitent segfault with memory corruption
- From: Allen <allen.lkml@xxxxxxxxx>
- [linus:master] [jbd2] 8a4fd33d87: stress-ng.utime.ops_per_sec -42.3% regression
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH v2 0/4] xfstests: test custom crypto data unit size
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [GIT PULL] ext4 update for 6.8-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: e2scrub finds corruption immediately after mounting
- From: Andreas Dilger <adilger@xxxxxxxxx>
- Re: [GIT PULL] fscrypt updates for 6.8
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] ext4 update for 6.8-rc1
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- Re: direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
- From: Free Ekanayaka <free.ekanayaka@xxxxxxxxx>
- Re: direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
- From: Jan Kara <jack@xxxxxxx>
- [RFC PATCH 6/2] e2scrub: skip filesystems that don't have journals
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/2] debian: don't restart e2scrub_all when upgrading package
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [External] Re: [PATCH v6] ext4: improve trim efficiency
- From: Fengnan Chang <changfengnan@xxxxxxxxxxxxx>
- [syzbot] Monthly ext4 report (Jan 2024)
- From: syzbot <syzbot+list33d242e0a922ac751421@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
- From: Free Ekanayaka <free.ekanayaka@xxxxxxxxx>
- Re: direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
- From: Free Ekanayaka <free.ekanayaka@xxxxxxxxx>
- Re: direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [External] Re: [PATCH v6] ext4: improve trim efficiency
- From: Jan Kara <jack@xxxxxxx>
- Re: [External] Re: [PATCH v6] ext4: improve trim efficiency
- From: Fengnan Chang <changfengnan@xxxxxxxxxxxxx>
- Re: [PATCH 1/1] ext4: fallback to complex scan if aligned scan doesn't work
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v2 0/4] ext4: fix WARN_ON in alloc_flex_gd()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] fs/ext4: Allow for the last group to be marked as trimmed
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v2 0/5] jbd2: Add errseq to detect writeback
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v2] ext4: fix inconsistent between segment fstrim and full fstrim
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH V2] ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 0/1] Fix for recent bugzilla reports related to long halts during block allocation
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] ext4: Convert ext4_da_do_write_end() to take a folio
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v2 0/2] Document handing of unwritten bh in ext4_block_zero_page_range()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] ext4: Enable dioread_nolock as default for bs < ps case
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- [GIT PULL] fscrypt updates for 6.8
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: direct I/O: ext4 seems to not honor RWF_DSYNC when journal is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v6] ext4: improve trim efficiency
- From: Jan Kara <jack@xxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- Re: rename ext4 corrupting kernels on kernel.org?
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- rename ext4 corrupting kernels on kernel.org?
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- [tytso-ext4:dev] BUILD SUCCESS 3d1aa1169c45aba9d589be1eb4b131f26f0a663c
- From: kernel test robot <lkp@xxxxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [PATCH v3 3/6] ext4: correct the hole length returned by ext4_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 5/6] ext4: make ext4_map_blocks() distinguish delalloc only extent
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v3 3/6] ext4: correct the hole length returned by ext4_map_blocks()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- [PATCH v3 5/6] ext4: make ext4_map_blocks() distinguish delalloc only extent
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 6/6] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 3/6] ext4: correct the hole length returned by ext4_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 0/6] ext4: make ext4_map_blocks() recognize delalloc only extent
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 4/6] ext4: add a hole extent entry in cache after punch
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 2/6] ext4: convert to exclusive lock while inserting delalloc extents
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 1/6] ext4: refactor ext4_da_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [PATCH v3 7/9] ext4: remove unused return value of ext4_mb_release_group_pa
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v3 9/9] ext4: remove 'needed' in trace_ext4_discard_preallocations
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v3 8/9] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v3 1/9] ext4: remove unused return value of __mb_check_buddy
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v3 6/9] ext4: remove unused return value of ext4_mb_release_inode_pa
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v3 5/9] ext4: remove unused return value of ext4_mb_release
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v3 2/9] ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v3 4/9] ext4: remove unused ext4_allocation_context::ac_groups_considered
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v3 3/9] ext4: remove unneeded return value of ext4_mb_release_context
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v3 0/9] Some random cleanups to mballoc
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [syzbot] kernel BUG in ext4_do_writepages
- From: syzbot <syzbot+d1da16f03614058fdc48@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [PATCH] ext4: Convert ext4_da_do_write_end() to take a folio
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 1/1] ext4: fallback to complex scan if aligned scan doesn't work
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Jan Kara <jack@xxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- [PATCH v3 8/8] ext4: mark the group block bitmap as corrupted before reporting an error
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v3 6/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v3 2/8] ext4: do not trim the group with corrupted block bitmap
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v3 7/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v3 3/8] ext4: regenerate buddy after block freeing failed if under fc replay
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v3 4/8] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v3 5/8] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v3 1/8] ext4: fix double-free of blocks due to wrong extents moved_len
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v3 0/8] ext4: fix divide error in mb_update_avg_fragment_size()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 8/8] ext4: mark the group block bitmap as corrupted before reporting an error
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 4/8] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH v2 3/8] ext4: regenerate buddy after block freeing failed if under fc replay
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 8/8] ext4: mark the group block bitmap as corrupted before reporting an error
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 7/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 6/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 5/8] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 4/8] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 3/8] ext4: regenerate buddy after block freeing failed if under fc replay
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 1/8] ext4: fix double-free of blocks due to wrong extents moved_len
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 2/9] ext4: remove unused parameter group in ext4_mb_choose_next_group_*()
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: parity raid and ext4 get stuck in writes
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- Re: parity raid and ext4 get stuck in writes
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/9] ext4: remove unused parameter group in ext4_mb_choose_next_group_*()
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- Re: e2scrub finds corruption immediately after mounting
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: e2scrub finds corruption immediately after mounting
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- e2scrub finds corruption immediately after mounting
- From: "Brian J. Murrell" <brian@xxxxxxxxxxxxxxx>
- Re: [linus:master] [jbd2] 6a3afb6ac6: fileio.latency_95th_ms 92.5% regression
- From: Zhang Yi <yi.zhang@xxxxxxxxxx>
- Re: [RFC PATCH v2 05/25] ext4: make ext4_map_blocks() distinguish delalloc only extent
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 06/25] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC PATCH v2 05/25] ext4: make ext4_map_blocks() distinguish delalloc only extent
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC PATCH v2 04/25] ext4: add a hole extent entry in cache after punch
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC PATCH v2 03/25] ext4: correct the hole length returned by ext4_map_blocks()
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC PATCH v2 02/25] ext4: convert to exclusive lock while inserting delalloc extents
- From: Jan Kara <jack@xxxxxxx>
- Re: [syzbot] [virtualization?] KMSAN: uninit-value in virtqueue_add (4)
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 01/25] ext4: refactor ext4_da_map_blocks()
- From: Jan Kara <jack@xxxxxxx>
- Re: [linus:master] [jbd2] 6a3afb6ac6: fileio.latency_95th_ms 92.5% regression
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 8/9] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 9/9] ext4: remove 'needed' in trace_ext4_discard_preallocations
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
- From: Jan Kara <jack@xxxxxxx>
- Re: [linus:master] [jbd2] 6a3afb6ac6: fileio.latency_95th_ms 92.5% regression
- From: Oliver Sang <oliver.sang@xxxxxxxxx>
- Re: [linus:master] [jbd2] 6a3afb6ac6: fileio.latency_95th_ms 92.5% regression
- From: Zhang Yi <yi.zhang@xxxxxxxxxx>
- [PATCH v2 5/5] ext4: Add unit test for ext4_mb_mark_diskspace_used
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 1/5] ext4: Add unit test for test_free_blocks_simple
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 4/5] ext4: Add unit test for mb_free_blocks
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 3/5] ext4: Add unit test for mb_mark_used
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 2/5] ext4: Add unit test of ext4_mb_generate_buddy
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 0/5] More unit test for mballoc
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 8/9] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 9/9] ext4: remove 'needed' in trace_ext4_discard_preallocations
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 2/9] ext4: remove unused parameter group in ext4_mb_choose_next_group_*()
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 1/9] ext4: remove unused return value of __mb_check_buddy
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 3/9] ext4: remove unneeded return value of ext4_mb_release_context
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 6/9] ext4: remove unused return value of ext4_mb_release_inode_pa
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 7/9] ext4: remove unused return value of ext4_mb_release_group_pa
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 5/9] ext4: remove unused return value of ext4_mb_release
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 4/9] ext4: remove unused ext4_allocation_context::ac_groups_considered
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH v2 0/9] Some random cleanups to mballoc
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH 8/8] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [v2] ext4/super.c : Fix a goto label
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 8/8] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 7/8] ext4: remove unused return value of ext4_mb_release_group_pa
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 6/8] ext4: remove unused return value of ext4_mb_release_inode_pa
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 5/8] ext4: remove unused return value of ext4_mb_release
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 4/8] ext4: remove unused ext4_allocation_context::ac_groups_considered
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 3/8] ext4: remove unneeded return value of ext4_mb_release_context
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 2/8] ext4: remove unused parameter group in ext4_mb_choose_next_group_*()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 1/8] ext4: remove unused return value of __mb_check_buddy
- From: Jan Kara <jack@xxxxxxx>
- [RFC PATCH v2 25/25] ext4: enable large folio for regular file with iomap buffered IO path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 24/25] filemap: support disable large folios on active inode
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 23/25] ext4: partially enable iomap for regular file's buffered IO path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 22/25] ext4: fall back to buffer_head path for defrag
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 20/25] ext4: implement zero_range iomap path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 21/25] ext4: writeback partial blocks before zero range
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 18/25] ext4: implement writeback iomap path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 19/25] ext4: implement mmap iomap path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 17/25] ext4: implement buffered write iomap path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 16/25] ext4: implement buffered read iomap path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 15/25] ext4: add a new iomap aops for regular file's buffered IO path
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 14/25] ext4: introduce seq counter for extent entry
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 13/25] ext4: use reserved metadata blocks when splitting extent in endio
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 12/25] ext4: factor out bh handles to ext4_da_get_block_prep()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 11/25] ext4: also mark extent as delalloc if it's been unwritten
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 09/25] ext4: allow inserting delalloc extents with multi-blocks
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 10/25] ext4: correct delalloc extent length
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 08/25] iomap: add pos and dirty_len into trace_iomap_writepage_map
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 07/25] iomap: don't increase i_size if it's not a write operation
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 06/25] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 05/25] ext4: make ext4_map_blocks() distinguish delalloc only extent
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 04/25] ext4: add a hole extent entry in cache after punch
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 03/25] ext4: correct the hole length returned by ext4_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 02/25] ext4: convert to exclusive lock while inserting delalloc extents
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 00/25] ext4: use iomap for regular file's buffered IO path and enable large foilo
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 01/25] ext4: refactor ext4_da_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH] ext4: return 0 when ext4_get_group_info failed in __mb_check_buddy
- From: yangerkun <yangerkun@xxxxxxxxxx>
- Re: [PATCH] ext4: return 0 when ext4_get_group_info failed in __mb_check_buddy
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH] ext4: return 0 when ext4_get_group_info failed in __mb_check_buddy
- From: yangerkun <yangerkun@xxxxxxxxxx>
- [linus:master] [jbd2] 6a3afb6ac6: fileio.latency_95th_ms 92.5% regression
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [syzbot] [ext4?] INFO: task hung in ext4_quota_write
- From: syzbot <syzbot+a43d4f48b8397d0e41a9@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/2] e2scrub_fail: move executable script to /usr/libexec
- From: Neal Gompa <neal@xxxxxxxxx>
- [PATCH 3/2] e2scrub_fail: move executable script to /usr/libexec
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH] ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
- From: yangerkun <yangerkun@xxxxxxxxxxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [syzbot] kernel BUG in ext4_write_inline_data
- From: syzbot <syzbot+f4582777a19ec422b517@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [inline_data] ext4: Stale flags before sync when convert to non-inline
- From: Daniel Dawson <danielcdawson@xxxxxxxxx>
- [PATCH e2fsprogs] e4crypt: fix spurious "Success" error message
- From: Jakub Wilk <jwilk@xxxxxxxxx>
- Re: parity raid and ext4 get stuck in writes
- From: Daniel Dawson <danielcdawson@xxxxxxxxx>
- Re: [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] ext4: fix WARNING in lock_two_nondirectories
- From: Edward Adam Davis <eadavis@xxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [PATCH] ovl: Reject mounting case-insensitive filesystems
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [RFC PATCH v2 6/6] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 5/6] ext4: make ext4_map_blocks() distinguish delalloc only extent
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 1/6] ext4: refactor ext4_da_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 2/6] ext4: convert to exclusive lock while inserting delalloc extents
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 0/6] ext4: make ext4_map_blocks() recognize delalloc only extent
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 3/6] ext4: correct the hole length returned by ext4_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- [RFC PATCH v2 4/6] ext4: add a hole extent entry in cache after punch
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH] ovl: Reject mounting case-insensitive filesystems
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH] ovl: Reject mounting case-insensitive filesystems
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- [PATCH] ovl: Reject mounting case-insensitive filesystems
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- Re: parity raid and ext4 get stuck in writes
- From: eyal@xxxxxxxxxxxxxx
- parity raid and ext4 get stuck in writes
- From: Carlos Carvalho <carlos@xxxxxxxxxxxxxx>
- Re: [PATCH v2 8/8] fscrypt: Move d_revalidate configuration back into fscrypt
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [syzbot] kernel BUG in ext4_do_writepages
- From: syzbot <syzbot+d1da16f03614058fdc48@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 8/8] ext4: mark the group block bitmap as corrupted before reporting an error
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 7/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 4/8] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 6/8] ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 5/8] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 0/8] ext4: fix divide error in mb_update_avg_fragment_size()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 1/8] ext4: fix double-free of blocks due to wrong extents moved_len
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 3/8] ext4: regenerate buddy after block freeing failed if under fc replay
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH v2 2/8] ext4: do not trim the group with corrupted block bitmap
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer()
- From: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 15/17] ext4: use new helper to read sb block
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 8/8] fscrypt: Move d_revalidate configuration back into fscrypt
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/8] fscrypt: Drop d_revalidate if key is available
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/8] fscrypt: Drop d_revalidate if key is available
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/4] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 3/4] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 12/22] ext4_add_entry(): ->d_name.len is never 0
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/8] Revert setting casefolding dentry operations through s_d_op
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v2 8/8] fscrypt: Move d_revalidate configuration back into fscrypt
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v2 2/8] fscrypt: Drop d_revalidate if key is available
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v2 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v2 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 4/4] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 3/4] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 1/4] ext4: fix double-free of blocks due to wrong extents moved_len
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 1/4] ext4: fix double-free of blocks due to wrong extents moved_len
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 3/4] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 4/4] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 2/4] ext4: do not trim the group with corrupted block bitmap
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 4/4] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 2/4] ext4: do not trim the group with corrupted block bitmap
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 1/4] ext4: fix double-free of blocks due to wrong extents moved_len
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 3/4] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 4/4] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH 0/4] ext4: fix divide error in mb_update_avg_fragment_size()
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 2/6] jbd2: correct the printing of write_flags in jbd2_write_superblock()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 2/6] jbd2: correct the printing of write_flags in jbd2_write_superblock()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 2/7] jbd2: correct the printing of write_flags in jbd2_write_superblock()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 5/8] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 2/8] jbd2: correct the printing of write_flags in jbd2_write_superblock()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 07/13] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.15 02/13] jbd2: correct the printing of write_flags in jbd2_write_superblock()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 09/15] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 04/15] jbd2: increase the journal IO's priority
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 03/15] jbd2: correct the printing of write_flags in jbd2_write_superblock()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 12/18] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 05/18] jbd2: increase the journal IO's priority
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 04/18] jbd2: correct the printing of write_flags in jbd2_write_superblock()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH v2] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Ye Bin <yebin10@xxxxxxxxxx>
- Re: [PATCH] ext4: fix inconsistent between segment fstrim and full fstrim
- From: "yebin (H)" <yebin10@xxxxxxxxxx>
- [PATCH 2/2] e2fsprogs: don't allow udisks to automount ext4 filesystems with no prompt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/2] e2scrub: fix pathname escaping across all service definitions
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET] e2scrub: fix some problems
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH v2 8/8] fscrypt: Move d_revalidate configuration back into fscrypt
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v2 7/8] libfs: Don't support setting casefold operations during lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v2 6/8] f2fs: Set the case-insensitive dentry operations through ->s_d_op
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v2 5/8] ext4: Set the case-insensitive dentry operations through ->s_d_op
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v2 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v2 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v2 2/8] fscrypt: Drop d_revalidate if key is available
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v2 1/8] dcache: Add helper to disable d_revalidate for a specific dentry
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH v2 0/8] Revert setting casefolding dentry operations through s_d_op
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH linux-next] ext4: use kcalloc instead of open coded arithmetic
- From: <yang.guang5@xxxxxxxxxx>
- [syzbot] [ext4?] WARNING in lock_two_nondirectories
- From: syzbot <syzbot+2c4a3b922a860084cc7f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Jan Kara <jack@xxxxxxx>
- [Bug 217965] ext4(?) regression since 6.5.0 on sata hdd
- From: bugzilla-daemon@xxxxxxxxxx
- [PATCH 1/1] ext4: fallback to complex scan if aligned scan doesn't work
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH 0/1] Fix for recent bugzilla reports related to long halts during block allocation
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- Re: [PATCH] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 4/9] hfs: remove ->writepage
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH 3/6] ext4: correct the hole length returned by ext4_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH 4/9] hfs: remove ->writepage
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 6/8] f2fs: Set the case-insensitive dentry operations through ->s_d_op
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 8/8] fscrypt: Move d_revalidate configuration back into fscrypt
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH 3/6] ext4: correct the hole length returned by ext4_map_blocks()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] ext4: fix inconsistent between segment fstrim and full fstrim
- From: "yebin (H)" <yebin10@xxxxxxxxxx>
- Re: [PATCH 5/8] ext4: Set the case-insensitive dentry operations through ->s_d_op
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH 3/6] ext4: correct the hole length returned by ext4_map_blocks()
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] ext4: fix inconsistent between segment fstrim and full fstrim
- From: Ye Bin <yebin10@xxxxxxxxxx>
- [PATCH] ext4: Convert ext4_da_do_write_end() to take a folio
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 8/8] fscrypt: Move d_revalidate configuration back into fscrypt
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH 7/8] libfs: Don't support setting casefold operations during lookup
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH 4/8] libfs: Expose generic_ci_dentry_ops outside of libfs
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH 5/8] ext4: Set the case-insensitive dentry operations through ->s_d_op
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH 6/8] f2fs: Set the case-insensitive dentry operations through ->s_d_op
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH 0/8] Revert setting casefolding dentry operations through s_d_op
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH 2/8] fscrypt: Drop d_revalidate if key is available
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- [PATCH 1/8] dcache: Add helper to disable d_revalidate for a specific dentry
- From: Gabriel Krisman Bertazi <krisman@xxxxxxx>
- Re: [RFC PATCH 3/6] ext4: correct the hole length returned by ext4_map_blocks()
- From: Jan Kara <jack@xxxxxxx>
- [tytso-ext4:dev] BUILD SUCCESS 6c02757c936063f0631b4e43fe156f8c8f1f351f
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v2] mm/filemap: avoid buffered read/write race to read inconsistent data
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] fs/ext4: Allow for the last group to be marked as trimmed
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [syzbot] kernel BUG in ext4_write_inline_data
- From: syzbot <syzbot+f4582777a19ec422b517@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [RFC PATCH v2] mm/filemap: avoid buffered read/write race to read inconsistent data
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- [PATCH] fs/ext4: Allow for the last group to be marked as trimmed
- From: Suraj Jitindar Singh <surajjs@xxxxxxxxxx>
- [PATCH v2 3/5] jbd2: Remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'
- From: Zhihao Cheng <chengzhihao1@xxxxxxxxxx>
- [PATCH v2 2/5] jbd2: Replace journal state flag by checking errseq
- From: Zhihao Cheng <chengzhihao1@xxxxxxxxxx>
- [PATCH v2 0/5] jbd2: Add errseq to detect writeback
- From: Zhihao Cheng <chengzhihao1@xxxxxxxxxx>
- [PATCH v2 5/5] ext4: Move ext4_check_bdev_write_error() into nojournal mode
- From: Zhihao Cheng <chengzhihao1@xxxxxxxxxx>
- [PATCH v2 1/5] jbd2: Add errseq to detect client fs's bdev writeback error
- From: Zhihao Cheng <chengzhihao1@xxxxxxxxxx>
- [PATCH v2 4/5] jbd2: Abort journal when detecting metadata writeback error of fs dev
- From: Zhihao Cheng <chengzhihao1@xxxxxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [GIT PULL] ext4 bug fixes for 6.7-rc6
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] ext4 bug fixes for 6.7-rc6
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 0/5] jbd2: Add errseq to detect writeback
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 5/5] ext4: Move ext4_check_bdev_write_error() into nojournal mode
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 4/5] jbd2: Abort journal when detecting metadata writeback error of fs dev
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 3/5] jbd2: Remove unused 'JBD2_CHECKPOINT_IO_ERROR' and 'j_atomic_flags'
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 2/5] jbd2: Replace journal state flag by checking errseq
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 1/5] jbd2: Add errseq to detect client fs's bdev writeback error
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
- From: Jan Kara <jack@xxxxxxx>
- Re: [RFC PATCH] mm/filemap: avoid buffered read/write race to read inconsistent data
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH] mm/filemap: avoid buffered read/write race to read inconsistent data
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH] mm/filemap: avoid buffered read/write race to read inconsistent data
- From: Jan Kara <jack@xxxxxxx>
- [RFC PATCH] mm/filemap: avoid buffered read/write race to read inconsistent data
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 16/18] ext4: use new helper to read sb block
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
- From: Jan Kara <jack@xxxxxxx>
- [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 16/18] ext4: use new helper to read sb block
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 14/18] jbd2: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 13/18] nilfs2: use bdev api in nilfs_attach_log_writer()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 12/18] gfs2: use bdev api
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 10/18] cramfs: use bdev apis in cramfs_blkdev_read()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 09/18] btrfs: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 08/18] bio: export bio_add_folio_nofail()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 07/18] bcachefs: remove dead function bdev_sectors()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 06/18] scsicam: use bdev api in scsi_bios_ptable()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 05/18] s390/dasd: use bdev api in dasd_format()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 04/18] mtd: block2mtd: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 03/18] bcache: use bdev api in read_super()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 02/18] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
- From: Jan Kara <jack@xxxxxxx>
- Re: ext4 data corruption in 6.1 stable tree (was Re: [PATCH 5.15 000/297] 5.15.140-rc1 review)
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] jbd2: fix soft lockup in journal_finish_inode_data_buffers()
- From: Ye Bin <yebin10@xxxxxxxxxx>
- Re: [RFC 5/7] block: export blkdev_atomic_write_valid() and refactor api
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- Re: [RFC 0/7] ext4: Allocator changes for atomic write support with DIO
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- Re: ext4 data corruption in 6.1 stable tree (was Re: [PATCH 5.15 000/297] 5.15.140-rc1 review)
- From: Pavel Machek <pavel@xxxxxxx>
- [syzbot] Monthly ext4 report (Dec 2023)
- From: syzbot <syzbot+list52026f6b95687b491ce2@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: divide error in mb_update_avg_fragment_size
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCHv3 2/2] generic: Add integrity tests with synchronous directio
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [PATCHv3 1/2] aio-dio-write-verify: Add sync and noverify option
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: divide error in mb_update_avg_fragment_size
- From: xingwei lee <xrivendell7@xxxxxxxxx>
- [PATCH] e2fsprogs: Document old requirement for block size with 'verity'
- From: Sophia Behling <solutions@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 13/14] iomap: map multiple blocks at a time
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [syzbot] kernel BUG in ext4_do_writepages
- From: syzbot <syzbot+d1da16f03614058fdc48@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 0/2] e2fsprogs: avoid error information loss during journal replay
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] tune2fs: fall back to old get/set fs label on error
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH] ext2fs: don't retry discard/zeroout repeatedly
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH RESEND] build: split version and release in configure
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 13/14] iomap: map multiple blocks at a time
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH 13/14] iomap: map multiple blocks at a time
- From: Zhang Yi <yi.zhang@xxxxxxxxxxxxxxx>
- Re: [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: regression in 6.1.yy branch: LTP test preadv03 fails
- From: Yann Sionneau <ysionneau@xxxxxxxxxxxxx>
- Re: regression in 6.1.yy branch: LTP test preadv03 fails
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- regression in 6.1.yy branch: LTP test preadv03 fails
- From: Yann Sionneau <ysionneau@xxxxxxxxxxxxx>
- Re: [RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH -next RFC 01/14] block: add some bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH -next RFC 01/14] block: add some bdev apis
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH -next RFC 01/14] block: add some bdev apis
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH -next RFC 01/14] block: add some bdev apis
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH -next RFC 01/14] block: add some bdev apis
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH -next RFC 01/14] block: add some bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH -next RFC 01/14] block: add some bdev apis
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- Re: [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: ext4 data corruption in 6.1 stable tree (was Re: [PATCH 5.15 000/297] 5.15.140-rc1 review)
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: ext4 data corruption in 6.1 stable tree (was Re: [PATCH 5.15 000/297] 5.15.140-rc1 review)
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH -next RFC 01/14] block: add some bdev apis
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- Re: [PATCH -RFC 0/2] mm/ext4: avoid data corruption when extending DIO write race with buffered read
- From: Baokun Li <libaokun1@xxxxxxxxxx>
- [PATCH -next RFC 14/14] nilfs2: use bdev api in nilfs_attach_log_writer()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 13/14] gfs2: use bdev api
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 12/14] jbd2: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 11/14] ext4: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 10/14] erofs: use bdev api
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 08/14] btrfs: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 01/14] block: add some bdev apis
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
- [PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
- From: Yu Kuai <yukuai1@xxxxxxxxxxxxxxx>
[Index of Archives]
[Kernel Announce]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]