aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iomap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig1-3/+7
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski1-2/+2
2019-07-17iomap: move internal declarations into fs/iomap/Darrick J. Wong1-0/+10
2019-07-17iomap: move the direct IO code into a separate fileDarrick J. Wong1-0/+7
2019-06-27iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher1-0/+1
2019-05-01iomap: Add a page_prepare callbackAndreas Gruenbacher1-5/+17
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig1-0/+1
2018-10-26fs/iomap.c: change return type to vm_fault_tSouptick Joarder1-1/+3
2018-07-11iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig1-0/+31
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig1-0/+2
2018-06-19iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig1-0/+3
2018-06-19iomap: add private pointer to struct iomapAndreas Gruenbacher1-0/+1
2018-06-19iomap: add a page_done callbackChristoph Hellwig1-0/+9
2018-06-19iomap: generic inline data handlingAndreas Gruenbacher1-0/+1
2018-06-01iomap: add an iomap-based bmap implementationChristoph Hellwig1-0/+3
2018-06-01iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig1-2/+7
2018-06-01iomap: fix the comment describing IOMAP_NOWAITChristoph Hellwig1-1/+1
2018-06-01iomap: inline data should be an iomap type, not a flagChristoph Hellwig1-1/+1
2018-05-15iomap: add a swapfile activation functionDarrick J. Wong1-0/+11
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+4
2017-11-14Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+2
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+8
2017-11-03dax, iomap: Add support for synchronous faultsJan Kara1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31GFS2: Implement iomap for block_mapBob Peterson1-1/+2
2017-10-01iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher1-2/+3
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher1-5/+5
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+4
2017-07-02vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher1-0/+4
2017-06-20fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues1-0/+1
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+1
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig1-7/+7
2016-11-30iomap: implement direct I/OChristoph Hellwig1-0/+11
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner1-6/+11
2016-11-10dax: Introduce IOMAP_FAULT flagJan Kara1-0/+1
2016-10-20iomap: add IOMAP_REPORTChristoph Hellwig1-6/+11
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner1-0/+1
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig1-0/+1
2016-09-19iomap: add a flag to report shared extentsDarrick J. Wong1-0/+1
2016-09-19fs: add iomap_file_dirtyChristoph Hellwig1-0/+2
2016-08-29iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystemsChristoph Hellwig1-1/+7
2016-06-21fs: iomap based fiemap implementationChristoph Hellwig1-0/+3
2016-06-21fs: introduce iomap infrastructureChristoph Hellwig1-5/+51
2016-06-21fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig1-0/+21