summaryrefslogtreecommitdiffstats
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* iomap: Call inode_dio_end() before generic_write_sync()Goldwyn Rodrigues2020-09-281-1/+1
* iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig2020-09-281-9/+26
* iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)2020-09-281-0/+2
* iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)2020-09-211-18/+15
* iomap: Convert iomap_write_end typesMatthew Wilcox (Oracle)2020-09-211-19/+12
* iomap: Convert write_count to write_bytes_pendingMatthew Wilcox (Oracle)2020-09-211-9/+10
* iomap: Convert read_count to read_bytes_pendingMatthew Wilcox (Oracle)2020-09-211-29/+12
* iomap: Support arbitrarily many blocks per pageMatthew Wilcox (Oracle)2020-09-211-5/+17
* iomap: Use bitmap ops to set uptodate bitsMatthew Wilcox (Oracle)2020-09-211-10/+2
* iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)2020-09-211-9/+1
* fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)2020-09-211-4/+4
* iomap: Fix misplaced page flushingMatthew Wilcox (Oracle)2020-09-211-2/+1
* iomap: Use round_down/round_up macros in __iomap_write_beginNikolay Borisov2020-09-211-2/+2
* iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)2020-09-101-8/+6
* iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)2020-09-101-0/+1
* iomap: Fix direct I/O write consistency checkAndreas Gruenbacher2020-09-101-1/+1
* iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai2020-09-101-0/+10
* 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