summaryrefslogtreecommitdiffstats
path: root/include/linux/iomap.h
Commit message (Expand)AuthorAgeFilesLines
* iomap: write iomap validity checksDave Chinner2022-11-291-8/+35
* xfs,iomap: move delalloc punching to iomapDave Chinner2022-11-231-0/+4
* Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-111-3/+0
|\
| * iomap: remove iomap_writepageChristoph Hellwig2022-07-221-3/+0
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-0/+6
|\ \
| * | teach iomap_dio_rw() to suppress dsyncAl Viro2022-06-101-0/+6
| |/
* / mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-6/+0
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-2/+2
|\
| * iomap: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-2/+3
* | iomap: allow the file system to provide a bio_set for direct I/OChristoph Hellwig2022-05-161-0/+11
|/
* iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-2/+0
* fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2022-03-141-2/+1
* xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner2022-01-261-0/+2
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-0/+5
|\
| * iomap: add a IOMAP_DAX flagChristoph Hellwig2021-12-041-0/+5
* | iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)2021-12-181-1/+1
* | iomap: Add iomap_invalidate_folioMatthew Wilcox (Oracle)2021-12-161-0/+1
|/
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-2/+9
|\
| * iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-2/+2
| * iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher2021-10-241-0/+7
* | block: switch polling to be bio basedChristoph Hellwig2021-10-181-3/+2
* | block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-181-1/+1
|/
* iomap: constify iomap_iter_srcmapChristoph Hellwig2021-08-161-1/+1
* iomap: rework unshare flagChristoph Hellwig2021-08-161-0/+1
* iomap: remove iomap_applyChristoph Hellwig2021-08-161-10/+0
* iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig2021-08-161-2/+2
* iomap: add the new iomap_iter modelChristoph Hellwig2021-08-161-0/+56
* iomap: mark the iomap argument to iomap_inline_data_valid constChristoph Hellwig2021-08-161-1/+1
* iomap: mark the iomap argument to iomap_inline_data constChristoph Hellwig2021-08-161-1/+1
* iomap: mark the iomap argument to iomap_sector constChristoph Hellwig2021-08-161-2/+1
* iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig2021-08-161-3/+2
* iomap: support reading inline data from non-zero posGao Xiang2021-08-031-0/+18
* iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-291-1/+0
* iomap: remove unused private field from ioendBrian Foster2021-05-041-4/+1
* Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-211-2/+16
|\
| * iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagChristoph Hellwig2021-01-231-0/+8
| * iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-2/+8
* | iomap: support REQ_OP_ZONE_APPENDNaohiro Aota2021-02-091-0/+1
|/
* iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-1/+1
* iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig2020-09-281-0/+5
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-1/+1
|\
| * iomap: fix the iomap_fiemap prototypeChristoph Hellwig2020-06-031-1/+1
* | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-021-0/+2
|\ \
| * | iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues2020-05-251-0/+2
| |/
* / iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-2/+1
|/
* iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-2/+3
* iomap: renumber IOMAP_HOLE to 0Christoph Hellwig2019-10-211-5/+5
* iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-211-1/+1