aboutsummaryrefslogtreecommitdiff
path: root/fs/iomap.c
AgeCommit message (Expand)Author
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara
2018-12-27Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-12-21iomap: don't search past page end in iomap_is_partially_uptodateEric Sandeen
2018-12-20iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner
2018-12-14fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe
2018-12-04iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe
2018-11-21iomap: readpages doesn't zero page tail beyond EOFDave Chinner
2018-11-21iomap: dio data corruption and spurious errors when pipes fillDave Chinner
2018-11-21iomap: sub-block dio needs to zeroout beyond EOFDave Chinner
2018-11-21iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner
2018-11-19block: avoid ordered task state change for polled IOJens Axboe
2018-11-16block: add polled wakeup task helperJens Axboe
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-26fs/iomap.c: change return type to vm_fault_tSouptick Joarder
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-18iomap: remove duplicated include from iomap.cYue Haibing
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