Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v3 05/26] ext4: make ext4_map_blocks() distinguish delalloc only extent, (continued)
- [PATCH v3 06/26] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type, Zhang Yi
- [RFC PATCH v3 07/26] iomap: don't increase i_size if it's not a write operation, Zhang Yi
- [RFC PATCH v3 08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map, Zhang Yi
- [RFC PATCH v3 09/26] ext4: allow inserting delalloc extents with multi-blocks, Zhang Yi
- [RFC PATCH v3 10/26] ext4: correct delalloc extent length, Zhang Yi
- [RFC PATCH v3 11/26] ext4: also mark extent as delalloc if it's been unwritten, Zhang Yi
- [RFC PATCH v3 13/26] ext4: use reserved metadata blocks when splitting extent in endio, Zhang Yi
- [RFC PATCH v3 12/26] ext4: factor out bh handles to ext4_da_get_block_prep(), Zhang Yi
- [RFC PATCH v3 14/26] ext4: factor out ext4_map_{create|query}_blocks(), Zhang Yi
- [RFC PATCH v3 15/26] ext4: introduce seq counter for extent entry, Zhang Yi
- [RFC PATCH v3 16/26] ext4: add a new iomap aops for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v3 17/26] ext4: implement buffered read iomap path, Zhang Yi
- [RFC PATCH v3 18/26] ext4: implement buffered write iomap path, Zhang Yi
- [RFC PATCH v3 19/26] ext4: implement writeback iomap path, Zhang Yi
- [RFC PATCH v3 21/26] ext4: implement zero_range iomap path, Zhang Yi
- [RFC PATCH v3 20/26] ext4: implement mmap iomap path, Zhang Yi
- [RFC PATCH v3 22/26] ext4: writeback partial blocks before zero range, Zhang Yi
- [RFC PATCH v3 23/26] ext4: fall back to buffer_head path for defrag, Zhang Yi
- [RFC PATCH v3 24/26] ext4: partially enable iomap for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v3 25/26] filemap: support disable large folios on active inode, Zhang Yi
- [RFC PATCH v3 26/26] ext4: enable large folio for regular file with iomap buffered IO path, Zhang Yi
- Re: [RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo, Darrick J. Wong
- [PATCH v4 00/12] Set casefold/fscrypt dentry operations through sb->s_d_op,
Gabriel Krisman Bertazi
- [PATCH v4 01/12] ovl: Reject mounting over case-insensitive directories, Gabriel Krisman Bertazi
- [PATCH v4 02/12] fscrypt: Factor out a helper to configure the lookup dentry, Gabriel Krisman Bertazi
- [PATCH v4 04/12] fscrypt: Drop d_revalidate for valid dentries during lookup, Gabriel Krisman Bertazi
- [PATCH v4 03/12] fscrypt: Call fscrypt_prepare_lookup_dentry on unencrypted dentries, Gabriel Krisman Bertazi
- [PATCH v4 05/12] fscrypt: Drop d_revalidate once the key is added, Gabriel Krisman Bertazi
- [PATCH v4 06/12] fscrypt: Ignore non-fscrypt volumes during d_move, Gabriel Krisman Bertazi
- [PATCH v4 07/12] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops, Gabriel Krisman Bertazi
- [PATCH v4 08/12] libfs: Add helper to choose dentry operations at mount-time, Gabriel Krisman Bertazi
- [PATCH v4 09/12] ext4: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v4 10/12] f2fs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v4 12/12] libfs: Drop generic_set_encrypted_ci_d_ops, Gabriel Krisman Bertazi
- [PATCH v4 11/12] ubifs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [syzbot] [ext4?] general protection fault in jbd2__journal_start,
syzbot
- [PATCH 0/7] ext4: avoid sysfs variables overflow causing BUG_ON/SOOB,
Baokun Li
- [PATCH] shrink extent tree, Alexey Zhuravlev
- Re: [PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty(),
Matthew Wilcox
- [PATCH] generic/459: don't run on non-journaled ext4 file systems,
Eric Whitney
- [PATCH v11 00/26] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v11 03/26] dept: Add single event dependency tracker APIs, Byungchul Park
- [PATCH v11 04/26] dept: Add lock dependency tracker APIs, Byungchul Park
- [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing, Byungchul Park
- [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete(), Byungchul Park
- [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait, Byungchul Park
- [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait, Byungchul Park
- [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait, Byungchul Park
- [PATCH v11 12/26] dept: Distinguish each work from another, Byungchul Park
- [PATCH v11 11/26] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait, Byungchul Park
- [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH v11 18/26] dept: Apply timeout consideration to swait, Byungchul Park
- [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report, Byungchul Park
- [PATCH v11 24/26] dept: Track PG_locked with dept, Byungchul Park
- [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling, Byungchul Park
- [PATCH v11 23/26] dept: Make Dept able to work with an external wgen, Byungchul Park
- [PATCH 0/9] Remove GFP_NOFS uses from ext2, udf, and quota code,
Jan Kara
- [PATCH 51/82] ext4: Refactor intentional wrap-around test, Kees Cook
- [PATCH 18/82] ext4: Refactor intentional wrap-around calculation, Kees Cook
- [PATCH] ext4: correct best extent lstart adjustment logic,
Baokun Li
- [PATCH] ext4: forbid commit inconsistent quota data when errors=remount-ro,
Ye Bin
- [PATCH] ext4: add a hint for block bitmap corrupt state in mb_groups,
Zhang Yi
- [PATCH] ext4: fix the comment of ext4_map_blocks()/ext4_ext_map_blocks(),
Cheng Nie
- [PATCH v2 1/2] ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show,
yangerkun
- Subject: [PATCH next] ext4: super: Use clamp() instead of clamp_val() to bound timestamps, David Laight
- [e2fsprogs] resize2fs 1.47.0 creates unclean orphan file, Matthias Reichl
- [PATCH 1/2] ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show,
yangerkun
- Protecting lost+found from rmdir by directory owner?,
Brian J. Murrell
- [PATCH AUTOSEL 4.19 8/8] ext4: avoid online resizing failures due to oversized flex bg, Sasha Levin
- [PATCH AUTOSEL 4.19 7/8] ext4: remove unnecessary check from alloc_flex_gd(), Sasha Levin
- [PATCH AUTOSEL 4.19 6/8] ext4: unify the type of flexbg_size to unsigned int, Sasha Levin
- [PATCH AUTOSEL 4.19 5/8] ext4: fix inconsistent between segment fstrim and full fstrim, Sasha Levin
- [PATCH AUTOSEL 5.4 9/9] ext4: avoid online resizing failures due to oversized flex bg, Sasha Levin
- [PATCH AUTOSEL 5.4 8/9] ext4: remove unnecessary check from alloc_flex_gd(), Sasha Levin
- [PATCH AUTOSEL 5.4 7/9] ext4: unify the type of flexbg_size to unsigned int, Sasha Levin
- [PATCH AUTOSEL 5.4 6/9] ext4: fix inconsistent between segment fstrim and full fstrim, Sasha Levin
- [PATCH AUTOSEL 5.10 9/9] ext4: avoid online resizing failures due to oversized flex bg, Sasha Levin
- [PATCH AUTOSEL 5.10 8/9] ext4: remove unnecessary check from alloc_flex_gd(), Sasha Levin
- [PATCH AUTOSEL 5.10 7/9] ext4: unify the type of flexbg_size to unsigned int, Sasha Levin
- [PATCH AUTOSEL 5.10 6/9] ext4: fix inconsistent between segment fstrim and full fstrim, Sasha Levin
- [PATCH AUTOSEL 5.15 11/11] ext4: avoid online resizing failures due to oversized flex bg, Sasha Levin
- [PATCH AUTOSEL 5.15 10/11] ext4: remove unnecessary check from alloc_flex_gd(), Sasha Levin
- [PATCH AUTOSEL 5.15 09/11] ext4: unify the type of flexbg_size to unsigned int, Sasha Levin
- [PATCH AUTOSEL 5.15 08/11] ext4: fix inconsistent between segment fstrim and full fstrim, Sasha Levin
- [PATCH AUTOSEL 6.1 14/14] ext4: avoid online resizing failures due to oversized flex bg, Sasha Levin
- [PATCH AUTOSEL 6.1 13/14] ext4: remove unnecessary check from alloc_flex_gd(), Sasha Levin
- [PATCH AUTOSEL 6.1 12/14] ext4: unify the type of flexbg_size to unsigned int, Sasha Levin
- [PATCH AUTOSEL 6.1 11/14] ext4: fix inconsistent between segment fstrim and full fstrim, Sasha Levin
- [PATCH AUTOSEL 6.1 08/14] ext4: enable dioread_nolock as default for bs < ps case,
Sasha Levin
- [PATCH AUTOSEL 6.6 19/19] ext4: avoid online resizing failures due to oversized flex bg, Sasha Levin
- [PATCH AUTOSEL 6.6 18/19] ext4: remove unnecessary check from alloc_flex_gd(), Sasha Levin
- [PATCH AUTOSEL 6.6 17/19] ext4: unify the type of flexbg_size to unsigned int, Sasha Levin
- [PATCH AUTOSEL 6.6 16/19] ext4: fix inconsistent between segment fstrim and full fstrim, Sasha Levin
- [PATCH AUTOSEL 6.6 11/19] ext4: treat end of range as exclusive in ext4_zero_range(), Sasha Levin
- [PATCH AUTOSEL 6.6 10/19] ext4: enable dioread_nolock as default for bs < ps case, Sasha Levin
- [PATCH AUTOSEL 6.7 21/21] ext4: avoid online resizing failures due to oversized flex bg, Sasha Levin
- [PATCH AUTOSEL 6.7 20/21] ext4: remove unnecessary check from alloc_flex_gd(), Sasha Levin
- [PATCH AUTOSEL 6.7 19/21] ext4: unify the type of flexbg_size to unsigned int, Sasha Levin
- [PATCH AUTOSEL 6.7 18/21] ext4: fix inconsistent between segment fstrim and full fstrim, Sasha Levin
- [PATCH AUTOSEL 6.7 12/21] ext4: treat end of range as exclusive in ext4_zero_range(), Sasha Levin
- [PATCH AUTOSEL 6.7 11/21] ext4: enable dioread_nolock as default for bs < ps case, Sasha Levin
- [tytso-ext4:dev] BUILD SUCCESS 68da4c44b994aea797eb9821acb3a4a36015293e, kernel test robot
- [PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op,
Gabriel Krisman Bertazi
- [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems, Gabriel Krisman Bertazi
- [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup, Gabriel Krisman Bertazi
- [PATCH v3 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup, Gabriel Krisman Bertazi
- [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added, Gabriel Krisman Bertazi
- [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops, Gabriel Krisman Bertazi
- [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount, Gabriel Krisman Bertazi
- [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 08/10] f2fs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 09/10] ubifs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops, Gabriel Krisman Bertazi
- <Possible follow-ups>
- [PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op, Gabriel Krisman Bertazi
- [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems, Gabriel Krisman Bertazi
- [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup, Gabriel Krisman Bertazi
- [PATCH v3 03/10] fscrypt: Drop d_revalidate for valid dentries during lookup, Gabriel Krisman Bertazi
- [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added, Gabriel Krisman Bertazi
- [PATCH v3 05/10] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops, Gabriel Krisman Bertazi
- [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount, Gabriel Krisman Bertazi
- [PATCH v3 07/10] ext4: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 08/10] f2fs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 09/10] ubifs: Configure dentry operations at dentry-creation time, Gabriel Krisman Bertazi
- [PATCH v3 10/10] libfs: Drop generic_set_encrypted_ci_d_ops, Gabriel Krisman Bertazi
- EXT4-fs: Intermitent segfault with memory corruption,
Allen
- [linus:master] [jbd2] 8a4fd33d87: stress-ng.utime.ops_per_sec -42.3% regression, kernel test robot
- [GIT PULL] ext4 update for 6.8-rc1,
Theodore Ts'o
- [syzbot] Monthly ext4 report (Jan 2024), syzbot
- [GIT PULL] fscrypt updates for 6.8,
Eric Biggers
- rename ext4 corrupting kernels on kernel.org?,
Alexey Dobriyan
- [tytso-ext4:dev] BUILD SUCCESS 3d1aa1169c45aba9d589be1eb4b131f26f0a663c, kernel test robot
- [PATCH v3 0/6] ext4: make ext4_map_blocks() recognize delalloc only extent,
Zhang Yi
- [PATCH v3 0/9] Some random cleanups to mballoc,
Kemeng Shi
- [PATCH v3 3/9] ext4: remove unneeded return value of ext4_mb_release_context, Kemeng Shi
- [PATCH v3 4/9] ext4: remove unused ext4_allocation_context::ac_groups_considered, Kemeng Shi
- [PATCH v3 2/9] ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*(), Kemeng Shi
- [PATCH v3 5/9] ext4: remove unused return value of ext4_mb_release, Kemeng Shi
- [PATCH v3 6/9] ext4: remove unused return value of ext4_mb_release_inode_pa, Kemeng Shi
- [PATCH v3 1/9] ext4: remove unused return value of __mb_check_buddy, Kemeng Shi
- [PATCH v3 8/9] ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations, Kemeng Shi
- [PATCH v3 9/9] ext4: remove 'needed' in trace_ext4_discard_preallocations, Kemeng Shi
- [PATCH v3 7/9] ext4: remove unused return value of ext4_mb_release_group_pa, Kemeng Shi
- Re: [PATCH v3 0/9] Some random cleanups to mballoc, Theodore Ts'o
- [PATCH v3 0/8] ext4: fix divide error in mb_update_avg_fragment_size(),
Baokun Li
- e2scrub finds corruption immediately after mounting,
Brian J. Murrell
- Re: [syzbot] [virtualization?] KMSAN: uninit-value in virtqueue_add (4), Tetsuo Handa
- [PATCH v2 0/5] More unit test for mballoc,
Kemeng Shi
- [PATCH v2 0/9] Some random cleanups to mballoc,
Kemeng Shi
- [PATCH] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super(),
Baokun Li
- [RFC PATCH v2 00/25] ext4: use iomap for regular file's buffered IO path and enable large foilo,
Zhang Yi
- [RFC PATCH v2 01/25] ext4: refactor ext4_da_map_blocks(), Zhang Yi
- [RFC PATCH v2 02/25] ext4: convert to exclusive lock while inserting delalloc extents, Zhang Yi
- [RFC PATCH v2 03/25] ext4: correct the hole length returned by ext4_map_blocks(), Zhang Yi
- [RFC PATCH v2 04/25] ext4: add a hole extent entry in cache after punch, Zhang Yi
- [RFC PATCH v2 05/25] ext4: make ext4_map_blocks() distinguish delalloc only extent, Zhang Yi
- [RFC PATCH v2 06/25] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type, Zhang Yi
- [RFC PATCH v2 07/25] iomap: don't increase i_size if it's not a write operation, Zhang Yi
- [RFC PATCH v2 08/25] iomap: add pos and dirty_len into trace_iomap_writepage_map, Zhang Yi
- [RFC PATCH v2 10/25] ext4: correct delalloc extent length, Zhang Yi
- [RFC PATCH v2 09/25] ext4: allow inserting delalloc extents with multi-blocks, Zhang Yi
- [RFC PATCH v2 11/25] ext4: also mark extent as delalloc if it's been unwritten, Zhang Yi
- [RFC PATCH v2 12/25] ext4: factor out bh handles to ext4_da_get_block_prep(), Zhang Yi
- [RFC PATCH v2 13/25] ext4: use reserved metadata blocks when splitting extent in endio, Zhang Yi
- [RFC PATCH v2 14/25] ext4: introduce seq counter for extent entry, Zhang Yi
- [RFC PATCH v2 15/25] ext4: add a new iomap aops for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v2 16/25] ext4: implement buffered read iomap path, Zhang Yi
- [RFC PATCH v2 17/25] ext4: implement buffered write iomap path, Zhang Yi
- [RFC PATCH v2 19/25] ext4: implement mmap iomap path, Zhang Yi
- [RFC PATCH v2 18/25] ext4: implement writeback iomap path, Zhang Yi
- [RFC PATCH v2 21/25] ext4: writeback partial blocks before zero range, Zhang Yi
- [RFC PATCH v2 20/25] ext4: implement zero_range iomap path, Zhang Yi
- [RFC PATCH v2 22/25] ext4: fall back to buffer_head path for defrag, Zhang Yi
- [RFC PATCH v2 23/25] ext4: partially enable iomap for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v2 24/25] filemap: support disable large folios on active inode, Zhang Yi
- [RFC PATCH v2 25/25] ext4: enable large folio for regular file with iomap buffered IO path, Zhang Yi
- [PATCH] ext4: return 0 when ext4_get_group_info failed in __mb_check_buddy,
yangerkun
- [linus:master] [jbd2] 6a3afb6ac6: fileio.latency_95th_ms 92.5% regression,
kernel test robot
- [syzbot] [ext4?] INFO: task hung in ext4_quota_write, syzbot
- [PATCH] ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard,
yangerkun
- [PATCH e2fsprogs] e4crypt: fix spurious "Success" error message,
Jakub Wilk
- [RFC PATCH v2 0/6] ext4: make ext4_map_blocks() recognize delalloc only extent,
Zhang Yi
- parity raid and ext4 get stuck in writes,
Carlos Carvalho
- [PATCH v2 0/8] ext4: fix divide error in mb_update_avg_fragment_size(),
Baokun Li
- [PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules,
Yu Kuai
- [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api, Yu Kuai
- [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis, Yu Kuai
- [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block, Yu Kuai
- [PATCH RFC v3 for-6.8/block 15/17] ext4: use new helper to read sb block, Yu Kuai
- [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected(), Yu Kuai
- [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis, Yu Kuai
- [PATCH 12/22] ext4_add_entry(): ->d_name.len is never 0, Al Viro
- [PATCH 0/4] ext4: fix divide error in mb_update_avg_fragment_size(),
Baokun Li
- [PATCH AUTOSEL 4.14 2/6] jbd2: correct the printing of write_flags in jbd2_write_superblock(), Sasha Levin
- [PATCH AUTOSEL 4.19 2/6] jbd2: correct the printing of write_flags in jbd2_write_superblock(), Sasha Levin
- [PATCH AUTOSEL 5.4 2/7] jbd2: correct the printing of write_flags in jbd2_write_superblock(), Sasha Levin
- [PATCH AUTOSEL 5.10 5/8] jbd2: fix soft lockup in journal_finish_inode_data_buffers(), Sasha Levin
- [PATCH AUTOSEL 5.10 2/8] jbd2: correct the printing of write_flags in jbd2_write_superblock(), Sasha Levin
- [PATCH AUTOSEL 5.15 07/13] jbd2: fix soft lockup in journal_finish_inode_data_buffers(), Sasha Levin
- [PATCH AUTOSEL 5.15 02/13] jbd2: correct the printing of write_flags in jbd2_write_superblock(), Sasha Levin
- [PATCH AUTOSEL 6.1 09/15] jbd2: fix soft lockup in journal_finish_inode_data_buffers(), Sasha Levin
- [PATCH AUTOSEL 6.1 04/15] jbd2: increase the journal IO's priority, Sasha Levin
- [PATCH AUTOSEL 6.1 03/15] jbd2: correct the printing of write_flags in jbd2_write_superblock(), Sasha Levin
- [PATCH AUTOSEL 6.6 12/18] jbd2: fix soft lockup in journal_finish_inode_data_buffers(), Sasha Levin
- [PATCH AUTOSEL 6.6 05/18] jbd2: increase the journal IO's priority, Sasha Levin
- [PATCH AUTOSEL 6.6 04/18] jbd2: correct the printing of write_flags in jbd2_write_superblock(), Sasha Levin
- [PATCH v2] ext4: fix inconsistent between segment fstrim and full fstrim,
Ye Bin
- [PATCHSET] e2scrub: fix some problems,
Darrick J. Wong
- [PATCH v2 0/8] Revert setting casefolding dentry operations through s_d_op,
Gabriel Krisman Bertazi
- [PATCH linux-next] ext4: use kcalloc instead of open coded arithmetic, yang.guang5
- [syzbot] [ext4?] WARNING in lock_two_nondirectories,
syzbot
- [PATCH 0/1] Fix for recent bugzilla reports related to long halts during block allocation,
Ojaswin Mujoo
- [PATCH] ext4: fix inconsistent between segment fstrim and full fstrim,
Ye Bin
- [PATCH] ext4: Convert ext4_da_do_write_end() to take a folio,
Matthew Wilcox (Oracle)
- [PATCH 0/8] Revert setting casefolding dentry operations through s_d_op,
Gabriel Krisman Bertazi
- [tytso-ext4:dev] BUILD SUCCESS 6c02757c936063f0631b4e43fe156f8c8f1f351f, kernel test robot
- [RFC PATCH v2] mm/filemap: avoid buffered read/write race to read inconsistent data,
Baokun Li
- [PATCH] fs/ext4: Allow for the last group to be marked as trimmed,
Suraj Jitindar Singh
- [PATCH v2 0/5] jbd2: Add errseq to detect writeback,
Zhihao Cheng
- [GIT PULL] ext4 bug fixes for 6.7-rc6,
Theodore Ts'o
- [RFC PATCH] mm/filemap: avoid buffered read/write race to read inconsistent data,
Baokun Li
[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules,
Yu Kuai
- [PATCH RFC v2 for-6.8/block 02/18] xen/blkback: use bdev api in xen_update_blkif_status(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 03/18] bcache: use bdev api in read_super(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 04/18] mtd: block2mtd: use bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 05/18] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 06/18] scsicam: use bdev api in scsi_bios_ptable(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 07/18] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 08/18] bio: export bio_add_folio_nofail(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 09/18] btrfs: use bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 10/18] cramfs: use bdev apis in cramfs_blkdev_read(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api, Yu Kuai
- [PATCH RFC v2 for-6.8/block 12/18] gfs2: use bdev api, Yu Kuai
- [PATCH RFC v2 for-6.8/block 13/18] nilfs2: use bdev api in nilfs_attach_log_writer(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 14/18] jbd2: use bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block, Yu Kuai
- [PATCH RFC v2 for-6.8/block 16/18] ext4: use new helper to read sb block, Yu Kuai
- [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis, Yu Kuai
[PATCH] jbd2: fix soft lockup in journal_finish_inode_data_buffers(),
Ye Bin
[syzbot] Monthly ext4 report (Dec 2023), syzbot
[PATCH] e2fsprogs: Document old requirement for block size with 'verity', Sophia Behling
Re: [PATCH 13/14] iomap: map multiple blocks at a time,
Zhang Yi
regression in 6.1.yy branch: LTP test preadv03 fails,
Yann Sionneau
Re: [PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes,
Theodore Ts'o
[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules,
Yu Kuai
- [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status(), Yu Kuai
- [PATCH -next RFC 03/14] bcache: use bdev api in read_super(), Yu Kuai
- [PATCH -next RFC 01/14] block: add some bdev apis, Yu Kuai
- [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis, Yu Kuai
- [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable(), Yu Kuai
- [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH -next RFC 08/14] btrfs: use bdev apis, Yu Kuai
- [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read(), Yu Kuai
- [PATCH -next RFC 10/14] erofs: use bdev api, Yu Kuai
- [PATCH -next RFC 11/14] ext4: use bdev apis, Yu Kuai
- [PATCH -next RFC 12/14] jbd2: use bdev apis, Yu Kuai
- [PATCH -next RFC 13/14] gfs2: use bdev api, Yu Kuai
- [PATCH -next RFC 14/14] nilfs2: use bdev api in nilfs_attach_log_writer(), Yu Kuai
- Re: [PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules, Christoph Hellwig
ext4 data corruption in 6.1 stable tree (was Re: [PATCH 5.15 000/297] 5.15.140-rc1 review),
Jan Kara
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]