aboutsummaryrefslogtreecommitdiff
path: root/include/linux/iomap.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2020-06-03iomap: fix the iomap_fiemap prototypeGravatar Christoph Hellwig 1-1/+1
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-0/+2
2020-06-02iomap: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-2/+1
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGravatar Goldwyn Rodrigues 1-0/+2
2019-10-21iomap: use a srcmap for a read-modify-write I/OGravatar Goldwyn Rodrigues 1-2/+3
2019-10-21iomap: renumber IOMAP_HOLE to 0Gravatar Christoph Hellwig 1-5/+5
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyGravatar Christoph Hellwig 1-1/+1
2019-10-21iomap: better document the IOMAP_F_* flagsGravatar Christoph Hellwig 1-8/+23
2019-10-21iomap: move struct iomap_page out of iomap.hGravatar Christoph Hellwig 1-17/+0
2019-10-21iomap: lift the xfs writeback code to iomapGravatar Christoph Hellwig 1-0/+59
2019-10-17iomap: iomap that extends beyond EOF should be marked dirtyGravatar Dave Chinner 1-0/+2
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Gravatar Jan Kara 1-1/+2
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureGravatar Christoph Hellwig 1-3/+7
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioGravatar Matthew Bobrowski 1-2/+2
2019-07-17iomap: move internal declarations into fs/iomap/Gravatar Darrick J. Wong 1-0/+10
2019-07-17iomap: move the direct IO code into a separate fileGravatar Darrick J. Wong 1-0/+7
2019-06-27iomap: don't mark the inode dirty in iomap_write_endGravatar Andreas Gruenbacher 1-0/+1
2019-05-01iomap: Add a page_prepare callbackGravatar Andreas Gruenbacher 1-5/+17
2019-02-24iomap: wire up the iopoll methodGravatar Christoph Hellwig 1-0/+1
2018-10-26fs/iomap.c: change return type to vm_fault_tGravatar Souptick Joarder 1-1/+3
2018-07-11iomap: add support for sub-pagesize buffered I/O without buffer headsGravatar Christoph Hellwig 1-0/+31
2018-06-20iomap: add initial support for writes without buffer headsGravatar Christoph Hellwig 1-0/+2
2018-06-19iomap: add an iomap-based readpage and readpages implementationGravatar Christoph Hellwig 1-0/+3
2018-06-19iomap: add private pointer to struct iomapGravatar Andreas Gruenbacher 1-0/+1
2018-06-19iomap: add a page_done callbackGravatar Christoph Hellwig 1-0/+9
2018-06-19iomap: generic inline data handlingGravatar Andreas Gruenbacher 1-0/+1
2018-06-01iomap: add an iomap-based bmap implementationGravatar Christoph Hellwig 1-0/+3
2018-06-01iomap: move IOMAP_F_BOUNDARY to gfs2Gravatar Christoph Hellwig 1-2/+7
2018-06-01iomap: fix the comment describing IOMAP_NOWAITGravatar Christoph Hellwig 1-1/+1
2018-06-01iomap: inline data should be an iomap type, not a flagGravatar Christoph Hellwig 1-1/+1
2018-05-15iomap: add a swapfile activation functionGravatar Darrick J. Wong 1-0/+11
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+4
2017-11-14Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-7/+8
2017-11-03dax, iomap: Add support for synchronous faultsGravatar Jan Kara 1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-31GFS2: Implement iomap for block_mapGravatar Bob Peterson 1-1/+2
2017-10-01iomap: Add IOMAP_F_DATA_INLINE flagGravatar Andreas Gruenbacher 1-2/+3
2017-10-01iomap: Switch from blkno to disk offsetGravatar Andreas Gruenbacher 1-5/+5
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+4
2017-07-02vfs: Add iomap_seek_hole and iomap_seek_data helpersGravatar Andreas Gruenbacher 1-0/+4
2017-06-20fs: Introduce IOMAP_NOWAITGravatar Goldwyn Rodrigues 1-0/+1
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsGravatar Dan Williams 1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-2/+1
2017-01-30iomap: constify struct iomap_opsGravatar Christoph Hellwig 1-7/+7
2016-11-30iomap: implement direct I/OGravatar Christoph Hellwig 1-0/+11
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioGravatar Dave Chinner 1-6/+11
2016-11-10dax: Introduce IOMAP_FAULT flagGravatar Jan Kara 1-0/+1
2016-10-20iomap: add IOMAP_REPORTGravatar Christoph Hellwig 1-6/+11