summaryrefslogtreecommitdiffstats
path: root/fs/iomap.c
Commit message (Expand)AuthorAge
* iomap: fix a use after free in iomap_dio_rwChristoph Hellwig2019-01-27
* iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski2019-01-27
* block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds2019-01-02
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-28
|\
| * mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-28
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-28
|\ \ | |/ |/|
| * Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-09
| |\
| * \ Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-04
| |\ \
| * | | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-26
| * | | block: avoid ordered task state change for polled IOJens Axboe2018-11-19
| * | | block: add polled wakeup task helperJens Axboe2018-11-16
| * | | block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe2018-11-07
* | | | Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-12-27
|\ \ \ \
| * | | | iomap: don't search past page end in iomap_is_partially_uptodateEric Sandeen2018-12-21
* | | | | iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner2018-12-20
|/ / / /
* | | / fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski2018-12-14
| |_|/ |/| |
* | | iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong2018-12-04
| |/ |/|
* | iomap: readpages doesn't zero page tail beyond EOFDave Chinner2018-11-21
* | iomap: dio data corruption and spurious errors when pipes fillDave Chinner2018-11-21
* | iomap: sub-block dio needs to zeroout beyond EOFDave Chinner2018-11-21
* | iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner2018-11-21
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-11-01
|\
| * iomap: remove duplicated include from iomap.cYue Haibing2018-10-18
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-01
|\ \
| * | iov_iter: Use accessor functionDavid Howells2018-10-23
* | | fs/iomap.c: change return type to vm_fault_tSouptick Joarder2018-10-26
|/ /
* / iomap: set page dirty after partial delalloc on mkwriteBrian Foster2018-09-28
|/
* Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-21
|\
| * iomap: fix WARN_ON_ONCE on uninitialized variableDarrick J. Wong2018-08-14
* | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-14
|\|
| * iomap: Switch to offset_in_page for clarityAndreas Gruenbacher2018-08-12
| * iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig2018-07-12
* | Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-14
|\|
| * iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher2018-07-03
| * iomap: support direct I/O to inline dataAndreas Gruenbacher2018-07-03
| * iomap: refactor iomap_dio_actorChristoph Hellwig2018-07-03
| * iomap: add initial support for writes without buffer headsChristoph Hellwig2018-06-20
| * iomap: add an iomap-based readpage and readpages implementationChristoph Hellwig2018-06-19
| * iomap: add a page_done callbackChristoph Hellwig2018-06-19
| * iomap: generic inline data handlingAndreas Gruenbacher2018-06-19
| * iomap: complete partial direct I/O writes synchronouslyAndreas Gruenbacher2018-06-19
* | fs: fix iomap_bmap position calculationEric Sandeen2018-08-02
|/
* Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-12
|\
| * iomap: fsync swap files before iterating mappingsDarrick J. Wong2018-06-05
* | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-08
|\ \ | |/ |/|
| * fs: iomap dio set bio prio from kiocb prioAdam Manzanares2018-05-31
* | fs: use ->is_partially_uptodate in page_cache_seek_hole_dataChristoph Hellwig2018-06-01
* | fs: remove the buffer_unwritten check in page_seek_hole_dataChristoph Hellwig2018-06-01
* | fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig2018-06-01
* | iomap: add an iomap-based bmap implementationChristoph Hellwig2018-06-01