Show patches with: Submitter = Matthew Bobrowski       |    Archived = No       |   48 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v6,10/11] ext4: update ext4_sync_file() to not use __generic_file_fsync() ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,11/11] ext4: introduce direct I/O write using iomap infrastructure ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,09/11] ext4: move inode extension check out from ext4_iomap_alloc() ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,08/11] ext4: move inode extension/truncate code out from ->iomap_end() callback ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,07/11] ext4: introduce direct I/O read using iomap infrastructure ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,06/11] ext4: introduce new callback for IOMAP_REPORT ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,05/11] ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,04/11] ext4: move set iomap routines into a separate helper ext4_set_iomap() ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,03/11] ext4: iomap that extends beyond EOF should be marked dirty ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,02/11] ext4: update direct I/O read lock pattern for IOCB_NOWAIT ext4: port direct I/O to iomap infrastructure - 1 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v6,01/11] ext4: reorder map.m_flags checks within ext4_iomap_begin() ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-28 Matthew Bobrowski Superseded
[v5,10/12] ext4: move inode extension check out from ext4_iomap_alloc() ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,11/12] ext4: reorder map->m_flags checks in ext4_set_iomap() ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,12/12] ext4: introduce direct I/O write using iomap infrastructure ext4: port direct I/O to iomap infrastructure - - 1 - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,09/12] ext4: move inode extension/truncate code out from ->iomap_end() callback ext4: port direct I/O to iomap infrastructure - - 1 - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,08/12] ext4: update direct I/O read to do trylock in IOCB_NOWAIT cases ext4: port direct I/O to iomap infrastructure - 1 1 - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,07/12] ext4: introduce direct I/O read using iomap infrastructure ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,06/12] xfs: Use iomap_dio_rw_wait() ext4: port direct I/O to iomap infrastructure - - - - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,05/12] iomap: Allow forcing of waiting for running DIO in iomap_dio_rw() ext4: port direct I/O to iomap infrastructure - - - - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,04/12] ext4: introduce new callback for IOMAP_REPORT ext4: port direct I/O to iomap infrastructure - - 1 - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,03/12] ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,02/12] ext4: iomap that extends beyond EOF should be marked dirty ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-21 Matthew Bobrowski Superseded
[v5,01/12] ext4: move set iomap routines into separate helper ext4_set_iomap() ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-21 Matthew Bobrowski Superseded
[v4,8/8] ext4: introduce direct I/O write path using iomap infrastructure ext4: port direct I/O to iomap infrastructure - - - - --- 2019-10-03 Matthew Bobrowski Superseded
[v4,7/8] ext4: reorder map.m_flags checks in ext4_set_iomap() ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-03 Matthew Bobrowski Superseded
[v4,6/8] ext4: move inode extension checks out from ext4_iomap_alloc() ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-03 Matthew Bobrowski Superseded
[v4,5/8] ext4: move inode extension/truncate code out from ->iomap_end() callback ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-03 Matthew Bobrowski Superseded
[v4,4/8] ext4: introduce direct I/O read path using iomap infrastructure ext4: port direct I/O to iomap infrastructure - - 1 - --- 2019-10-03 Matthew Bobrowski Superseded
[v4,3/8] ext4: introduce new callback for IOMAP_REPORT operations ext4: port direct I/O to iomap infrastructure - - 1 - --- 2019-10-03 Matthew Bobrowski Superseded
[v4,2/8] ext4: move out IOMAP_WRITE path into separate helper ext4: port direct I/O to iomap infrastructure - - 2 - --- 2019-10-03 Matthew Bobrowski Superseded
[v4,1/8] ext4: move out iomap field population into separate helper ext4: port direct I/O to iomap infrastructure - - - - --- 2019-10-03 Matthew Bobrowski Superseded
[v3,6/6] ext4: cleanup legacy buffer_head direct IO code ext4: port direct IO to iomap infrastructure - - 1 - --- 2019-09-12 Matthew Bobrowski Superseded
[v3,5/6] ext4: introduce direct IO write path using iomap infrastructure ext4: port direct IO to iomap infrastructure - - 1 - --- 2019-09-12 Matthew Bobrowski Superseded
[v3,4/6] ext4: reorder map.m_flags checks in ext4_iomap_begin() ext4: port direct IO to iomap infrastructure - - 2 - --- 2019-09-12 Matthew Bobrowski Superseded
[v3,3/6] iomap: split size and error for iomap_dio_rw ->end_io ext4: port direct IO to iomap infrastructure - - 2 - --- 2019-09-12 Matthew Bobrowski Superseded
[v3,2/6] ext4: move inode extension/truncate code out from ext4_iomap_end() ext4: port direct IO to iomap infrastructure - - 1 - --- 2019-09-12 Matthew Bobrowski Superseded
[v3,1/6] ext4: introduce direct IO read path using iomap infrastructure ext4: port direct IO to iomap infrastructure - - 1 - --- 2019-09-12 Matthew Bobrowski Superseded
[v2,6/6] ext4: cleanup legacy buffer_head direct IO code ext4: port direct IO to iomap infrastructure - - 1 - --- 2019-09-08 Matthew Bobrowski Superseded
[v2,5/6] ext4: introduce direct IO write path using iomap infrastructure ext4: port direct IO to iomap infrastructure - - 2 - --- 2019-09-08 Matthew Bobrowski Superseded
[v2,4/6] ext4: reorder map.m_flags checks in ext4_iomap_begin() ext4: port direct IO to iomap infrastructure - - 1 - --- 2019-09-08 Matthew Bobrowski Superseded
[v2,3/6] iomap: modify ->end_io() calling convention ext4: port direct IO to iomap infrastructure - - - - --- 2019-09-08 Matthew Bobrowski Superseded
[v2,2/6] ext4: move inode extension/truncate code out from ext4_iomap_end() ext4: port direct IO to iomap infrastructure - - - - --- 2019-09-08 Matthew Bobrowski Superseded
[v2,1/6] ext4: introduce direct IO read path using iomap infrastructure ext4: port direct IO to iomap infrastructure - - 1 - --- 2019-09-08 Matthew Bobrowski Superseded
[5/5] ext4: clean up redundant buffer_head direct IO code ext4: direct IO via iomap infrastructure - - - - --- 2019-08-12 Matthew Bobrowski Superseded
[4/5] ext4: introduce direct IO write code path using iomap infrastructure ext4: direct IO via iomap infrastructure - - - - --- 2019-08-12 Matthew Bobrowski Superseded
[3/5] iomap: modify ->end_io() calling convention ext4: direct IO via iomap infrastructure - - - - --- 2019-08-12 Matthew Bobrowski Superseded
[2/5] ext4: move inode extension/truncate code out from ext4_iomap_end() ext4: direct IO via iomap infrastructure - - - - --- 2019-08-12 Matthew Bobrowski Superseded
[1/5] ext4: introduce direct IO read code path using iomap infrastructure ext4: direct IO via iomap infrastructure - - - - --- 2019-08-12 Matthew Bobrowski Superseded