summaryrefslogtreecommitdiff
path: root/include/linux/iomap.h
AgeCommit message (Expand)Author
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
2018-06-01iomap: add an iomap-based bmap implementationChristoph Hellwig
2018-06-01iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig
2018-06-01iomap: fix the comment describing IOMAP_NOWAITChristoph Hellwig
2018-06-01iomap: inline data should be an iomap type, not a flagChristoph Hellwig
2018-05-15iomap: add a swapfile activation functionDarrick J. Wong
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-14Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-11-03dax, iomap: Add support for synchronous faultsJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31GFS2: Implement iomap for block_mapBob Peterson
2017-10-01iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-02vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher
2017-06-20fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig
2016-11-30iomap: implement direct I/OChristoph Hellwig
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner
2016-11-10dax: Introduce IOMAP_FAULT flagJan Kara
2016-10-20iomap: add IOMAP_REPORTChristoph Hellwig
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig
2016-09-19iomap: add a flag to report shared extentsDarrick J. Wong
2016-09-19fs: add iomap_file_dirtyChristoph Hellwig
2016-08-29iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystemsChristoph Hellwig