summaryrefslogtreecommitdiffstats
path: root/fs/iomap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-0/+94
|\|
| * vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher2017-07-021-0/+94
* | fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe2017-06-271-0/+1
* | fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues2017-06-201-0/+8
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
|/
* fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-081-10/+3
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-061-0/+3
|\
| * iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_sizeChandan Rajendra2017-04-251-0/+3
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-1/+2
|\ \
| * | filesystem-dax: convert to dax_direct_access()Dan Williams2017-04-251-1/+2
| |/
* / fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin2017-05-031-10/+8
|/
* iomap: invalidate page caches should be after iomap_dio_complete() in direct ...Eryu Guan2017-03-061-7/+10
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+2
* fs: add i_blocksize()Fabian Frederick2017-02-271-5/+5
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+2
* Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-02-221-9/+9
|\
| * iomap: constify struct iomap_opsChristoph Hellwig2017-01-301-9/+9
* | fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2017-02-031-0/+3
|/
* Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-0/+373
|\