summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)Author
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
2021-01-20mm: Allow architectures to request 'old' entries when prefaultingWill Deacon
2021-01-20mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov
2020-12-18mm/filemap: fix infinite loop in generic_file_buffered_read()Kent Overstreet
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins
2020-12-15mm: memcontrol: add file_thp, shmem_thp to memory.statJohannes Weiner
2020-12-15mm/filemap.c: remove else after a returnHailong Liu
2020-12-15mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contigKent Overstreet
2020-12-15mm/filemap/c: break generic_file_buffered_read up into multiple functionsKent Overstreet
2020-12-11revert "mm/filemap: add static for function __add_to_page_cache_locked"Andrew Morton
2020-12-06mm/filemap: add static for function __add_to_page_cache_lockedAlex Shi
2020-12-01filemap: consistently use ->f_mapping over ->i_mappingChristoph Hellwig
2020-11-24mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)Hugh Dickins
2020-11-16mm: never attempt async page lock if we've transferred data alreadyJens Axboe