summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()Waiman Long2021-02-051-0/+4
|/
* mm/filemap: fix infinite loop in generic_file_buffered_read()Kent Overstreet2020-12-181-0/+3
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-7/+6
|\
| * filemap: consistently use ->f_mapping over ->i_mappingChristoph Hellwig2020-12-011-7/+6
* | mm: fix some spelling mistakes in commentsHaitao Shi2020-12-151-1/+1
* | mm/lru: revise the comments of lru_lockHugh Dickins2020-12-151-2/+2
* | mm: memcontrol: add file_thp, shmem_thp to memory.statJohannes Weiner2020-12-151-2/+2
* | mm/filemap.c: remove else after a returnHailong Liu2020-12-151-11/+12
* | mm/filemap.c: generic_file_buffered_read() now uses find_get_pages_contigKent Overstreet2020-12-151-138/+175
* | mm/filemap/c: break generic_file_buffered_read up into multiple functionsKent Overstreet2020-12-151-222/+261
* | revert "mm/filemap: add static for function __add_to_page_cache_locked"Andrew Morton2020-12-111-1/+1
* | mm/filemap: add static for function __add_to_page_cache_lockedAlex Shi2020-12-061-1/+1
* | mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)Hugh Dickins2020-11-241-0/+8
* | mm: never attempt async page lock if we've transferred data alreadyJens Axboe2020-11-161-4/+14
|/
* Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-231-222/+0
|\
| * vfs: move the generic write and copy checks out of mmDarrick J. Wong2020-10-151-143/+0
| * vfs: move generic_remap_checks out of mmDarrick J. Wong2020-10-141-80/+1
* | mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe2020-10-171-0/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-161-19/+39
|\ \
| * | mm: fix some broken commentsMiaohe Lin2020-10-161-2/+2
| * | mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells2020-10-161-5/+5
| * | mm/filemap: fix page cache removal for arbitrary sized THPsMatthew Wilcox (Oracle)2020-10-161-1/+1
| * | mm/filemap: fix storing to a THP shadow entryMatthew Wilcox (Oracle)2020-10-161-11/+31
* | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-4/+4
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+5
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-31/+129
| |\ \
| * | | mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2020-08-281-4/+4
* | | | mm/filemap: fix filemap_map_pages for THPMatthew Wilcox (Oracle)2020-10-131-15/+15
* | | | mm: add find_lock_headMatthew Wilcox (Oracle)2020-10-131-3/+6
* | | | mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)2020-10-131-14/+11
* | | | mm: convert find_get_entry to return the head pageMatthew Wilcox (Oracle)2020-10-131-6/+7
* | | | i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)2020-10-131-1/+0