aboutsummaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
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
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-17mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-16mm: fix some broken commentsMiaohe Lin
2020-10-16mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells
2020-10-16mm/filemap: fix page cache removal for arbitrary sized THPsMatthew Wilcox (Oracle)
2020-10-16mm/filemap: fix storing to a THP shadow entryMatthew Wilcox (Oracle)
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15vfs: move the generic write and copy checks out of mmDarrick J. Wong
2020-10-14vfs: move generic_remap_checks out of mmDarrick J. Wong
2020-10-13mm/filemap: fix filemap_map_pages for THPMatthew Wilcox (Oracle)