summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorLines
2019-03-15filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behaviorLinus Torvalds-0/+5
2019-03-15filemap: drop the mmap_sem for all blocking operationsJosef Bacik-19/+117
2019-03-15filemap: kill page_cache_read usage in filemap_faultJosef Bacik-60/+15
2019-03-14filemap: pass vm_fault to the mmap ra helpersJosef Bacik-14/+14
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin-2/+2
2019-03-05mm/shmem: make find_get_pages_range() work for huge pageYu Zhao-2/+2
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport-11/+62
2019-03-05mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin-1/+1
2019-03-05mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox-10/+0
2019-01-04mm/: remove caller signal_pending branch predictionsDavidlohr Bueso-1/+1
2018-12-28mm, fault_around: do not take a reference to a locked pageMichal Hocko-0/+7
2018-12-28mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai-1/+1
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins-13/+74
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-27/+119
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong-4/+7
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong-1/+1
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong-2/+2
2018-10-30vfs: strengthen checking of file range inputs to generic_remap_checksDarrick J. Wong-32/+52
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong-0/+69
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-414/+310
2018-10-26mm/filemap.c: use vmf_error()Souptick Joarder-3/+1
2018-10-26mm/filemap.c: Use existing variablehaiqing.shq-1/+1
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner-4/+11
2018-10-26delayacct: track delays from thrashing cache pagesJohannes Weiner-0/+11
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner-6/+3
2018-10-26mm: convert to use vm_fault_tSouptick Joarder-2/+2
2018-10-24iov_iter: Use accessor functionDavid Howells-1/+1
2018-10-21page cache: Convert filemap_range_has_page to XArrayMatthew Wilcox-8/+19
2018-10-21page cache: Remove stray radix commentMatthew Wilcox-1/+1
2018-10-21page cache: Convert delete_batch to XArrayMatthew Wilcox-15/+13
2018-10-21page cache: Convert filemap_map_pages to XArrayMatthew Wilcox-29/+13
2018-10-21page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox-30/+24
2018-10-21page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox-42/+26
2018-10-21page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox-31/+22
2018-10-21page cache: Convert find_get_pages_range to XArrayMatthew Wilcox-33/+19
2018-10-21page cache: Convert find_get_entries to XArrayMatthew Wilcox-28/+23
2018-10-21page cache: Convert find_get_entry to XArrayMatthew Wilcox-35/+28
2018-10-21page cache: Convert page deletion to XArrayMatthew Wilcox-18/+13
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox-82/+57
2018-10-21page cache: Convert hole search to XArrayMatthew Wilcox-60/+50
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox-5/+5
2018-06-07mm: use new return type vm_fault_tSouptick Joarder-4/+4
2018-04-20mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox-5/+4
2018-04-13mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann-1/+5
2018-04-11page cache: use xa_lockMatthew Wilcox-43/+41
2018-01-31mm/filemap.c: remove include of hardirq.hYang Shi-1/+0
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2017-11-15mm: remove __GFP_COLDMel Gorman-3/+3
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman-1/+1