summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm: delete find_get_entries_tagMatthew Wilcox (Oracle)2019-05-141-61/+0
* mm/filemap.c: fix minor typoLaurent Dufour2019-05-141-1/+1
* mm/filemap.c: enable error injection at add_to_page_cache()Josef Bacik2019-05-141-0/+2
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-141-97/+62
* filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behaviorLinus Torvalds2019-03-151-0/+5
* filemap: drop the mmap_sem for all blocking operationsJosef Bacik2019-03-151-19/+117
* filemap: kill page_cache_read usage in filemap_faultJosef Bacik2019-03-151-60/+15
* filemap: pass vm_fault to the mmap ra helpersJosef Bacik2019-03-141-14/+14
* mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-051-2/+2
* mm/shmem: make find_get_pages_range() work for huge pageYu Zhao2019-03-051-2/+2
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-11/+62
* mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin2019-03-051-1/+1
* mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox2019-03-051-10/+0
* mm/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* mm, fault_around: do not take a reference to a locked pageMichal Hocko2018-12-281-0/+7
* mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai2018-12-281-1/+1
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-281-13/+74
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-27/+119
|\
| * vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-301-4/+7
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-1/+1
| * vfs: pass remap flags to generic_remap_checksDarrick J. Wong2018-10-301-2/+2
| * vfs: strengthen checking of file range inputs to generic_remap_checksDarrick J. Wong2018-10-301-32/+52
| * vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-0/+69
* | 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
| |/
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-414/+310
|\ \
| * | page cache: Convert filemap_range_has_page to XArrayMatthew Wilcox2018-10-211-8/+19
| * | page cache: Remove stray radix commentMatthew Wilcox2018-10-211-1/+1
| * | page cache: Convert delete_batch to XArrayMatthew Wilcox2018-10-211-15/+13
| * | page cache: Convert filemap_map_pages to XArrayMatthew Wilcox2018-10-211-29/+13
| * | page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox2018-10-211-30/+24
| * | page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox2018-10-211-42/+26
| * | page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox2018-10-211-31/+22
| * | page cache: Convert find_get_pages_range to XArrayMatthew Wilcox2018-10-211-33/+19
| * | page cache: Convert find_get_entries to XArrayMatthew Wilcox2018-10-211-28/+23
| * | page cache: Convert find_get_entry to XArrayMatthew Wilcox2018-10-211-35/+28
| * | page cache: Convert page deletion to XArrayMatthew Wilcox2018-10-211-18/+13
| * | page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-211-82/+57
| * | page cache: Convert hole search to XArrayMatthew Wilcox2018-10-211-60/+50
| * | xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-5/+5
| |/
* | mm/filemap.c: use vmf_error()Souptick Joarder2018-10-261-3/+1
* | mm/filemap.c: Use existing variablehaiqing.shq2018-10-261-1/+1
* | psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-261-4/+11
* | delayacct: track delays from thrashing cache pagesJohannes Weiner2018-10-261-0/+11
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-261-6/+3
* | mm: convert to use vm_fault_tSouptick Joarder2018-10-261-2/+2
|/
* mm: use new return type vm_fault_tSouptick Joarder2018-06-071-4/+4
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-201-5/+4
* mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann2018-04-131-1/+5