summaryrefslogtreecommitdiffstats
path: root/include/linux/iomap.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* iomap: add an iomap-based bmap implementationChristoph Hellwig2018-06-011-0/+3
* iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig2018-06-011-2/+7
* iomap: fix the comment describing IOMAP_NOWAITChristoph Hellwig2018-06-011-1/+1
* iomap: inline data should be an iomap type, not a flagChristoph Hellwig2018-06-011-1/+1
* iomap: add a swapfile activation functionDarrick J. Wong2018-05-151-0/+11
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+4
|\
| * dax, iomap: Add support for synchronous faultsJan Kara2017-11-031-0/+5
* | Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-141-1/+2
|\ \
| * | GFS2: Implement iomap for block_mapBob Peterson2017-10-311-1/+2
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-7/+8
|\| |
| * | iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher2017-10-011-2/+3
| * | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-011-5/+5
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-0/+4
|\