Show patches with: State = Action Required       |   1905 patches
« 1 2 3 419 20 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
ext4, jbd2: ensure panic when there is no need to record errno in the jbd2 sb ext4, jbd2: ensure panic when there is no need to record errno in the jbd2 sb - 1 - - --- 2019-11-26 Zhang Yi New
ext4, jbd2: switch to use completion variable instead of JBD2_REC_ERR ext4, jbd2: switch to use completion variable instead of JBD2_REC_ERR - 1 - - --- 2020-05-26 Zhang Yi New
[v3,1/5] ext4: abort the filesystem if failed to async write metadata buffer ext4: fix inconsistency since async write metadata buffer error - - - - --- 2020-06-20 Zhang Yi New
[v3,2/5] ext4: remove ext4_buffer_uptodate() ext4: fix inconsistency since async write metadata buffer error - - - - --- 2020-06-20 Zhang Yi New
[v3,3/5] ext4: remove write io error check before read inode block ext4: fix inconsistency since async write metadata buffer error - - - - --- 2020-06-20 Zhang Yi New
[v3,4/5] jbd2: abort journal if free a async write error metadata buffer ext4: fix inconsistency since async write metadata buffer error - - - - --- 2020-06-20 Zhang Yi New
[v3,5/5] jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers() ext4: fix inconsistency since async write metadata buffer error - - - - --- 2020-06-20 Zhang Yi New
[1/3] jbd2: protect buffers release with j_checkpoint_mutex ext4: fix two issue about bdev_try_to_free_page() - - - - --- 2021-04-08 Zhang Yi New
[2/3] jbd2: do not free buffers in jbd2_journal_try_to_free_buffers() ext4: fix two issue about bdev_try_to_free_page() - - - - --- 2021-04-08 Zhang Yi New
[3/3] ext4: add rcu to prevent use after free when umount filesystem ext4: fix two issue about bdev_try_to_free_page() - - - - --- 2021-04-08 Zhang Yi New
[v2,01/12] ext4: add debugfs interface ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,02/12] ext4: introduce fault injection facility ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,03/12] ext4: add several checksum fault injection ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,04/12] ext4: add bitmaps I/O fault injection ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,05/12] ext4: add inode I/O fault injection ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,06/12] ext4: add extent block I/O fault injection ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,07/12] ext4: add dirblock I/O fault injection ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,08/12] ext4: call ext4_xattr_get_block() when getting xattr block ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,09/12] ext4: add xattr block I/O fault injection ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,10/12] ext4: add symlink block I/O fault injection ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,11/12] ext4: add journal related fault injection ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[v2,12/12] ext4: remove simulate fail facility ext4: enhance simulate fail facility - - - - --- 2022-11-10 Zhang Yi New
[RFC] ext4: dio take shared inode lock when overwriting preallocated blocks [RFC] ext4: dio take shared inode lock when overwriting preallocated blocks - - - - --- 2022-12-03 Zhang Yi New
[v2,1/3] lib/ext2fs: record and show journal head block e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-17 Zhang Yi New
[v2,2/3] debugfs/e2fsck: update the journal head block after recovery e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-17 Zhang Yi New
[v2,3/3] debugfs/e2fsck: check bad s_head block number e2fsprogs: journal cycled record transactions between each mount - - - - --- 2023-03-17 Zhang Yi New
[RFC,01/16] ext4: correct the start block of counting reserved clusters ext4: more accurate metadata reservaion for delalloc mount option - - 1 - --- 2023-08-24 Zhang Yi New
[RFC,02/16] ext4: make sure allocate pending entry not fail ext4: more accurate metadata reservaion for delalloc mount option - - 1 - --- 2023-08-24 Zhang Yi New
[RFC,03/16] ext4: let __revise_pending() return the number of new inserts pendings ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,04/16] ext4: count removed reserved blocks for delalloc only es entry ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,05/16] ext4: pass real delayed status into ext4_es_insert_extent() ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,06/16] ext4: move delalloc data reserve spcae updating into ext4_es_insert_extent() ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,07/16] ext4: count inode's total delalloc data blocks into ext4_es_tree ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,08/16] ext4: refactor delalloc space reservation ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,09/16] ext4: count reserved metadata blocks for delalloc per inode ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,10/16] ext4: reserve meta blocks in ext4_da_reserve_space() ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,11/16] ext4: factor out common part of ext4_da_{release|update_reserve}_space() ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,12/16] ext4: update reserved meta blocks in ext4_da_{release|update_reserve}_space() ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,13/16] ext4: calculate the worst extent blocks needed of a delalloc es entry ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,14/16] ext4: reserve extent blocks for delalloc ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,15/16] ext4: flush delalloc blocks if no free space ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,16/16] ext4: drop ext4_nonda_switch() ext4: more accurate metadata reservaion for delalloc mount option - - - - --- 2023-08-24 Zhang Yi New
[RFC,1/6] ext4: introduce ext4_es_skip_hole_extent() to skip hole extents ext4: make ext4_map_blocks() recognize delayed only extent - - - - --- 2023-11-21 Zhang Yi New
[RFC,2/6] ext4: make ext4_es_lookup_extent() return the next extent if not found ext4: make ext4_map_blocks() recognize delayed only extent - - - - --- 2023-11-21 Zhang Yi New
[RFC,3/6] ext4: correct the hole length returned by ext4_map_blocks() ext4: make ext4_map_blocks() recognize delayed only extent - - - - --- 2023-11-21 Zhang Yi New
[RFC,4/6] ext4: add a hole extent entry in cache after punch ext4: make ext4_map_blocks() recognize delayed only extent - - - - --- 2023-11-21 Zhang Yi New
[RFC,5/6] ext4: make ext4_map_blocks() distinguish delayed only mapping ext4: make ext4_map_blocks() recognize delayed only extent - - - - --- 2023-11-21 Zhang Yi New
[RFC,6/6] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC mapping type ext4: make ext4_map_blocks() recognize delayed only extent - - - - --- 2023-11-21 Zhang Yi New
[RFC,v2,1/6] ext4: refactor ext4_da_map_blocks() ext4: make ext4_map_blocks() recognize delalloc only extent - - - - --- 2023-12-23 Zhang Yi New
[RFC,v2,2/6] ext4: convert to exclusive lock while inserting delalloc extents ext4: make ext4_map_blocks() recognize delalloc only extent - - - - --- 2023-12-23 Zhang Yi New
[RFC,v2,3/6] ext4: correct the hole length returned by ext4_map_blocks() ext4: make ext4_map_blocks() recognize delalloc only extent - - - - --- 2023-12-23 Zhang Yi New
[RFC,v2,4/6] ext4: add a hole extent entry in cache after punch ext4: make ext4_map_blocks() recognize delalloc only extent - - - - --- 2023-12-23 Zhang Yi New
[RFC,v2,5/6] ext4: make ext4_map_blocks() distinguish delalloc only extent ext4: make ext4_map_blocks() recognize delalloc only extent - - - - --- 2023-12-23 Zhang Yi New
[RFC,v2,6/6] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type ext4: make ext4_map_blocks() recognize delalloc only extent - - - - --- 2023-12-23 Zhang Yi New
[RFC,v3,07/26] iomap: don't increase i_size if it's not a write operation [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map [v3,01/26] ext4: refactor ext4_da_map_blocks() - - 1 - --- 2024-01-27 Zhang Yi New
[RFC,v3,09/26] ext4: allow inserting delalloc extents with multi-blocks [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,10/26] ext4: correct delalloc extent length [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,11/26] ext4: also mark extent as delalloc if it's been unwritten [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,12/26] ext4: factor out bh handles to ext4_da_get_block_prep() [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,13/26] ext4: use reserved metadata blocks when splitting extent in endio [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,14/26] ext4: factor out ext4_map_{create|query}_blocks() [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,15/26] ext4: introduce seq counter for extent entry [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,16/26] ext4: add a new iomap aops for regular file's buffered IO path [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,17/26] ext4: implement buffered read iomap path [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,18/26] ext4: implement buffered write iomap path [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,19/26] ext4: implement writeback iomap path [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,20/26] ext4: implement mmap iomap path [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,21/26] ext4: implement zero_range iomap path [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,22/26] ext4: writeback partial blocks before zero range [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,23/26] ext4: fall back to buffer_head path for defrag [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,24/26] ext4: partially enable iomap for regular file's buffered IO path [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,25/26] filemap: support disable large folios on active inode [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[RFC,v3,26/26] ext4: enable large folio for regular file with iomap buffered IO path [v3,01/26] ext4: refactor ext4_da_map_blocks() - - - - --- 2024-01-27 Zhang Yi New
[v2,1/9] ext4: factor out a common helper to query extent map ext4: support adding multi-delalloc blocks - - 1 - --- 2024-04-10 Zhang Yi New
[v2,2/9] ext4: check the extent status again before inserting delalloc block ext4: support adding multi-delalloc blocks - - 1 - --- 2024-04-10 Zhang Yi New
[v2,3/9] ext4: trim delalloc extent ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi New
[v2,4/9] ext4: drop iblock parameter ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi New
[v2,5/9] ext4: make ext4_es_insert_delayed_block() insert multi-blocks ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi New
[v2,6/9] ext4: make ext4_da_reserve_space() reserve multi-clusters ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi New
[v2,7/9] ext4: factor out check for whether a cluster is allocated ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi New
[v2,8/9] ext4: make ext4_insert_delayed_block() insert multi-blocks ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi New
[v2,9/9] ext4: make ext4_da_map_blocks() buffer_head unaware ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi New
[v4,01/34] ext4: factor out a common helper to query extent map ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[v4,02/34] ext4: check the extent status again before inserting delalloc block ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[v4,03/34] ext4: trim delalloc extent ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[v4,04/34] ext4: drop iblock parameter ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[v4,05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[v4,06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[v4,07/34] ext4: factor out check for whether a cluster is allocated ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[v4,08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[v4,09/34] ext4: make ext4_da_map_blocks() buffer_head unaware ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,13/34] ext4: let __revise_pending() return newly inserted pendings ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,14/34] ext4: count removed reserved blocks for delalloc only extent entry ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent() ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,16/34] ext4: drop ext4_es_delayed_clu() ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks() ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
« 1 2 3 419 20 »