summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* mm,thp: avoid writes to file with THP in pagecacheSong Liu2019-09-241-0/+1
* mm,thp: add read-only THP support for (non-shmem) FSSong Liu2019-09-241-2/+2
* filemap: update offset check in filemap_fault()Song Liu2019-09-241-1/+1
* filemap: check compound_head(page)->mapping in pagecache_get_page()Song Liu2019-09-241-1/+1
* filemap: check compound_head(page)->mapping in filemap_fault()Song Liu2019-09-241-1/+1
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-88/+57
* mm/filemap.c: rewrite mapping_needs_writeback in less fancy mannerKonstantin Khlebnikov2019-09-241-2/+5
* mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov2019-09-241-1/+2
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* vfs: don't allow writes to swap filesDarrick J. Wong2019-08-201-0/+3
* mm/filemap.c: correct the comment about VM_FAULT_RETRYYang Shi2019-07-121-4/+2
* mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig2019-07-121-4/+6
* mm/filemap.c: fix an overly long line in read_cache_pageChristoph Hellwig2019-07-121-1/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-07-101-0/+22
|\
| * mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler2019-06-201-0/+22
* | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-101-21/+89
|\ \
| * | vfs: add missing checks to copy_file_rangeAmir Goldstein2019-06-091-0/+53
| * | vfs: remove redundant checks from generic_remap_checks()Amir Goldstein2019-06-091-21/+12
| * | vfs: introduce generic_file_rw_checks()Amir Goldstein2019-06-091-0/+24
| |/
* / Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-051-58/+88
|/
* 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