summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-27/+119
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong1-4/+7
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong1-2/+2
2018-10-30vfs: strengthen checking of file range inputs to generic_remap_checksDarrick J. Wong1-32/+52
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong1-0/+69
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-414/+310
2018-10-26mm/filemap.c: use vmf_error()Souptick Joarder1-3/+1
2018-10-26mm/filemap.c: Use existing variablehaiqing.shq1-1/+1
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner1-4/+11
2018-10-26delayacct: track delays from thrashing cache pagesJohannes Weiner1-0/+11
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner1-6/+3
2018-10-26mm: convert to use vm_fault_tSouptick Joarder1-2/+2
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-10-21page cache: Convert filemap_range_has_page to XArrayMatthew Wilcox1-8/+19
2018-10-21page cache: Remove stray radix commentMatthew Wilcox1-1/+1
2018-10-21page cache: Convert delete_batch to XArrayMatthew Wilcox1-15/+13
2018-10-21page cache: Convert filemap_map_pages to XArrayMatthew Wilcox1-29/+13
2018-10-21page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox1-30/+24
2018-10-21page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox1-42/+26
2018-10-21page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox1-31/+22
2018-10-21page cache: Convert find_get_pages_range to XArrayMatthew Wilcox1-33/+19
2018-10-21page cache: Convert find_get_entries to XArrayMatthew Wilcox1-28/+23
2018-10-21page cache: Convert find_get_entry to XArrayMatthew Wilcox1-35/+28
2018-10-21page cache: Convert page deletion to XArrayMatthew Wilcox1-18/+13
2018-10-21page cache: Add and replace pages using the XArrayMatthew Wilcox1-82/+57
2018-10-21page cache: Convert hole search to XArrayMatthew Wilcox1-60/+50
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-5/+5
2018-06-07mm: use new return type vm_fault_tSouptick Joarder1-4/+4
2018-04-20mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-5/+4
2018-04-13mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUArnd Bergmann1-1/+5
2018-04-11page cache: use xa_lockMatthew Wilcox1-43/+41
2018-01-31mm/filemap.c: remove include of hardirq.hYang Shi1-1/+0
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-3/+3
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-3/+4
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara1-0/+83
2017-11-15mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara1-31/+41
2017-11-15mm: move clearing of page->mapping to page_cache_tree_delete()Jan Kara1-3/+3
2017-11-15mm: move accounting updates before page_cache_tree_delete()Jan Kara1-24/+25
2017-11-15mm: factor out page cache page freeing into a separate functionJan Kara1-13/+18
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-1/+1
2017-11-15mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()Jan Kara1-8/+6
2017-11-15mm: implement find_get_pages_range_tag()Jan Kara1-9/+24
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-0/+1
2017-10-03mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton1-0/+8
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner1-2/+8
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+17