summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-9/+6
|\
| * mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner2021-09-031-9/+6
* | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-311-9/+27
|\ \
| * | fs: add a filemap_fdatawrite_wbc helperJosef Bacik2021-08-231-9/+27
| |/
* | mm: Add functions to lock invalidate_lock for two mappingsJan Kara2021-07-131-0/+38
* | mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-131-18/+79
* | mm: Fix comments mentioning i_mutexJan Kara2021-07-121-5/+5
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-031-21/+15
|\
| * iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-8/+8
| * generic_perform_write()/iomap_write_actor(): saner logics for short copyAl Viro2021-06-021-15/+9
* | mm: charge active memcg when no mm is setDan Schatzberg2021-06-291-1/+1
|/
* 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