summaryrefslogtreecommitdiffstats
path: root/fs/iomap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-211-1/+1
|\
| * iomap: fix WARN_ON_ONCE on uninitialized variableDarrick J. Wong2018-08-141-1/+1
* | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-141-27/+265
|\|
| * iomap: Switch to offset_in_page for clarityAndreas Gruenbacher2018-08-121-10/+10
| * iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig2018-07-111-21/+259
* | Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-131-58/+474
|\|
| * iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher2018-07-031-0/+6
| * iomap: support direct I/O to inline dataAndreas Gruenbacher2018-07-031-0/+29
| * iomap: refactor iomap_dio_actorChristoph Hellwig2018-07-031-36/+52
| * iomap: add initial support for writes without buffer headsChristoph Hellwig2018-06-201-7/+108
| * iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig2018-06-191-1/+213
| * iomap: add a page_done callbackChristoph Hellwig2018-06-191-0/+3
| * iomap: generic inline data handlingAndreas Gruenbacher2018-06-191-7/+55
| * iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher2018-06-191-10/+11
* | fs: fix iomap_bmap position calculationEric Sandeen2018-08-021-1/+1
|/
* Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-121-1/+5
|\
| * iomap: fsync swap files before iterating mappingsDarrick J. Wong2018-06-051-1/+5
* | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-081-0/+1
|\ \ | |/ |/|
| * fs: iomap dio set bio prio from kiocb prioAdam Manzanares2018-05-311-0/+1
* | fs: use ->is_partially_uptodate in page_cache_seek_hole_dataChristoph Hellwig2018-06-011-43/+40
* | fs: remove the buffer_unwritten check in page_seek_hole_dataChristoph Hellwig2018-06-011-9/+4
* | fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig2018-06-011-0/+116
* | iomap: add an iomap-based bmap implementationChristoph Hellwig2018-06-011-0/+34
* | iomap: add a iomap_sector helperChristoph Hellwig2018-06-011-9/+10
* | iomap: use __bio_add_page in iomap_dio_zeroChristoph Hellwig2018-06-011-2/+1
* | iomap: inline data should be an iomap type, not a flagChristoph Hellwig2018-06-011-9/+12
* | iomap: don't allow holes in swapfilesOmar Sandoval2018-05-171-5/+0
* | iomap: provide more useful errors for invalid swap filesOmar Sandoval2018-05-161-16/+24
* | iomap: add a swapfile activation functionDarrick J. Wong2018-05-151-0/+162
* | iomap: Use FUA for pure data O_DSYNC DIO writesDave Chinner2018-05-091-5/+46
* | iomap: iomap_dio_rw() handles all sync writesDave Chinner2018-05-091-6/+15
|/
* iomap: warn on zero-length mappingsDarrick J. Wong2018-01-291-0/+2
* iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong2018-01-081-2/+10
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-9/+15
|\
| * iomap_dio_actor(): fix iov_iter bugsAl Viro2017-10-111-9/+15
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+1
|\ \
| * | block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-1/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-6/+7
|\ \ \
| * | | iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher2017-10-011-0/+2
| * | | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-011-6/+5
| | |/ | |/|
* / | fs: invalidate page cache after end_io() in dio completionEryu Guan2017-10-161-17/+24
|/ /
* | Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-09-281-7/+7
|\ \ | |/ |/|
| * iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra2017-09-261-7/+7
* | fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner2017-09-251-13/+16
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-2/+2
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* | iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig2017-09-011-2/+2
* | iomap: fix integer truncation issues in the zeroing and dirtying helpersChristoph Hellwig2017-08-111-2/+2
|/
* Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-141-4/+4
|\
| * vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-07-131-4/+4