summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorLines
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-9/+6
2021-09-03mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner-9/+6
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds-9/+27
2021-08-23fs: add a filemap_fdatawrite_wbc helperJosef Bacik-9/+27
2021-07-13mm: Add functions to lock invalidate_lock for two mappingsJan Kara-0/+38
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara-18/+79
2021-07-12mm: Fix comments mentioning i_mutexJan Kara-5/+5
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-21/+15
2021-06-29mm: charge active memcg when no mm is setDan Schatzberg-1/+1
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro-8/+8
2021-06-02generic_perform_write()/iomap_write_actor(): saner logics for short copyAl Viro-15/+9
2021-05-07mm: fix typos in commentsIngo Molnar-1/+1
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai-4/+4
2021-05-05dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)-3/+0
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)-13/+0
2021-04-30mm/filemap: update stale commentRui Sun-1/+1
2021-04-30mm/filemap: drop check for truncated page after I/OMatthew Wilcox (Oracle)-2/+0
2021-04-30mm/filemap: use filemap_read_page in filemap_faultMatthew Wilcox (Oracle)-9/+1
2021-04-30mm: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe-2/+2
2021-04-30mm: provide filemap_range_needs_writeback() helperJens Axboe-0/+43
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+63
2021-04-23mm/filemap: fix mapping_seek_hole_data on THP & 32-bitHugh Dickins-10/+11
2021-04-23mm/filemap: fix find_lock_entries hang on 32-bit THPHugh Dickins-2/+8
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)-2/+2
2021-04-23mm: Add set/end/wait functions for PG_private_2David Howells-0/+61
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)-12/+9
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)-4/+5
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)-0/+59
2021-02-26iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)-5/+32
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)-0/+76
2021-02-26mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)-55/+42
2021-02-26mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)-3/+4
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)-36/+8
2021-02-26mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)-5/+6
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song-1/+1
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song-1/+1
2021-02-24mm/filemap: simplify generic_file_read_iterChristoph Hellwig-6/+4
2021-02-24mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig-19/+16
2021-02-24mm/filemap: don't relock the page after calling readpageMatthew Wilcox (Oracle)-14/+7
2021-02-24mm/filemap: restructure filemap_get_pagesMatthew Wilcox (Oracle)-43/+28
2021-02-24mm/filemap: split filemap_readahead out of filemap_get_pagesMatthew Wilcox (Oracle)-5/+14
2021-02-24mm/filemap: add filemap_range_uptodateMatthew Wilcox (Oracle)-26/+39
2021-02-24mm/filemap: move the iocb checks into filemap_update_pageMatthew Wilcox (Oracle)-14/+10
2021-02-24mm/filemap: convert filemap_update_page to return an errnoMatthew Wilcox (Oracle)-21/+17
2021-02-24mm/filemap: change filemap_create_page calling conventionsMatthew Wilcox (Oracle)-26/+27
2021-02-24mm/filemap: change filemap_read_page calling conventionsMatthew Wilcox (Oracle)-47/+42
2021-02-24mm/filemap: don't call ->readpage if IOCB_WAITQ is setMatthew Wilcox (Oracle)-12/+2
2021-02-24mm/filemap: inline __wait_on_page_locked_async into callerMatthew Wilcox (Oracle)-31/+22
2021-02-24mm/filemap: support readpage splitting a pageMatthew Wilcox (Oracle)-53/+23
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)-2/+5