summaryrefslogtreecommitdiffstats
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* fibmap: Warn and return an error in case of block > INT_MAXRitesh Harjani2020-04-301-4/+1
* Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-04-081-0/+8
|\
| * iomap: Handle memory allocation failure in readaheadMatthew Wilcox (Oracle)2020-04-021-0/+8
* | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-8/+1
|\ \ | |/ |/|
| * dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal2020-04-021-8/+1
* | iomap: fix comments in iomap_dio_rwyangerkun2020-03-181-2/+2
* | iomap: Remove pgoff from tracepointsMatthew Wilcox (Oracle)2020-03-052-19/+15
|/
* fs: Fix page_mkwrite off-by-one errorsAndreas Gruenbacher2020-01-061-13/+5
* iomap: stop using ioend after it's been freed in iomap_finish_ioend()Zorro Lang2019-12-051-2/+3
* iomap: fix sub-page uptodate handlingChristoph Hellwig2019-12-041-10/+25
* iomap: remove unneeded variable in iomap_dio_rw()Johannes Thumshirn2019-11-261-4/+4
* iomap: Do not create fake iter in iomap_dio_bio_actor()Jan Kara2019-11-261-13/+18
* iomap: Fix pipe page leakage during splicingJan Kara2019-11-221-1/+8
* iomap: trace iomap_appply resultsDarrick J. Wong2019-11-222-0/+110
* iomap: fix return value of iomap_dio_bio_actor on 32bit systemsJan Stancek2019-11-111-1/+3
* iomap: iomap_bmap should check iomap_apply return valueDarrick J. Wong2019-11-081-1/+5
* iomap: Fix overflow in iomap_page_mkwriteAndreas Gruenbacher2019-11-071-4/+3
* fs/iomap: remove redundant check in iomap_dio_rw()Joseph Qi2019-10-291-1/+1
* iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-216-42/+61
* iomap: use write_begin to read pages to unshareChristoph Hellwig2019-10-211-33/+16
* iomap: move the zeroing case out of iomap_read_page_syncChristoph Hellwig2019-10-211-17/+16
* iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-211-4/+11
* iomap: always use AOP_FLAG_NOFS in iomap_write_beginChristoph Hellwig2019-10-211-9/+5
* iomap: remove the unused iomap argument to __iomap_write_endChristoph Hellwig2019-10-211-2/+2
* iomap: enhance writeback error messageDarrick J. Wong2019-10-211-2/+3
* iomap: pass a struct page to iomap_finish_page_writebackChristoph Hellwig2019-10-211-5/+5
* iomap: cleanup iomap_ioend_compareChristoph Hellwig2019-10-211-4/+3
* iomap: move struct iomap_page out of iomap.hChristoph Hellwig2019-10-211-0/+17
* iomap: warn on inline maps in iomap_writepage_mapChristoph Hellwig2019-10-211-0/+2
* iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-212-1/+551
* iomap: lift common tracing code from xfs to iomapChristoph Hellwig2019-10-214-7/+117
* iomap: zero newly allocated mapped blocksChristoph Hellwig2019-10-211-2/+10
* iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-151-2/+5
* iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig2019-09-191-11/+10
* iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski2019-09-191-6/+3
* iomap: fix Invalid License IDMasahiro Yamada2019-07-251-1/+1
* Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-191-1/+1
* iomap: move internal declarations into fs/iomap/Darrick J. Wong2019-07-174-8/+0
* iomap: move the main iteration code into a separate fileDarrick J. Wong2019-07-172-0/+77
* iomap: move the buffered IO code into a separate fileDarrick J. Wong2019-07-172-0/+1074
* iomap: move the direct IO code into a separate fileDarrick J. Wong2019-07-172-0/+563
* iomap: move the SEEK_HOLE code into a separate fileDarrick J. Wong2019-07-172-1/+216
* iomap: move the file mapping reporting code into a separate fileDarrick J. Wong2019-07-172-0/+149
* iomap: move the swapfile code into a separate fileDarrick J. Wong2019-07-172-0/+183
* iomap: start moving code to fs/iomap/Darrick J. Wong2019-07-151-0/+5