summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-5.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-11-301-3/+11
|\
| * splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong2019-10-151-3/+11
* | Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-11-3026-922/+1215
|\ \
| * | iomap: Fix pipe page leakage during splicingJan Kara2019-11-221-1/+8
| * | iomap: trace iomap_appply resultsDarrick J. Wong2019-11-222-0/+110
| * | iomap: fix return value of iomap_dio_bio_actor on 32bit systemsJan Stancek2019-11-111-1/+3
| * | iomap: iomap_bmap should check iomap_apply return valueDarrick J. Wong2019-11-081-1/+5
| * | iomap: Fix overflow in iomap_page_mkwriteAndreas Gruenbacher2019-11-071-4/+3
| * | fs/iomap: remove redundant check in iomap_dio_rw()Joseph Qi2019-10-291-1/+1
| * | iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-2112-55/+82
| * | iomap: renumber IOMAP_HOLE to 0Christoph Hellwig2019-10-211-5/+5
| * | iomap: use write_begin to read pages to unshareChristoph Hellwig2019-10-211-33/+16
| * | iomap: move the zeroing case out of iomap_read_page_syncChristoph Hellwig2019-10-211-17/+16
| * | iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-213-6/+13
| * | iomap: always use AOP_FLAG_NOFS in iomap_write_beginChristoph Hellwig2019-10-211-9/+5
| * | iomap: remove the unused iomap argument to __iomap_write_endChristoph Hellwig2019-10-211-2/+2
| * | iomap: better document the IOMAP_F_* flagsChristoph Hellwig2019-10-211-8/+23
| * | iomap: enhance writeback error messageDarrick J. Wong2019-10-211-2/+3
| * | iomap: pass a struct page to iomap_finish_page_writebackChristoph Hellwig2019-10-211-5/+5
| * | iomap: cleanup iomap_ioend_compareChristoph Hellwig2019-10-211-4/+3
| * | iomap: move struct iomap_page out of iomap.hChristoph Hellwig2019-10-212-17/+17
| * | iomap: warn on inline maps in iomap_writepage_mapChristoph Hellwig2019-10-211-0/+2
| * | iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-217-648/+669
| * | iomap: lift common tracing code from xfs to iomapChristoph Hellwig2019-10-216-57/+120
| * | iomap: zero newly allocated mapped blocksChristoph Hellwig2019-10-211-2/+10
| * | xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig2019-10-212-27/+46
| * | xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig2019-10-212-14/+14
| * | xfs: refactor the ioend merging codeChristoph Hellwig2019-10-211-31/+42
| * | xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig2019-10-214-51/+50
| * | xfs: set IOMAP_F_NEW more carefullyChristoph Hellwig2019-10-211-3/+6
| * | xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig2019-10-213-14/+20
| * | iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner2019-10-172-0/+9
| * | xfs: Use iomap_dio_rw to wait for unaligned direct IOJan Kara2019-10-151-8/+4
| * | iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-154-7/+14
| |/
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-3031-2139/+1298
|\ \
| * | mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmapChristoph Hellwig2019-11-242-170/+0
| * | mm/hmm: make full use of walk_page_range()Ralph Campbell2019-11-241-64/+56
| * | xen/gntdev: use mmu_interval_notifier_insertJason Gunthorpe2019-11-242-138/+49
| * | mm/hmm: remove hmm_mirror and relatedJason Gunthorpe2019-11-244-540/+34
| * | drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe2019-11-245-237/+94
| * | drm/amdgpu: Use mmu_interval_insert instead of hmm_mirrorJason Gunthorpe2019-11-246-281/+77
| * | drm/amdgpu: Call find_vma under mmap_semJason Gunthorpe2019-11-241-16/+21
| * | nouveau: use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe2019-11-241-80/+99
| * | nouveau: use mmu_notifier directly for invalidate_range_startJason Gunthorpe2019-11-241-32/+63
| * | drm/radeon: use mmu_interval_notifier_insertJason Gunthorpe2019-11-242-176/+51
| * | RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcvJason Gunthorpe2019-11-244-93/+60
| * | RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-247-352/+82
| * | mm/hmm: define the pre-processor related parts of hmm.h even if disabledJason Gunthorpe2019-11-242-13/+47
| * | mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirrorJason Gunthorpe2019-11-242-6/+24
| * | mm/mmu_notifier: add an interval tree notifierJason Gunthorpe2019-11-243-26/+620