summaryrefslogtreecommitdiffstats
path: root/fs/iomap.c
AgeCommit message (Expand)Author
2018-12-29iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner
2018-12-19fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski
2018-09-29iomap: set page dirty after partial delalloc on mkwriteBrian Foster
2018-08-21Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-08-14iomap: fix WARN_ON_ONCE on uninitialized variableDarrick J. Wong
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-08-12iomap: Switch to offset_in_page for clarityAndreas Gruenbacher
2018-08-02fs: fix iomap_bmap position calculationEric Sandeen
2018-07-11iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig
2018-07-03iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher
2018-07-03iomap: support direct I/O to inline dataAndreas Gruenbacher
2018-07-03iomap: refactor iomap_dio_actorChristoph Hellwig
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig
2018-06-19iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig
2018-06-19iomap: add a page_done callbackChristoph Hellwig
2018-06-19iomap: generic inline data handlingAndreas Gruenbacher
2018-06-19iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-05iomap: fsync swap files before iterating mappingsDarrick J. Wong
2018-06-01fs: use ->is_partially_uptodate in page_cache_seek_hole_dataChristoph Hellwig
2018-06-01fs: remove the buffer_unwritten check in page_seek_hole_dataChristoph Hellwig
2018-06-01fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig
2018-06-01iomap: add an iomap-based bmap implementationChristoph Hellwig
2018-06-01iomap: add a iomap_sector helperChristoph Hellwig
2018-06-01iomap: use __bio_add_page in iomap_dio_zeroChristoph Hellwig
2018-06-01iomap: inline data should be an iomap type, not a flagChristoph Hellwig
2018-05-31fs: iomap dio set bio prio from kiocb prioAdam Manzanares
2018-05-17iomap: don't allow holes in swapfilesOmar Sandoval
2018-05-16iomap: provide more useful errors for invalid swap filesOmar Sandoval
2018-05-15iomap: add a swapfile activation functionDarrick J. Wong
2018-05-09iomap: Use FUA for pure data O_DSYNC DIO writesDave Chinner
2018-05-09iomap: iomap_dio_rw() handles all sync writesDave Chinner
2018-01-29iomap: warn on zero-length mappingsDarrick J. Wong
2018-01-08iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig
2017-10-16fs: invalidate page cache after end_io() in dio completionEryu Guan
2017-10-11iomap_dio_actor(): fix iov_iter bugsAl Viro
2017-10-01iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher
2017-09-28Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-09-26iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-01iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig