summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2021-06-29mm: charge active memcg when no mm is setDan Schatzberg
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-05-05dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)
2021-04-30mm/filemap: update stale commentRui Sun
2021-04-30mm/filemap: drop check for truncated page after I/OMatthew Wilcox (Oracle)
2021-04-30mm/filemap: use filemap_read_page in filemap_faultMatthew Wilcox (Oracle)
2021-04-30mm: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe
2021-04-30mm: provide filemap_range_needs_writeback() helperJens Axboe
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-23mm/filemap: fix mapping_seek_hole_data on THP & 32-bitHugh Dickins
2021-04-23mm/filemap: fix find_lock_entries hang on 32-bit THPHugh Dickins
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)
2021-04-23mm: Add set/end/wait functions for PG_private_2David Howells
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)
2021-02-26iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)
2021-02-26mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2021-02-26mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song
2021-02-24mm/filemap: simplify generic_file_read_iterChristoph Hellwig
2021-02-24mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig
2021-02-24mm/filemap: don't relock the page after calling readpageMatthew Wilcox (Oracle)
2021-02-24mm/filemap: restructure filemap_get_pagesMatthew Wilcox (Oracle)
2021-02-24mm/filemap: split filemap_readahead out of filemap_get_pagesMatthew Wilcox (Oracle)
2021-02-24mm/filemap: add filemap_range_uptodateMatthew Wilcox (Oracle)
2021-02-24mm/filemap: move the iocb checks into filemap_update_pageMatthew Wilcox (Oracle)
2021-02-24mm/filemap: convert filemap_update_page to return an errnoMatthew Wilcox (Oracle)
2021-02-24mm/filemap: change filemap_create_page calling conventionsMatthew Wilcox (Oracle)
2021-02-24mm/filemap: change filemap_read_page calling conventionsMatthew Wilcox (Oracle)
2021-02-24mm/filemap: don't call ->readpage if IOCB_WAITQ is setMatthew Wilcox (Oracle)
2021-02-24mm/filemap: inline __wait_on_page_locked_async into callerMatthew Wilcox (Oracle)
2021-02-24mm/filemap: support readpage splitting a pageMatthew Wilcox (Oracle)
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)
2021-02-24mm/filemap: use head pages in generic_file_buffered_readMatthew Wilcox (Oracle)
2021-02-24mm/filemap: convert filemap_get_pages to take a pagevecMatthew Wilcox (Oracle)
2021-02-24mm/filemap: remove dynamically allocated array from filemap_readMatthew Wilcox (Oracle)
2021-02-24mm/filemap: rename generic_file_buffered_read subfunctionsMatthew Wilcox (Oracle)
2021-02-24mm/filemap: don't revert iter on -EIOCBQUEUEDPavel Begunkov
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-10mm: filemap: Fix microblaze build failure with 'mmu_defconfig'Will Deacon
2021-02-05mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()Waiman Long
2021-01-21mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULTWill Deacon