summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-11-304-74/+94
|\
| * jbd2: make jbd2_handle_buffer_credits() handle reserved handlesJan Kara2019-11-151-2/+6
| * Merge branch 'mb/dio' into masterTheodore Ts'o2019-11-051-34/+95
| |\
| | * Merge branch 'iomap-for-next' into mb/dioTheodore Ts'o2019-11-051-34/+95
| | |\
| * | \ Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o2019-11-053-43/+73
| |\ \ \ | | |/ / | |/| |
| | * | jbd2: Provide trace event for handle restartsJan Kara2019-11-051-1/+15
| | * | ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-5/+8
| | * | jbd2: Rename h_buffer_credits to h_total_creditsJan Kara2019-11-051-4/+5
| | * | jbd2: Reserve space for revoke descriptor blocksJan Kara2019-11-051-10/+33
| | * | jbd2: Drop jbd2_space_needed()Jan Kara2019-11-051-9/+0
| | * | jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara2019-11-051-15/+7
| | * | ext4, jbd2: Provide accessor function for handle creditsJan Kara2019-11-051-0/+6
| | * | jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara2019-11-051-2/+2
| * | | jbd2: Make state lock a spinlockThomas Gleixner2019-10-212-25/+16
| * | | jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara2019-10-211-1/+1
| * | | jbd2: Remove jbd_trylock_bh_state()Thomas Gleixner2019-10-211-5/+0
| |/ /
* | | Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-11-301-34/+95
|\ \ \ | | |/ | |/|
| * | iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-2/+3
| * | iomap: renumber IOMAP_HOLE to 0Christoph Hellwig2019-10-211-5/+5
| * | iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2019-10-211-1/+1
| * | iomap: better document the IOMAP_F_* flagsChristoph Hellwig2019-10-211-8/+23
| * | iomap: move struct iomap_page out of iomap.hChristoph Hellwig2019-10-211-17/+0
| * | iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-211-0/+59
| * | iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner2019-10-171-0/+2
| * | iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-151-1/+2
| |/
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-304-261/+146
|\ \
| * | mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmapChristoph Hellwig2019-11-241-23/+0
| * | mm/hmm: remove hmm_mirror and relatedJason Gunthorpe2019-11-241-181/+2
| * | RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-242-56/+14
| * | mm/hmm: define the pre-processor related parts of hmm.h even if disabledJason Gunthorpe2019-11-241-12/+47
| * | mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirrorJason Gunthorpe2019-11-241-0/+5
| * | mm/mmu_notifier: add an interval tree notifierJason Gunthorpe2019-11-241-0/+101
| * | mm/mmu_notifier: define the header pre-processor parts even if disabledJason Gunthorpe2019-11-131-29/+17
* | | Merge tag 'drm-vmwgfx-coherent-2019-11-29' of git://anongit.freedesktop.org/d...Linus Torvalds2019-11-305-4/+38
|\ \ \
| * \ \ Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2019-11-285-4/+38
| |\ \ \
| | * | | drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom2019-11-061-1/+3
| | * | | mm: Add write-protect and clean utilities for address space rangesThomas Hellstrom2019-11-061-1/+12
| | * | | mm: Add a walk_page_mapping() function to the pagewalk codeThomas Hellstrom2019-11-061-0/+9
| | * | | mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()Thomas Hellstrom2019-11-061-2/+0
| | * | | drm/ttm: Convert vm callbacks to helpersThomas Hellstrom2019-11-061-0/+14
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-285-33/+48
|\ \ \ \ \
| * | | | | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-213-5/+5
| * | | | | Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig2019-11-212-19/+28
| |\ \ \ \ \
| * | | | | | dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig2019-11-201-2/+3
| * | | | | | dma-direct: avoid a forward declaration for phys_to_dmaChristoph Hellwig2019-11-201-16/+14
| * | | | | | dma-direct: unify the dma_capable definitionsChristoph Hellwig2019-11-201-1/+1
| * | | | | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-202-14/+14
| * | | | | | dma-direct: check for overflows on 32 bit DMA addressesNicolas Saenz Julienne2019-11-111-2/+10
| * | | | | | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-112-2/+7
| * | | | | | dma-direct: remove the dma_handle argument to __dma_direct_alloc_pagesChristoph Hellwig2019-11-071-1/+1