aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iomap.h
AgeCommit message (Expand)Author
2024-04-25master: sync with upstream 6.6Bruce Ashfield
2023-04-21iomap: Remove IOMAP_DIO_NOSYNC unused dio flagRitesh Harjani (IBM)
2023-02-22Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher
2023-01-18iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher
2023-01-18iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher
2023-01-18iomap: Add iomap_get_folio helperAndreas Gruenbacher
2023-01-18iomap: Rename page_done handler to put_folioAndreas Gruenbacher
2023-01-18iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher
2022-11-29iomap: write iomap validity checksDave Chinner
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-07-22iomap: remove iomap_writepageChristoph Hellwig
2022-06-10teach iomap_dio_rw() to suppress dsyncAl Viro
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig
2022-05-16iomap: allow the file system to provide a bio_set for direct I/OChristoph Hellwig
2022-05-09iomap: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)
2022-03-15iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)
2022-03-14fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)
2021-12-16iomap: Add iomap_invalidate_folioMatthew Wilcox (Oracle)
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2021-10-24iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-08-16iomap: constify iomap_iter_srcmapChristoph Hellwig
2021-08-16iomap: rework unshare flagChristoph Hellwig
2021-08-16iomap: remove iomap_applyChristoph Hellwig
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig
2021-08-16iomap: add the new iomap_iter modelChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_inline_data_valid constChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_inline_data constChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_sector constChristoph Hellwig
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig
2021-08-03iomap: support reading inline data from non-zero posGao Xiang
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)
2021-05-04iomap: remove unused private field from ioendBrian Foster
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-09iomap: support REQ_OP_ZONE_APPENDNaohiro Aota
2021-01-23iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagChristoph Hellwig
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig