summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAge
* mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-06
* mm/shmem: make find_get_pages_range() work for huge pageYu Zhao2019-03-06
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-06
* mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin2019-03-06
* mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox2019-03-06
* mm/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-04
* mm, fault_around: do not take a reference to a locked pageMichal Hocko2018-12-28
* mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai2018-12-28
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-28
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-02
|\
| * vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-29
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-29
| * vfs: pass remap flags to generic_remap_checksDarrick J. Wong2018-10-29
| * vfs: strengthen checking of file range inputs to generic_remap_checksDarrick J. Wong2018-10-29
| * vfs: check file ranges before cloning filesDarrick J. Wong2018-10-29
* | 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
| |/
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-28
|\ \
| * | page cache: Convert filemap_range_has_page to XArrayMatthew Wilcox2018-10-21
| * | page cache: Remove stray radix commentMatthew Wilcox2018-10-21
| * | page cache: Convert delete_batch to XArrayMatthew Wilcox2018-10-21
| * | page cache: Convert filemap_map_pages to XArrayMatthew Wilcox2018-10-21
| * | page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox2018-10-21
| * | page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox2018-10-21
| * | page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox2018-10-21
| * | page cache: Convert find_get_pages_range to XArrayMatthew Wilcox2018-10-21
| * | page cache: Convert find_get_entries to XArrayMatthew Wilcox2018-10-21
| * | page cache: Convert find_get_entry to XArrayMatthew Wilcox2018-10-21
| * | page cache: Convert page deletion to XArrayMatthew Wilcox2018-10-21
| * | page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-21
| * | page cache: Convert hole search to XArrayMatthew Wilcox2018-10-21
| * | xarray: Replace exceptional entriesMatthew Wilcox2018-09-29
| |/
* | mm/filemap.c: use vmf_error()Souptick Joarder2018-10-26
* | mm/filemap.c: Use existing variablehaiqing.shq2018-10-26
* | psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-26
* | delayacct: track delays from thrashing cache pagesJohannes Weiner2018-10-26
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-26
* | mm: convert to use vm_fault_tSouptick Joarder2018-10-26
|/
* mm: use new return type vm_fault_tSouptick Joarder2018-06-07
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-20
* mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann2018-04-13
* page cache: use xa_lockMatthew Wilcox2018-04-11
* mm/filemap.c: remove include of hardirq.hYang Shi2018-01-31
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-16
|\
| * afs: Get rid of the afs_writeback recordDavid Howells2017-11-13
* | mm: remove __GFP_COLDMel Gorman2017-11-15
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-15
* | mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-15
* | mm: batch radix tree operations when truncating pagesJan Kara2017-11-15
* | mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara2017-11-15