aboutsummaryrefslogtreecommitdiffstats
path: root/fs/iomap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig1-15/+28
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe1-7/+30
2019-02-15block: enable multipage bvecsMing Lei1-2/+2
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-2/+4
2019-01-27iomap: fix a use after free in iomap_dio_rwChristoph Hellwig1-7/+21
2019-01-27iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski1-0/+9
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds1-2/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+12
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara1-1/+1
2018-12-27Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+15
2018-12-21iomap: don't search past page end in iomap_is_partially_uptodateEric Sandeen1-2/+15
2018-12-20iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner1-7/+0
2018-12-14fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski1-0/+7
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe1-9/+0
2018-12-04iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong1-9/+0
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-12/+41
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-1/+1
2018-11-21iomap: readpages doesn't zero page tail beyond EOFDave Chinner1-3/+8
2018-11-21iomap: dio data corruption and spurious errors when pipes fillDave Chinner1-3/+19
2018-11-21iomap: sub-block dio needs to zeroout beyond EOFDave Chinner1-1/+8
2018-11-21iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner1-5/+6
2018-11-19block: avoid ordered task state change for polled IOJens Axboe1-1/+2
2018-11-16block: add polled wakeup task helperJens Axboe1-1/+1
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe1-1/+8
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-26fs/iomap.c: change return type to vm_fault_tSouptick Joarder1-1/+1
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-10-18iomap: remove duplicated include from iomap.cYue Haibing1-1/+0
2018-09-29iomap: set page dirty after partial delalloc on mkwriteBrian Foster1-1/+1
2018-08-21Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2018-08-14Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-27/+265
2018-08-14iomap: fix WARN_ON_ONCE on uninitialized variableDarrick J. Wong1-1/+1
2018-08-13Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-58/+474
2018-08-12iomap: Switch to offset_in_page for clarityAndreas Gruenbacher1-10/+10
2018-08-02fs: fix iomap_bmap position calculationEric Sandeen1-1/+1
2018-07-11iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig1-21/+259
2018-07-03iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher1-0/+6
2018-07-03iomap: support direct I/O to inline dataAndreas Gruenbacher1-0/+29
2018-07-03iomap: refactor iomap_dio_actorChristoph Hellwig1-36/+52
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig1-7/+108
2018-06-19iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig1-1/+213
2018-06-19iomap: add a page_done callbackChristoph Hellwig1-0/+3
2018-06-19iomap: generic inline data handlingAndreas Gruenbacher1-7/+55
2018-06-19iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher1-10/+11
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+5
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-06-05iomap: fsync swap files before iterating mappingsDarrick J. Wong1-1/+5
2018-06-01fs: use ->is_partially_uptodate in page_cache_seek_hole_dataChristoph Hellwig1-43/+40