aboutsummaryrefslogtreecommitdiffstats
path: root/fs/iomap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01fs: use ->is_partially_uptodate in page_cache_seek_hole_dataChristoph Hellwig1-43/+40
2018-06-01fs: remove the buffer_unwritten check in page_seek_hole_dataChristoph Hellwig1-9/+4
2018-06-01fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig1-0/+116
2018-06-01iomap: add an iomap-based bmap implementationChristoph Hellwig1-0/+34
2018-06-01iomap: add a iomap_sector helperChristoph Hellwig1-9/+10
2018-06-01iomap: use __bio_add_page in iomap_dio_zeroChristoph Hellwig1-2/+1
2018-06-01iomap: inline data should be an iomap type, not a flagChristoph Hellwig1-9/+12
2018-05-17iomap: don't allow holes in swapfilesOmar Sandoval1-5/+0
2018-05-16iomap: provide more useful errors for invalid swap filesOmar Sandoval1-16/+24
2018-05-15iomap: add a swapfile activation functionDarrick J. Wong1-0/+162
2018-05-09iomap: Use FUA for pure data O_DSYNC DIO writesDave Chinner1-5/+46
2018-05-09iomap: iomap_dio_rw() handles all sync writesDave Chinner1-6/+15
2018-01-29iomap: warn on zero-length mappingsDarrick J. Wong1-0/+2
2018-01-08iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong1-2/+10
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+15
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-6/+7
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+1
2017-10-16fs: invalidate page cache after end_io() in dio completionEryu Guan1-17/+24
2017-10-11iomap_dio_actor(): fix iov_iter bugsAl Viro1-9/+15
2017-10-01iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher1-0/+2
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher1-6/+5
2017-09-28Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+7
2017-09-26iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra1-7/+7
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner1-13/+16
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-09-01iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig1-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-08-11iomap: fix integer truncation issues in the zeroing and dirtying helpersChristoph Hellwig1-2/+2
2017-07-14Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+4
2017-07-13vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong1-4/+4
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+94
2017-07-02vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher1-0/+94
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe1-0/+1
2017-06-20fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues1-0/+8
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-10/+3
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+3
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+2
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin1-10/+8
2017-04-25filesystem-dax: convert to dax_direct_access()Dan Williams1-1/+2
2017-04-25iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_sizeChandan Rajendra1-0/+3
2017-03-06iomap: invalidate page caches should be after iomap_dio_complete() in direct writeEryu Guan1-7/+10
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar1-0/+2
2017-02-27fs: add i_blocksize()Fabian Frederick1-5/+5
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+2
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-9/+9
2017-02-03fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko1-0/+3
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig1-9/+9
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-0/+373