aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iomap.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig1-1/+1
2024-02-01iomap: map multiple blocks at a timeChristoph Hellwig1-0/+7
2024-02-01iomap: don't chain biosChristoph Hellwig1-2/+6
2024-02-01iomap: move the io_folios field out of struct iomap_ioendChristoph Hellwig1-1/+1
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+4
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+4
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)1-0/+1
2023-07-24iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)1-1/+1
2023-04-21iomap: Remove IOMAP_DIO_NOSYNC unused dio flagRitesh Harjani (IBM)1-6/+0
2023-02-22Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+15
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig1-2/+1
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher1-4/+4
2023-01-18iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher1-3/+3
2023-01-18iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher1-4/+5
2023-01-18iomap: Add iomap_get_folio helperAndreas Gruenbacher1-0/+1
2023-01-18iomap: Rename page_done handler to put_folioAndreas Gruenbacher1-6/+6
2023-01-18iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher1-3/+4
2022-11-29iomap: write iomap validity checksDave Chinner1-8/+35
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner1-0/+4
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+0
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-6/+0
2022-07-22iomap: remove iomap_writepageChristoph Hellwig1-3/+0
2022-06-10teach iomap_dio_rw() to suppress dsyncAl Viro1-0/+6
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+2
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-2/+3
2022-05-16iomap: allow the file system to provide a bio_set for direct I/OChristoph Hellwig1-0/+11
2022-05-09iomap: Convert to release_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)1-2/+0
2022-03-14fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)1-2/+1
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner1-0/+2
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)1-1/+1
2021-12-16iomap: Add iomap_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2021-12-04iomap: add a IOMAP_DAX flagChristoph Hellwig1-0/+5
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+9
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-2/+2
2021-10-24iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher1-0/+7
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-3/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig1-1/+1
2021-08-16iomap: constify iomap_iter_srcmapChristoph Hellwig1-1/+1
2021-08-16iomap: rework unshare flagChristoph Hellwig1-0/+1
2021-08-16iomap: remove iomap_applyChristoph Hellwig1-10/+0
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig1-2/+2
2021-08-16iomap: add the new iomap_iter modelChristoph Hellwig1-0/+56
2021-08-16iomap: mark the iomap argument to iomap_inline_data_valid constChristoph Hellwig1-1/+1
2021-08-16iomap: mark the iomap argument to iomap_inline_data constChristoph Hellwig1-1/+1
2021-08-16iomap: mark the iomap argument to iomap_sector constChristoph Hellwig1-2/+1
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig1-3/+2
2021-08-03iomap: support reading inline data from non-zero posGao Xiang1-0/+18
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)1-1/+0
2021-05-04iomap: remove unused private field from ioendBrian Foster1-4/+1
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+16
2021-02-09iomap: support REQ_OP_ZONE_APPENDNaohiro Aota1-0/+1
2021-01-23iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagChristoph Hellwig1-0/+8
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig1-2/+8
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster1-1/+1
2020-09-28iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig1-0/+5
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2020-06-03iomap: fix the iomap_fiemap prototypeChristoph Hellwig1-1/+1
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-0/+2
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)1-2/+1
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues1-0/+2
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues1-2/+3
2019-10-21iomap: renumber IOMAP_HOLE to 0Christoph Hellwig1-5/+5
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig1-1/+1
2019-10-21iomap: better document the IOMAP_F_* flagsChristoph Hellwig1-8/+23
2019-10-21iomap: move struct iomap_page out of iomap.hChristoph Hellwig1-17/+0
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig1-0/+59
2019-10-17iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner1-0/+2
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara1-1/+2
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/g...Linus Torvalds1-0/+4
2017-11-14Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus 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