aboutsummaryrefslogtreecommitdiff
path: root/include/linux/iomap.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-15iomap: Remove iomap_invalidatepage()Gravatar Matthew Wilcox (Oracle) 1-2/+0
2022-03-14fs: Convert is_partially_uptodate to foliosGravatar Matthew Wilcox (Oracle) 1-2/+1
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackGravatar Dave Chinner 1-0/+2
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+5
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-12-16iomap: Add iomap_invalidate_folioGravatar Matthew Wilcox (Oracle) 1-0/+1
2021-12-04iomap: add a IOMAP_DAX flagGravatar Christoph Hellwig 1-0/+5
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+9
2021-10-24iomap: Add done_before argument to iomap_dio_rwGravatar Andreas Gruenbacher 1-2/+2
2021-10-24iomap: Support partial direct I/O on user copy failuresGravatar Andreas Gruenbacher 1-0/+7
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-3/+2
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentGravatar Christoph Hellwig 1-1/+1
2021-08-16iomap: constify iomap_iter_srcmapGravatar Christoph Hellwig 1-1/+1
2021-08-16iomap: rework unshare flagGravatar Christoph Hellwig 1-0/+1
2021-08-16iomap: remove iomap_applyGravatar Christoph Hellwig 1-10/+0
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterGravatar Christoph Hellwig 1-2/+2
2021-08-16iomap: add the new iomap_iter modelGravatar Christoph Hellwig 1-0/+56
2021-08-16iomap: mark the iomap argument to iomap_inline_data_valid constGravatar Christoph Hellwig 1-1/+1
2021-08-16iomap: mark the iomap argument to iomap_inline_data constGravatar Christoph Hellwig 1-1/+1
2021-08-16iomap: mark the iomap argument to iomap_sector constGravatar Christoph Hellwig 1-2/+1
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Gravatar Christoph Hellwig 1-3/+2
2021-08-03iomap: support reading inline data from non-zero posGravatar Gao Xiang 1-0/+18
2021-06-29iomap: use __set_page_dirty_nobuffersGravatar Matthew Wilcox (Oracle) 1-1/+0
2021-05-04iomap: remove unused private field from ioendGravatar Brian Foster 1-4/+1
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+16
2021-02-09iomap: support REQ_OP_ZONE_APPENDGravatar Naohiro Aota 1-0/+1
2021-01-23iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagGravatar Christoph Hellwig 1-0/+8
2021-01-23iomap: pass a flags argument to iomap_dio_rwGravatar Christoph Hellwig 1-2/+8
2020-11-04iomap: support partial page discard on writeback block mapping failureGravatar Brian Foster 1-1/+1
2020-09-28iomap: Allow filesystem to call iomap_dio_complete without i_rwsemGravatar Christoph Hellwig 1-0/+5
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