Zhang Yi ([email protected])

Number of posts: 411 (0.81 per day)
First post: 2022-12-14 14:03:38
Last post: 2024-05-06 06:15:51

Date List Subject
2024-04-10 14:46:00 linux-kernel [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware
2024-04-10 14:45:56 linux-ext4 [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
2024-04-10 14:45:46 linux-ext4 [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry
2024-04-10 14:45:07 linux-kernel [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings
2024-04-10 14:45:01 linux-kernel [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
2024-04-10 14:43:39 linux-ext4 [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks
2024-04-10 14:43:08 linux-ext4 [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks
2024-04-10 14:42:43 linux-ext4 [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated
2024-04-10 14:42:36 linux-ext4 [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters
2024-04-10 14:41:55 linux-kernel [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
2024-04-10 14:41:55 linux-ext4 [PATCH v4 04/34] ext4: drop iblock parameter
2024-04-10 14:41:44 linux-kernel [PATCH v4 03/34] ext4: trim delalloc extent
2024-04-10 14:41:11 linux-ext4 [PATCH v4 01/34] ext4: factor out a common helper to query extent map
2024-04-10 14:13:23 linux-kernel [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
2024-04-10 14:08:53 linux-ext4 [RFC PATCH v4 26/34] ext4: implement mmap iomap path
2024-04-10 14:06:39 linux-ext4 [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range
2024-04-10 13:48:15 linux-kernel [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu()
2024-04-10 13:48:08 linux-ext4 [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware
2024-04-10 13:47:09 linux-kernel [RFC PATCH v4 27/34] ext4: implement zero_range iomap path
2024-04-10 13:46:17 linux-ext4 [RFC PATCH v4 25/34] ext4: implement writeback iomap path
2024-04-10 13:46:12 linux-kernel [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag
2024-04-10 13:45:54 linux-kernel [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path
2024-04-10 13:45:45 linux-kernel [RFC PATCH v4 23/34] ext4: implement buffered read iomap path
2024-04-10 13:45:27 linux-kernel [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio
2024-04-10 13:45:18 linux-ext4 [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path
2024-04-10 13:45:14 linux-ext4 [RFC PATCH v4 24/34] ext4: implement buffered write iomap path
2024-04-10 13:45:13 linux-ext4 [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry
2024-04-10 13:43:49 linux-ext4 [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry
2024-04-10 13:42:41 linux-kernel [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters
2024-04-10 13:42:23 linux-kernel [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
2024-04-10 13:42:08 linux-kernel [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings
2024-04-10 13:41:54 linux-kernel [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks
2024-04-10 13:41:40 linux-ext4 [RFC PATCH v4 19/34] ext4: drop all delonly descriptions
2024-04-10 13:41:06 linux-ext4 [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
2024-04-10 13:40:59 linux-kernel [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly()
2024-04-10 13:40:07 linux-ext4 [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
2024-04-10 13:39:26 linux-ext4 [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
2024-04-10 13:39:11 linux-ext4 [PATCH v4 01/34] ext4: factor out a common helper to query extent map
2024-04-10 13:38:55 linux-ext4 [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
2024-04-10 13:38:48 linux-ext4 [PATCH v4 04/34] ext4: drop iblock parameter
2024-04-10 13:38:46 linux-kernel [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks
2024-04-10 13:38:43 linux-ext4 [PATCH v4 03/34] ext4: trim delalloc extent
2024-04-10 13:38:31 linux-ext4 [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated
2024-04-10 13:37:08 linux-kernel [RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
2024-04-10 03:59:47 linux-ext4 Re: [PATCH 0/7] ext4: support adding multi-delalloc blocks
2024-04-10 03:51:51 linux-ext4 [PATCH v2 8/9] ext4: make ext4_insert_delayed_block() insert multi-blocks
2024-04-10 03:51:45 linux-ext4 [PATCH v2 9/9] ext4: make ext4_da_map_blocks() buffer_head unaware
2024-04-10 03:51:37 linux-ext4 [PATCH v2 6/9] ext4: make ext4_da_reserve_space() reserve multi-clusters
2024-04-10 03:51:35 linux-ext4 [PATCH v2 7/9] ext4: factor out check for whether a cluster is allocated
2024-04-10 03:51:27 linux-ext4 [PATCH v2 5/9] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
2024-04-10 03:51:20 linux-ext4 [PATCH v2 4/9] ext4: drop iblock parameter