summaryrefslogtreecommitdiffstats
path: root/include/linux/iomap.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-2/+9
|\
| * iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-2/+2
| * iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher2021-10-241-0/+7
* | block: switch polling to be bio basedChristoph Hellwig2021-10-181-3/+2
* | block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-181-1/+1
|/
* iomap: constify iomap_iter_srcmapChristoph Hellwig2021-08-161-1/+1
* iomap: rework unshare flagChristoph Hellwig2021-08-161-0/+1
* iomap: remove iomap_applyChristoph Hellwig2021-08-161-10/+0
* iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig2021-08-161-2/+2
* iomap: add the new iomap_iter modelChristoph Hellwig2021-08-161-0/+56
* iomap: mark the iomap argument to iomap_inline_data_valid constChristoph Hellwig2021-08-161-1/+1
* iomap: mark the iomap argument to iomap_inline_data constChristoph Hellwig2021-08-161-1/+1
* iomap: mark the iomap argument to iomap_sector constChristoph Hellwig2021-08-161-2/+1
* iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig2021-08-161-3/+2
* iomap: support reading inline data from non-zero posGao Xiang2021-08-031-0/+18
* iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-291-1/+0
* iomap: remove unused private field from ioendBrian Foster2021-05-041-4/+1
* Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-211-2/+16
|\
| * iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagChristoph Hellwig2021-01-231-0/+8
| * iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-2/+8
* | iomap: support REQ_OP_ZONE_APPENDNaohiro Aota2021-02-091-0/+1
|/
* iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-1/+1
* iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig2020-09-281-0/+5
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-1/+1
|\
| * iomap: fix the iomap_fiemap prototypeChristoph Hellwig2020-06-031-1/+1
* | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-021-0/+2
|\ \
| * | iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues2020-05-251-0/+2
| |/
* / iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-2/+1
|/
* iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-2/+3
* iomap: renumber IOMAP_HOLE to 0Christoph Hellwig2019-10-211-5/+5
* iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-211-1/+1
* iomap: better document the IOMAP_F_* flagsChristoph Hellwig2019-10-211-8/+23
* iomap: move struct iomap_page out of iomap.hChristoph Hellwig2019-10-211-17/+0
* iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-211-0/+59
* iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner2019-10-171-0/+2
* iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-151-1/+2
* iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig2019-09-191-3/+7
* iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski2019-09-191-2/+2
* iomap: move internal declarations into fs/iomap/Darrick J. Wong2019-07-171-0/+10
* iomap: move the direct IO code into a separate fileDarrick J. Wong2019-07-171-0/+7
* iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher2019-06-271-0/+1
* iomap: Add a page_prepare callbackAndreas Gruenbacher2019-05-011-5/+17
* iomap: wire up the iopoll methodChristoph Hellwig2019-02-241-0/+1
* fs/iomap.c: change return type to vm_fault_tSouptick Joarder2018-10-261-1/+3
* iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig2018-07-111-0/+31
* iomap: add initial support for writes without buffer headsChristoph Hellwig2018-06-201-0/+2
* iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig2018-06-191-0/+3
* iomap: add private pointer to struct iomapAndreas Gruenbacher2018-06-191-0/+1
* iomap: add a page_done callbackChristoph Hellwig2018-06-191-0/+9
* iomap: generic inline data handlingAndreas Gruenbacher2018-06-191-0/+1