Show patches with: Archived = No       |   10987 patches
« 1 2 ... 12 13 14109 110 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[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
[RFC,v4,18/34] ext4: drop ext4_es_is_delonly() ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,19/34] ext4: drop all delonly descriptions ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,20/34] ext4: use reserved metadata blocks when splitting extent on endio ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,21/34] ext4: introduce seq counter for the extent status entry ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,22/34] ext4: add a new iomap aops for regular file's buffered IO path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,23/34] ext4: implement buffered read iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,24/34] ext4: implement buffered write iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,25/34] ext4: implement writeback iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,26/34] ext4: implement mmap iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,27/34] ext4: implement zero_range iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,28/34] ext4: writeback partial blocks before zeroing out range ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,29/34] ext4: fall back to buffer_head path for defrag ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,30/34] ext4: partial enable iomap for regular file's buffered IO path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 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
[RFC,v4,18/34] ext4: drop ext4_es_is_delonly() ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,19/34] ext4: drop all delonly descriptions ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,20/34] ext4: use reserved metadata blocks when splitting extent on endio ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,21/34] ext4: introduce seq counter for the extent status entry ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,22/34] ext4: add a new iomap aops for regular file's buffered IO path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,23/34] ext4: implement buffered read iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,24/34] ext4: implement buffered write iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,25/34] ext4: implement writeback iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,26/34] ext4: implement mmap iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,27/34] ext4: implement zero_range iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,28/34] ext4: writeback partial blocks before zeroing out range ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,29/34] ext4: fall back to buffer_head path for defrag ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,30/34] ext4: partial enable iomap for regular file's buffered IO path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,31/34] filemap: support disable large folios on active inode ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,32/34] ext4: enable large folio for regular file with iomap buffered IO path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,33/34] ext4: don't mark IOMAP_F_DIRTY for buffer write ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
[RFC,v4,34/34] ext4: add mount option for buffered IO iomap path ext4: use iomap for regular file's buffered IO path and enable large folio - - - - --- 2024-04-10 Zhang Yi New
ext4: remove the redundant folio_wait_stable() ext4: remove the redundant folio_wait_stable() - 1 1 - --- 2024-04-19 Zhang Yi New
[-next] ext4: add trace exit in exception path. [-next] ext4: add trace exit in exception path. - - - - --- 2020-09-21 Zhang Qilong Awaiting Upstream
ext4: fix Wunused-but-set-variable warning in ext4_add_entry() ext4: fix Wunused-but-set-variable warning in ext4_add_entry() - - 1 - --- 2019-12-17 Yunfeng Ye Superseded
[v2] ext4: fix Wunused-but-set-variable warning in ext4_add_entry() [v2] ext4: fix Wunused-but-set-variable warning in ext4_add_entry() - - 1 - --- 2019-12-17 Yunfeng Ye Accepted
[1/1,For,stable,5.4] mm: migrate: buffer_migrate_page_norefs() fallback migrate not uptodate pages mm: migrate: buffer_migrate_page_norefs() fallback migrate not uptodate pages - 1 - - --- 2023-05-03 Yue Zhao Not Applicable
[-next] ext4: remove unused variable 'mapping' [-next] ext4: remove unused variable 'mapping' - - - - --- 2020-01-07 Yue Haibing Rejected
[-next] ext4: Fix build error while CONFIG_PRINTK is n [-next] ext4: Fix build error while CONFIG_PRINTK is n - 1 - - --- 2020-04-01 Yue Haibing Superseded
ext4: mballoc: Disable preemption before getting per-CPU pointer ext4: mballoc: Disable preemption before getting per-CPU pointer - 1 - - --- 2020-06-10 Yue Haibing Superseded
[-next] ext4: Remove used function ext4_journal_callback_try_del() [-next] ext4: Remove used function ext4_journal_callback_try_del() - - - - --- 2023-06-16 Yue Haibing New
fs/ext2: remove unused variable es fs/ext2: remove unused variable es - - - - --- 2022-09-13 Yuan Can Not Applicable
ext4: remove unnecessary type castings ext4: remove unnecessary type castings - - - - --- 2022-04-01 Yu Zhe Awaiting Upstream
ext4: add KERN_<LEVEL> for printk() ext4: add KERN_<LEVEL> for printk() - - - - --- 2022-05-25 Yu Zhe Rejected
[-next] block: remove field 'bd_inode' from block_device [-next] block: remove field 'bd_inode' from block_device - - - - --- 2023-11-25 Yu Kuai Not Applicable
[block/for-next,v2,01/16] block: add a new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,02/16] xen/blkback: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device 1 - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,03/16] bcache: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,04/16] mtd: block2mtd: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,05/16] s390/dasd: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,06/16] scsicam: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,07/16] bcachefs: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device 1 - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,08/16] btrfs: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,09/16] cramfs: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,10/16] erofs: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,11/16] ext4: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,12/16] gfs2: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,13/16] jbd2: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,14/16] nilfs2: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,15/16] buffer: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[block/for-next,v2,16/16] block: use new helper to get inode from block_device block: remove field 'bd_inode' from block_device - - - - --- 2023-11-27 Yu Kuai Not Applicable
[-next,RFC,01/14] block: add some bdev apis block: don't access bd_inode directly from other modules - - - - --- 2023-12-05 Yu Kuai Not Applicable
[-next,RFC,02/14] xen/blkback: use bdev api in xen_update_blkif_status() block: don't access bd_inode directly from other modules - - - - --- 2023-12-05 Yu Kuai Not Applicable
« 1 2 ... 12 13 14109 110 »