summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-4/+4
* dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)2021-05-051-3/+0
* mm: stop accounting shadow entriesMatthew Wilcox (Oracle)2021-05-051-13/+0
* mm/filemap: update stale commentRui Sun2021-04-301-1/+1
* mm/filemap: drop check for truncated page after I/OMatthew Wilcox (Oracle)2021-04-301-2/+0
* mm/filemap: use filemap_read_page in filemap_faultMatthew Wilcox (Oracle)2021-04-301-9/+1
* mm: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe2021-04-301-2/+2
* mm: provide filemap_range_needs_writeback() helperJens Axboe2021-04-301-0/+43
* Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-2/+63
|\
| * mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-2/+2
| * mm: Add set/end/wait functions for PG_private_2David Howells2021-04-231-0/+61
* | mm/filemap: fix mapping_seek_hole_data on THP & 32-bitHugh Dickins2021-04-231-10/+11
* | mm/filemap: fix find_lock_entries hang on 32-bit THPHugh Dickins2021-04-231-2/+8
|/
* mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-12/+9
* mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-4/+5
* mm: add and use find_lock_entriesMatthew Wilcox (Oracle)2021-02-261-0/+59
* iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-5/+32
* mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-0/+76
* mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)2021-02-261-55/+42
* mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)2021-02-261-3/+4
* mm: add FGP_ENTRYMatthew Wilcox (Oracle)2021-02-261-36/+8
* mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)2021-02-261-5/+6
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+1
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-1/+1
* mm/filemap: simplify generic_file_read_iterChristoph Hellwig2021-02-241-6/+4
* mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig2021-02-241-19/+16
* mm/filemap: don't relock the page after calling readpageMatthew Wilcox (Oracle)2021-02-241-14/+7
* mm/filemap: restructure filemap_get_pagesMatthew Wilcox (Oracle)2021-02-241-43/+28
* mm/filemap: split filemap_readahead out of filemap_get_pagesMatthew Wilcox (Oracle)2021-02-241-5/+14
* mm/filemap: add filemap_range_uptodateMatthew Wilcox (Oracle)2021-02-241-26/+39
* mm/filemap: move the iocb checks into filemap_update_pageMatthew Wilcox (Oracle)2021-02-241-14/+10
* mm/filemap: convert filemap_update_page to return an errnoMatthew Wilcox (Oracle)2021-02-241-21/+17
* mm/filemap: change filemap_create_page calling conventionsMatthew Wilcox (Oracle)2021-02-241-26/+27
* mm/filemap: change filemap_read_page calling conventionsMatthew Wilcox (Oracle)2021-02-241-47/+42
* mm/filemap: don't call ->readpage if IOCB_WAITQ is setMatthew Wilcox (Oracle)2021-02-241-12/+2
* mm/filemap: inline __wait_on_page_locked_async into callerMatthew Wilcox (Oracle)2021-02-241-31/+22
* mm/filemap: support readpage splitting a pageMatthew Wilcox (Oracle)2021-02-241-53/+23
* mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)2021-02-241-2/+5
* mm/filemap: use head pages in generic_file_buffered_readMatthew Wilcox (Oracle)2021-02-241-37/+85
* mm/filemap: convert filemap_get_pages to take a pagevecMatthew Wilcox (Oracle)2021-02-241-44/+38
* mm/filemap: remove dynamically allocated array from filemap_readMatthew Wilcox (Oracle)2021-02-241-13/+2
* mm/filemap: rename generic_file_buffered_read subfunctionsMatthew Wilcox (Oracle)2021-02-241-29/+15
* mm/filemap: don't revert iter on -EIOCBQUEUEDPavel Begunkov2021-02-241-2/+4
* mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang2021-02-241-6/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-02-211-44/+135
|\
| * mm: filemap: Fix microblaze build failure with 'mmu_defconfig'Will Deacon2021-02-101-0/+1
| * mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULTWill Deacon2021-01-211-14/+7
| * mm: Allow architectures to request 'old' entries when prefaultingWill Deacon2021-01-201-4/+10
| * mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov2021-01-201-43/+134