summaryrefslogtreecommitdiff
path: root/include/linux/iomap.h
AgeCommit message (Expand)Author
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
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster
2020-09-28iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03iomap: fix the iomap_fiemap prototypeChristoph Hellwig
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues
2019-10-21iomap: renumber IOMAP_HOLE to 0Christoph Hellwig
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig
2019-10-21iomap: better document the IOMAP_F_* flagsChristoph Hellwig
2019-10-21iomap: move struct iomap_page out of iomap.hChristoph Hellwig
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig
2019-10-17iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski
2019-07-17iomap: move internal declarations into fs/iomap/Darrick J. Wong
2019-07-17iomap: move the direct IO code into a separate fileDarrick J. Wong
2019-06-27iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher
2019-05-01iomap: Add a page_prepare callbackAndreas Gruenbacher
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig
2018-10-26fs/iomap.c: change return type to vm_fault_tSouptick Joarder
2018-07-11iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig
2018-06-19iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig
2018-06-19iomap: add private pointer to struct iomapAndreas Gruenbacher
2018-06-19iomap: add a page_done callbackChristoph Hellwig
2018-06-19iomap: generic inline data handlingAndreas Gruenbacher