aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/iomap (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-19iomap: fix sub-page uptodate handlingChristoph Hellwig1-10/+24
2021-04-07iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateRitesh Harjani1-0/+10
2020-10-29iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai1-0/+10
2020-10-29iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)1-0/+1
2020-10-01iomap: Fix overflow in iomap_page_mkwriteAndreas Gruenbacher1-4/+3
2020-01-04iomap: fix return value of iomap_dio_bio_actor on 32bit systemsJan Stancek1-1/+3
2019-12-13iomap: Fix pipe page leakage during splicingJan Kara1-1/+8
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig1-11/+10
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski1-6/+3
2019-07-25iomap: fix Invalid License IDMasahiro Yamada1-1/+1
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-0/+2258
2019-07-17iomap: move internal declarations into fs/iomap/Darrick J. Wong4-8/+0
2019-07-17iomap: move the main iteration code into a separate fileDarrick J. Wong2-0/+77
2019-07-17iomap: move the buffered IO code into a separate fileDarrick J. Wong2-0/+1074
2019-07-17iomap: move the direct IO code into a separate fileDarrick J. Wong2-0/+563
2019-07-17iomap: move the SEEK_HOLE code into a separate fileDarrick J. Wong2-1/+216
2019-07-17iomap: move the file mapping reporting code into a separate fileDarrick J. Wong2-0/+149
2019-07-17iomap: move the swapfile code into a separate fileDarrick J. Wong2-0/+183
2019-07-15iomap: start moving code to fs/iomap/Darrick J. Wong1-0/+5