summaryrefslogtreecommitdiffstats
path: root/fs/iomap.c
Commit message (Expand)AuthorAgeFilesLines
* block: fix .bi_size overflowMing Lei2019-07-141-1/+1
* block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-171-4/+8
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-4/+2
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-4/+2
* | iomap: move iomap_read_inline_data aroundChristoph Hellwig2019-05-011-20/+20
* | iomap: Add a page_prepare callbackAndreas Gruenbacher2019-05-011-10/+26
* | iomap: Fix use-after-free error in page_done callbackAndreas Gruenbacher2019-05-011-0/+1
* | fs: Turn __generic_write_end into a void functionAndreas Gruenbacher2019-05-011-1/+1
* | iomap: Clean up __generic_write_end callingChristoph Hellwig2019-05-011-10/+8
* | iomap: convert to SPDX identifierChristoph Hellwig2019-04-281-9/+1
|/
* block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-181-5/+7
* iomap: wire up the iopoll methodChristoph Hellwig2019-02-241-15/+28
* Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-151-7/+30
|\
| * iomap: fix a use after free in iomap_dio_rwChristoph Hellwig2019-01-271-7/+21
| * iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski2019-01-271-0/+9
* | block: enable multipage bvecsMing Lei2019-02-151-2/+2
* | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-2/+4
|/
* block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds2019-01-021-2/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-1/+1
|\
| * mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-281-1/+1
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-4/+12
|\ \ | |/ |/|
| * Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-091-9/+0
| |\
| * \ Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-041-12/+41
| |\ \
| * | | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-1/+1
| * | | block: avoid ordered task state change for polled IOJens Axboe2018-11-191-1/+2
| * | | block: add polled wakeup task helperJens Axboe2018-11-161-1/+1
| * | | block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe2018-11-071-1/+8
* | | | Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-12-271-2/+15
|\ \ \ \
| * | | | iomap: don't search past page end in iomap_is_partially_uptodateEric Sandeen2018-12-211-2/+15
* | | | | iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner2018-12-201-7/+0
|/ / / /
* | | / fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski2018-12-141-0/+7
| |_|/ |/| |
* | | iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong2018-12-041-9/+0
| |/ |/|
* | iomap: readpages doesn't zero page tail beyond EOFDave Chinner2018-11-211-3/+8
* | iomap: dio data corruption and spurious errors when pipes fillDave Chinner2018-11-211-3/+19
* | iomap: sub-block dio needs to zeroout beyond EOFDave Chinner2018-11-211-1/+8
* | iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner2018-11-211-5/+6
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-11-011-1/+0
|\
| * iomap: remove duplicated include from iomap.cYue Haibing2018-10-181-1/+0
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\ \
| * | iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* | | fs/iomap.c: change return type to vm_fault_tSouptick Joarder2018-10-261-1/+1
|/ /
* / iomap: set page dirty after partial delalloc on mkwriteBrian Foster2018-09-291-1/+1
|/
* Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-211-1/+1
|\
| * iomap: fix WARN_ON_ONCE on uninitialized variableDarrick J. Wong2018-08-141-1/+1
* | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-141-27/+265
|\|
| * iomap: Switch to offset_in_page for clarityAndreas Gruenbacher2018-08-121-10/+10
| * iomap: add support for sub-pagesize buffered I/O without buffer headsChristoph Hellwig2018-07-111-21/+259
* | Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-131-58/+474
|\|
| * iomap: add inline data support to iomap_readpage_actorAndreas Gruenbacher2018-07-031-0/+6
| * iomap: support direct I/O to inline dataAndreas Gruenbacher2018-07-031-0/+29