summaryrefslogtreecommitdiffstats
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig2020-08-052-5/+12
* iomap: Only invalidate page cache pages on direct IO writesDave Chinner2020-08-051-16/+15
* iomap: Make sure iomap_end is called after iomap_beginAndreas Gruenbacher2020-07-061-4/+9
* Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-131-1/+1
|\
| * iomap: Fix unsharing of an extent >2GB on a 32-bit machineMatthew Wilcox (Oracle)2020-06-081-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-8/+3
|\ \
| * | fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-7/+1
| * | fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-031-1/+1
| * | iomap: fix the iomap_fiemap prototypeChristoph Hellwig2020-06-031-1/+1
| * | fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
| |/
* | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-021-7/+10
|\ \
| * | iomap: remove lockdep_assert_held()Goldwyn Rodrigues2020-05-251-2/+0
| * | iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues2020-05-251-5/+10
| |/
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-1/+1
|\ \
| * | block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei2020-05-121-1/+1
* | | iomap: use attach/detach_page_privateGuoqing Jiang2020-06-021-15/+4
* | | iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-022-60/+32
* | | fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)2020-06-021-1/+1
| |/ |/|
* | 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