aboutsummaryrefslogtreecommitdiff
path: root/include/linux/iomap.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-01iomap: pass the length of the dirty region to ->map_blocksGravatar Christoph Hellwig 1-1/+1
2024-02-01iomap: map multiple blocks at a timeGravatar Christoph Hellwig 1-0/+7
2024-02-01iomap: don't chain biosGravatar Christoph Hellwig 1-2/+6
2024-02-01iomap: move the io_folios field out of struct iomap_ioendGravatar Christoph Hellwig 1-1/+1
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+4
2023-08-02fs: add CONFIG_BUFFER_HEADGravatar Christoph Hellwig 1-0/+4
2023-07-25iomap: Add per-block dirty state tracking to improve performanceGravatar Ritesh Harjani (IBM) 1-0/+1
2023-07-24iomap: Create large folios in the buffered write pathGravatar Matthew Wilcox (Oracle) 1-1/+1
2023-04-21iomap: Remove IOMAP_DIO_NOSYNC unused dio flagGravatar Ritesh Harjani (IBM) 1-6/+0
2023-02-22Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-12/+15
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDGravatar Christoph Hellwig 1-2/+1
2023-01-18iomap: Rename page_ops to folio_opsGravatar Andreas Gruenbacher 1-4/+4
2023-01-18iomap: Rename page_prepare handler to get_folioGravatar Andreas Gruenbacher 1-3/+3
2023-01-18iomap/gfs2: Get page in page_prepare handlerGravatar Andreas Gruenbacher 1-4/+5
2023-01-18iomap: Add iomap_get_folio helperGravatar Andreas Gruenbacher 1-0/+1
2023-01-18iomap: Rename page_done handler to put_folioGravatar Andreas Gruenbacher 1-6/+6
2023-01-18iomap/gfs2: Unlock and put folio in page_done handlerGravatar Andreas Gruenbacher 1-3/+4
2022-11-29iomap: write iomap validity checksGravatar Dave Chinner 1-8/+35
2022-11-23xfs,iomap: move delalloc punching to iomapGravatar Dave Chinner 1-0/+4
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+0
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+6
2022-08-02mm/migrate: Add filemap_migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-6/+0
2022-07-22iomap: remove iomap_writepageGravatar Christoph Hellwig 1-3/+0
2022-06-10teach iomap_dio_rw() to suppress dsyncGravatar Al Viro 1-0/+6
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-2/+2
2022-05-16iomap: add per-iomap_iter private dataGravatar Christoph Hellwig 1-2/+3
2022-05-16iomap: allow the file system to provide a bio_set for direct I/OGravatar Christoph Hellwig 1-0/+11
2022-05-09iomap: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09fs: Convert iomap_readpage to iomap_read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15iomap: Remove iomap_invalidatepage()Gravatar Matthew Wilcox (Oracle) 1-2/+0
2022-03-14fs: Convert is_partially_uptodate to foliosGravatar Matthew Wilcox (Oracle) 1-2/+1
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackGravatar Dave Chinner 1-0/+2
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+5
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-12-16iomap: Add iomap_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-12-04iomap: add a IOMAP_DAX flagGravatar Christoph Hellwig 1-0/+5
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+9
2021-10-24iomap: Add done_before argument to iomap_dio_rwGravatar Andreas Gruenbacher 1-2/+2
2021-10-24iomap: Support partial direct I/O on user copy failuresGravatar Andreas Gruenbacher 1-0/+7
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-3/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentGravatar Christoph Hellwig 1-1/+1
2021-08-16iomap: constify iomap_iter_srcmapGravatar Christoph Hellwig 1-1/+1
2021-08-16iomap: rework unshare flagGravatar Christoph Hellwig 1-0/+1
2021-08-16iomap: remove iomap_applyGravatar Christoph Hellwig 1-10/+0
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterGravatar Christoph Hellwig 1-2/+2
2021-08-16iomap: add the new iomap_iter modelGravatar Christoph Hellwig 1-0/+56
2021-08-16iomap: mark the iomap argument to iomap_inline_data_valid constGravatar Christoph Hellwig 1-1/+1
2021-08-16iomap: mark the iomap argument to iomap_inline_data constGravatar Christoph Hellwig 1-1/+1
2021-08-16iomap: mark the iomap argument to iomap_sector constGravatar Christoph Hellwig 1-2/+1
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Gravatar Christoph Hellwig 1-3/+2