Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- Re: [RFC PATCH 2/2] jbd2: reset fast commit offset only after fs cleanup is done, (continued)
- [PATCH v2] jbd2: speed up jbd2_transaction_committed(),
Zhang Yi
- [PATCH 00/10] Ext4 fast commit performance patch series,
Harshad Shirwadkar
- [PATCH 01/10] ext4: convert i_fc_lock to spinlock, Harshad Shirwadkar
- [PATCH 03/10] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr, Harshad Shirwadkar
- [PATCH 04/10] ext4: rework fast commit commit path, Harshad Shirwadkar
- [PATCH 05/10] ext4: drop i_fc_updates from inode fc info, Harshad Shirwadkar
- [PATCH 06/10] ext4: update code documentation, Harshad Shirwadkar
- [PATCH 07/10] ext4: add nolock mode to ext4_map_blocks(), Harshad Shirwadkar
- [PATCH 08/10] ext4: introduce selective flushing in fast commit, Harshad Shirwadkar
- [PATCH 02/10] ext4: for committing inode, make ext4_fc_track_inode wait, Harshad Shirwadkar
- [PATCH 09/10] ext4: temporarily elevate commit thread priority, Harshad Shirwadkar
- [PATCH 10/10] ext4: make fast commit ineligible on ext4_reserve_inode_write failure, Harshad Shirwadkar
- [syzbot] [ext4?] possible deadlock in wait_transaction_locked, syzbot
- [tytso-ext4:dev] BUILD SUCCESS c6a6c9694aadc4c3ab8d89bdd44aed3eab1e43c6, kernel test robot
- WARNING: CPU: 5 PID: 23226 at fs/ext4/ext4_jbd2.c:73 ext4_journal_check_start+0x2c/0x82 [Linux 6.6.30, data=journal],
Krzysztof Olędzki
- [syzbot] [ext4?] WARNING: locking bug in ext4_mb_add_groupinfo, syzbot
- [GIT PULL] ext4 updates for v6.10-rc1,
Theodore Ts'o
- [REGRESSION] dm: use queue_limits_set,
Theodore Ts'o
- [PATCH v5 00/10] ext4: support adding multi-delalloc blocks,
Zhang Yi
- [PATCH v5 01/10] ext4: factor out a common helper to query extent map, Zhang Yi
- [PATCH v5 02/10] ext4: check the extent status again before inserting delalloc block, Zhang Yi
- [PATCH v5 05/10] ext4: drop iblock parameter, Zhang Yi
- [PATCH v5 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters, Zhang Yi
- [PATCH v5 03/10] ext4: warn if delalloc counters are not zero on inactive, Zhang Yi
- [PATCH v5 04/10] ext4: trim delalloc extent, Zhang Yi
- [PATCH v5 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v5 08/10] ext4: factor out a helper to check the cluster allocation state, Zhang Yi
- [PATCH v5 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v5 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware, Zhang Yi
- Re: [PATCH v5 00/10] ext4: support adding multi-delalloc blocks, Theodore Ts'o
- [PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes,
Zhang Yi
- [PATCH 1/2] ext4: Reduce stack usage in ext4_mpage_readpages(),
Matthew Wilcox (Oracle)
- [Bug 218850] New: Unexpected failure when write to a file with two file descriptor,
bugzilla-daemon
- [PATCH v2 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes,
Zhang Yi
- [PATCH v2] ext4: fix infinite loop when replaying fast_commit,
Luis Henriques (SUSE)
- [syzbot] [ext4?] INFO: task hung in jbd2_journal_commit_transaction (5),
syzbot
- [PATCH 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes,
Zhang Yi
- KASAN: use-after-free in ext4_find_extent in v6.9,
Shuangpeng Bai
- [syzbot] [ext4?] KASAN: use-after-free Read in __ext4_check_dir_entry (2), syzbot
- [PATCH v2 0/9] A fix and some cleanups to jbd2,
Kemeng Shi
- [PATCH v2 2/9] jbd2: remove unused return info from jbd2_journal_write_metadata_buffer, Kemeng Shi
- [PATCH v2 1/9] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer, Kemeng Shi
- [PATCH v2 5/9] jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_buffer, Kemeng Shi
- [PATCH v2 6/9] jbd2: use bh_in instead of jh2bh(jh_in) to simplify code, Kemeng Shi
- [PATCH v2 7/9] jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2, Kemeng Shi
- [PATCH v2 4/9] jbd2: jump to new copy_done tag when b_frozen_data is created concurrently, Kemeng Shi
- [PATCH v2 8/9] jbd2: remove dead check of JBD2_UNMOUNT in kjournald2, Kemeng Shi
- [PATCH v2 9/9] jbd2: remove unnecessary "should_sleep" in kjournald2, Kemeng Shi
- [PATCH v2 3/9] jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_buffer, Kemeng Shi
- Re: [PATCH v2 0/9] A fix and some cleanups to jbd2, Theodore Ts'o
- EXT4 BOF at LSF/MM, Theodore Ts'o
- [syzbot] [ext4?] possible deadlock in ext4_xattr_set_handle (5), syzbot
- [PATCH] ext4/jbd2: drop jbd2_transaction_committed(),
Zhang Yi
- [Bug 218830] New: lseek on closed file does not trigger an error and affect other files,
bugzilla-daemon
- [tytso-ext4:dev] BUILD SUCCESS 26770a717cac57041d9414725e3e01dd19b08dd2, kernel test robot
- [PATCH] ext4: fix a data-race around bg_free_inodes_count_lo,
Jason Xing
- [PATCH v4 00/10] ext4: support adding multi-delalloc blocks,
Zhang Yi
- [PATCH v4 01/10] ext4: factor out a common helper to query extent map, Zhang Yi
- [PATCH v4 03/10] ext4: warn if delalloc counters are not zero on inactive, Zhang Yi
- [PATCH v4 04/10] ext4: trim delalloc extent, Zhang Yi
- [PATCH v4 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v4 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters, Zhang Yi
- [PATCH v4 02/10] ext4: check the extent status again before inserting delalloc block, Zhang Yi
- [PATCH v4 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v4 05/10] ext4: drop iblock parameter, Zhang Yi
- [PATCH v4 08/10] ext4: factor out check for whether a cluster is allocated, Zhang Yi
- [PATCH v4 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware, Zhang Yi
- [PATCH] ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp(),
Dan Carpenter
- [PATCH] ext4: fix infinite loop when replaying fast_commit,
Luis Henriques (SUSE)
- [PATCH v3] ext4: Don't reduce symlink i_mode by umask if no ACL support,
David Howells
- [PATCH v2] ext4: Don't reduce symlink i_mode by umask if no ACL support,
David Howells
- [PATCH] ext4: Don't reduce symlink i_mode by umask if no ACL support,
David Howells
- [Bug 218822] New: Delete the file from the upper layer directly, the file will become "Stale",
bugzilla-daemon
- [Bug 218822] Delete the file from the upper layer directly, the file will become "Stale", bugzilla-daemon
- [Bug 218822] Delete the file from the upper layer directly, the file will become "Stale", bugzilla-daemon
- [Bug 218822] Delete the file from the upper layer directly, the file will become "Stale", bugzilla-daemon
- [Bug 218822] Delete the file from the upper layer directly, the file will become "Stale", bugzilla-daemon
- [Bug 218822] Delete the file from the upper layer directly, the file will become "Stale", bugzilla-daemon
- [tytso-ext4:dev] BUILD SUCCESS dc1c4663bc493f323d6b2f9dd55c044ea920dacf, kernel test robot
- [Bug 218820] New: The empty file occupies incorrect blocks,
bugzilla-daemon
- [PATCH v14 00/28] DEPT(Dependency Tracker),
Byungchul Park
- [PATCH v14 27/28] dept: Add documentation for Dept, Byungchul Park
- [PATCH v14 01/28] llist: Move llist_{head,node} definition to types.h, Byungchul Park
- [PATCH v14 18/28] dept: Apply timeout consideration to swait, Byungchul Park
- [PATCH v14 17/28] dept: Apply timeout consideration to wait_for_completion()/complete(), Byungchul Park
- [PATCH v14 10/28] dept: Record the latest one out of consecutive waits of the same class, Byungchul Park
- [PATCH v14 04/28] dept: Add lock dependency tracker APIs, Byungchul Park
- [PATCH v14 11/28] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete(), Byungchul Park
- [PATCH v14 13/28] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait, Byungchul Park
- [PATCH v14 26/28] fs/jbd2: Use a weaker annotation in journal handling, Byungchul Park
- [PATCH v14 28/28] dept: Add documentation for Dept's APIs, Byungchul Park
- [PATCH v14 21/28] dept: Apply timeout consideration to dma fence wait, Byungchul Park
- [PATCH v14 14/28] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait, Byungchul Park
- [PATCH v14 09/28] dept: Add a mechanism to refill the internal memory pools on running out, Byungchul Park
- [PATCH v14 20/28] dept: Apply timeout consideration to hashed-waitqueue wait, Byungchul Park
- [PATCH v14 25/28] cpu/hotplug: Use a weaker annotation in AP thread, Byungchul Park
- [PATCH v14 15/28] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait, Byungchul Park
- [PATCH v14 08/28] dept: Distinguish each work from another, Byungchul Park
- [PATCH v14 06/28] dept: Add proc knobs to show stats and dependency graph, Byungchul Park
- [PATCH v14 05/28] dept: Tie to Lockdep and IRQ tracing, Byungchul Park
- [PATCH v14 07/28] dept: Distinguish each syscall context from another, Byungchul Park
- [PATCH v14 03/28] dept: Add single event dependency tracker APIs, Byungchul Park
- [PATCH v14 16/28] dept: Track timeout waits separately with a new Kconfig, Byungchul Park
- [PATCH v14 12/28] dept: Apply sdt_might_sleep_{start,end}() to swait, Byungchul Park
- [PATCH v14 24/28] dept: Print event context requestor's stacktrace on report, Byungchul Park
- [PATCH v14 22/28] dept: Make Dept able to work with an external wgen, Byungchul Park
- [PATCH v14 19/28] dept: Apply timeout consideration to waitqueue wait, Byungchul Park
- [PATCH v14 23/28] dept: Track PG_locked with dept, Byungchul Park
- [PATCH v14 02/28] dept: Implement Dept(Dependency Tracker), Byungchul Park
- [PATCH v3 00/10] ext4: support adding multi-delalloc blocks,
Zhang Yi
- [PATCH v3 03/10] ext4: warn if delalloc counters are not zero on inactive, Zhang Yi
- [PATCH v3 05/10] ext4: drop iblock parameter, Zhang Yi
- [PATCH v3 04/10] ext4: trim delalloc extent, Zhang Yi
- [PATCH v3 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters, Zhang Yi
- [PATCH v3 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v3 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v3 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware, Zhang Yi
- [PATCH v3 01/10] ext4: factor out a common helper to query extent map, Zhang Yi
- [PATCH v3 02/10] ext4: check the extent status again before inserting delalloc block, Zhang Yi
- [PATCH v3 08/10] ext4: factor out check for whether a cluster is allocated, Zhang Yi
- [PATCHv2 0/2] iomap: Optimize read_folio,
Ritesh Harjani (IBM)
- [PATCH 0/3] e2fsck: expand checking of EA inode,
Jan Kara
- [PATCH 0/9] A fix and some cleanups to jbd2,
Kemeng Shi
- Massive slowdown in kernels as of 6.x,
Holger Kiehl
- Re: [PATCH v2 4/4] btrfs-progs: convert: support ext2 unwritten file data extents,
Qu Wenruo
- [syzbot] [bcachefs?] [ext4?] WARNING: suspicious RCU usage in bch2_fs_quota_read,
syzbot
- created ext4 disk image differs depending on the underlying filesystem,
Johannes Schauer Marin Rodrigues
- [PATCH 0/2] ext4: fix WARNING in mb_cache_destroy,
libaokun
- [RFC] Documentation: Add initial iomap document,
Ritesh Harjani (IBM)
- Re: [PATCH RFC 4/4] btrfs-progs: convert: support ext2 unwritten file data extents,
Qu Wenruo
- [PATCH] ext2: Remove LEGACY_DIRECT_IO dependency,
Ritesh Harjani (IBM)
- [RFC PATCH 0/1] Change failover behavior for DIRECT writes in ext4/block fops,
Jeremy Bongio
- [PATCH] Fix uninitialized variable in ext4_inlinedir_to_tree,
Xiaxi Shen
- [linux-next:master] BUILD REGRESSION d04466706db5e241ee026f17b5f920e50dee26b5, kernel test robot
- [syzbot] [ext4?] WARNING in mb_cache_destroy,
syzbot
- [syzbot] [ext4?] KMSAN: uninit-value in ext4_inlinedir_to_tree, syzbot
- [syzbot] [ext4?] WARNING in __ext4_journal_start_sb, syzbot
- shrink extent tree when possible, Alexey Zhuravlev
- merge extent blocks when possible, Alexey Zhuravlev
- [syzbot] [input?] [ext4?] possible deadlock in uinput_request_submit, syzbot
- [Linux kernel bug] general protection fault in ext4_block_write_begin, Sam Sun
- [RFCv3 0/7] ext2 iomap changes and iomap improvements,
Ritesh Harjani (IBM)
- [PATCH v3] jbd2: avoid mount failed when commit block is partial submitted,
Ye Bin
- [syzbot] [ext4?] WARNING: locking bug in find_lock_lowest_rq,
syzbot
- [syzbot] [ext4?] WARNING in ext4_journal_check_start, syzbot
- [PATCH v3 0/5] Minor improvements and cleanups to ext4 mballoc,
Kemeng Shi
- [PATCH v2 0/5] Minor improvements and cleanups to ext4 mballoc,
Kemeng Shi
- [PATCH 10/30] ext4: Remove calls to to set/clear the folio error flag, Matthew Wilcox (Oracle)
- [PATCH 09/30] ext2: Remove call to folio_set_error(), Matthew Wilcox (Oracle)
- [PATCH] ext4: remove the redundant folio_wait_stable(),
Zhang Yi
- [PATCH] e2fsck: fix acl block leak when process orphan list,
Ye Bin
- [PATCH] ext4: fix potential unnitialized variable,
Dan Carpenter
- [PATCH] e2fsprogs: misc/mke2fs.8.in: Update default inode size description,
Pascal Hambourg
- [PATCH 0/5] Convert ext4's mballoc to use folios,
Matthew Wilcox (Oracle)
- [Linux kernel bug] WARNING in ext4_iomap_begin, Sam Sun
- [PATCH v2 1/1] mm: change inlined allocation helpers to account at the call site,
Suren Baghdasaryan
- [PATCH v2] jbd2: avoid mount failed when commit block is partial submitted,
Ye Bin
- riscv32 EXT4 splat, 6.8 regression?,
Björn Töpel
- Re: riscv32 EXT4 splat, 6.8 regression?, Theodore Ts'o
- Re: riscv32 EXT4 splat, 6.8 regression?, Nam Cao
- Re: riscv32 EXT4 splat, 6.8 regression?, Theodore Ts'o
- Re: riscv32 EXT4 splat, 6.8 regression?, Andreas Dilger
- Re: riscv32 EXT4 splat, 6.8 regression?, Theodore Ts'o
- Re: riscv32 EXT4 splat, 6.8 regression?, Al Viro
- Re: riscv32 EXT4 splat, 6.8 regression?, Andreas Dilger
- Re: riscv32 EXT4 splat, 6.8 regression?, Björn Töpel
- Re: riscv32 EXT4 splat, 6.8 regression?, Christian Brauner
- Re: riscv32 EXT4 splat, 6.8 regression?, Björn Töpel
- Re: riscv32 EXT4 splat, 6.8 regression?, Nam Cao
- Re: riscv32 EXT4 splat, 6.8 regression?, Christian Brauner
- Re: riscv32 EXT4 splat, 6.8 regression?, Björn Töpel
- Re: riscv32 EXT4 splat, 6.8 regression?, Mike Rapoport
- Re: riscv32 EXT4 splat, 6.8 regression?, Nam Cao
- Re: riscv32 EXT4 splat, 6.8 regression?, Nam Cao
- Re: riscv32 EXT4 splat, 6.8 regression?, Björn Töpel
- Re: riscv32 EXT4 splat, 6.8 regression?, Nam Cao
- Re: riscv32 EXT4 splat, 6.8 regression?, Mike Rapoport
- Re: riscv32 EXT4 splat, 6.8 regression?, Matthew Wilcox
- Re: riscv32 EXT4 splat, 6.8 regression?, Mike Rapoport
- Re: riscv32 EXT4 splat, 6.8 regression?, Nam Cao
- Re: riscv32 EXT4 splat, 6.8 regression?, Theodore Ts'o
- Re: riscv32 EXT4 splat, 6.8 regression?, Nam Cao
- Re: riscv32 EXT4 splat, 6.8 regression?, Mike Rapoport
- Re: riscv32 EXT4 splat, 6.8 regression?, Andreas Dilger
- Re: riscv32 EXT4 splat, 6.8 regression?, Nam Cao
- Re: riscv32 EXT4 splat, 6.8 regression?, Björn Töpel
- Re: riscv32 EXT4 splat, 6.8 regression?, Mike Rapoport
- [syzbot] Monthly ext4 report (Apr 2024), syzbot
- [syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_update_ref (3), syzbot
- [syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotify,
syzbot
- [syzbot] [ext4?] WARNING in ext4_xattr_set_entry (2), syzbot
- When is "casefold" enabled as default?,
Bo Branten
- [RFC 00/10] fs/dax: Fix FS DAX page reference counts,
Alistair Popple
- [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX, Alistair Popple
- [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one, Alistair Popple
- [RFC 04/10] fs/dax: Don't track page mapping/index, Alistair Popple
- [RFC 05/10] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [RFC 06/10] fs/dax: Add dax_page_free callback, Alistair Popple
- [RFC 07/10] mm: Allow compound zone device pages, Alistair Popple
- [RFC 08/10] fs/dax: Properly refcount fs dax pages, Alistair Popple
- [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd, Alistair Popple
- [RFC 10/10] mm: Remove pXX_devmap, Alistair Popple
- Re: [RFC 00/10] fs/dax: Fix FS DAX page reference counts, Dan Williams
- [RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio,
Zhang Yi
- [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block, Zhang Yi
- [PATCH v4 03/34] ext4: trim delalloc extent, Zhang Yi
- [PATCH v4 04/34] ext4: drop iblock parameter, Zhang Yi
- [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks, Zhang Yi
- [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters, Zhang Yi
- [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated, Zhang Yi
- [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks, Zhang Yi
- [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware, Zhang Yi
- [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks, Zhang Yi
- [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set, Zhang Yi
- [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings, Zhang Yi
- [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry, Zhang Yi
- [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks(), Zhang Yi
- [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent(), Zhang Yi
- [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu(), Zhang Yi
- [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio, Zhang Yi
- [RFC PATCH v4 19/34] ext4: drop all delonly descriptions, Zhang Yi
- [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v4 23/34] ext4: implement buffered read iomap path, Zhang Yi
- [RFC PATCH v4 26/34] ext4: implement mmap iomap path, Zhang Yi
- [RFC PATCH v4 25/34] ext4: implement writeback iomap path, Zhang Yi
- [RFC PATCH v4 27/34] ext4: implement zero_range iomap path, Zhang Yi
- [RFC PATCH v4 24/34] ext4: implement buffered write iomap path, Zhang Yi
- [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range, Zhang Yi
- [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks, Zhang Yi
- [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly(), Zhang Yi
- [PATCH v4 01/34] ext4: factor out a common helper to query extent map, Zhang Yi
- [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag, Zhang Yi
- [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v4 32/34] ext4: enable large folio for regular file with iomap buffered IO path, Zhang Yi
- [RFC PATCH v4 31/34] filemap: support disable large folios on active inode, Zhang Yi
- [RFC PATCH v4 34/34] ext4: add mount option for buffered IO iomap path, Zhang Yi
- [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry, Zhang Yi
- [RFC PATCH v4 33/34] ext4: don't mark IOMAP_F_DIRTY for buffer write, Zhang Yi
- Re: [RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio, Zhang Yi
- Re: [RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio, Zhang Yi
- [RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio,
Zhang Yi
- [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks, Zhang Yi
- [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set, Zhang Yi
- [PATCH v4 01/34] ext4: factor out a common helper to query extent map, Zhang Yi
- [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks, Zhang Yi
- [PATCH v4 03/34] ext4: trim delalloc extent, Zhang Yi
- [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks, Zhang Yi
- [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu(), Zhang Yi
- [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks(), Zhang Yi
- [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters, Zhang Yi
- [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks, Zhang Yi
- [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent(), Zhang Yi
- [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware, Zhang Yi
- [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings, Zhang Yi
- [RFC PATCH v4 19/34] ext4: drop all delonly descriptions, Zhang Yi
- [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio, Zhang Yi
- [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry, Zhang Yi
- [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry, Zhang Yi
- [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly(), Zhang Yi
- [RFC PATCH v4 24/34] ext4: implement buffered write iomap path, Zhang Yi
- [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated, Zhang Yi
- [RFC PATCH v4 26/34] ext4: implement mmap iomap path, Zhang Yi
- [RFC PATCH v4 27/34] ext4: implement zero_range iomap path, Zhang Yi
- [RFC PATCH v4 25/34] ext4: implement writeback iomap path, Zhang Yi
- [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range, Zhang Yi
- [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block, Zhang Yi
- [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag, Zhang Yi
- [RFC PATCH v4 23/34] ext4: implement buffered read iomap path, Zhang Yi
- [PATCH v4 04/34] ext4: drop iblock parameter, Zhang Yi
- [PATCH][next] jbd2: remove redundant assignement to variable err,
Colin Ian King
- [PATCH v2 0/9] ext4: support adding multi-delalloc blocks,
Zhang Yi
- [syzbot] [ext4?] [jffs2?] [xfs?] kernel BUG in unrefer_xattr_datum,
syzbot
- [Bug 218693] New: different UI shows different free disk space,
bugzilla-daemon
- [PATCH v2 0/2] jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_checkpoint_list(),
Ye Bin
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]