summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2022-01-04filemap: Use folios in next_uptodate_pageMatthew Wilcox (Oracle)
2022-01-04filemap: Convert page_cache_delete_batch to foliosMatthew Wilcox (Oracle)
2022-01-04filemap: Convert filemap_get_pages to use foliosMatthew Wilcox (Oracle)
2022-01-04filemap: Drop the refcount while waiting for page lockMatthew Wilcox (Oracle)
2022-01-04filemap: Add read_cache_folio and read_mapping_folioMatthew Wilcox (Oracle)
2022-01-04filemap: Convert filemap_fault to folioMatthew Wilcox (Oracle)
2022-01-04filemap: Convert do_async_mmap_readahead to take a folioMatthew Wilcox (Oracle)
2022-01-04filemap: Convert filemap_range_uptodate to foliosMatthew Wilcox (Oracle)
2022-01-04filemap: Convert filemap_create_page to folioMatthew Wilcox (Oracle)
2022-01-04filemap: Convert filemap_read_page to take a folioMatthew Wilcox (Oracle)
2022-01-04filemap: Convert find_get_pages_contig to foliosMatthew Wilcox (Oracle)
2022-01-04filemap: Convert filemap_get_read_batch to use foliosMatthew Wilcox (Oracle)
2022-01-04filemap: Convert find_get_entry to return a folioMatthew Wilcox (Oracle)
2022-01-04filemap: Add filemap_remove_folio and __filemap_remove_folioMatthew Wilcox (Oracle)
2022-01-04filemap: Convert tracing of page cache operations to folioMatthew Wilcox (Oracle)
2022-01-04filemap: Add filemap_unaccount_folio()Matthew Wilcox (Oracle)
2022-01-04filemap: Convert page_cache_delete to take a folioMatthew Wilcox (Oracle)
2022-01-04filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)
2022-01-02filemap: Remove PageHWPoison check from next_uptodate_page()Matthew Wilcox (Oracle)
2021-12-10filemap: remove PageHWPoison check from next_uptodate_page()Matthew Wilcox (Oracle)
2021-12-03mm: move filemap_range_needs_writeback() into headerJens Axboe
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman
2021-11-06mm: filemap: coding style cleanup for filemap_map_pmd()Yang Shi
2021-11-06mm: introduce pmd_install() helperQi Zheng
2021-11-06mm: move more expensive part of XA setup out of mapping checkJens Axboe
2021-11-06mm/filemap.c: remove bogus VM_BUG_ONMatthew Wilcox (Oracle)
2021-11-06mm: don't read i_size of inode unless we need itJens Axboe
2021-11-06mm: stop filemap_read() from grabbing a superfluous pageDavid Howells
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig
2021-10-18mm/filemap: Add FGP_STABLEMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_get_folioMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Convert mapping_get_entry to return a folioMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_alloc_folioMatthew Wilcox (Oracle)
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)
2021-10-18mm/writeback: Add __folio_end_writeback()Matthew Wilcox (Oracle)
2021-09-27mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)
2021-09-27mm/memcg: Convert mem_cgroup_uncharge() to take a folioMatthew Wilcox (Oracle)
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio private_2 functionsMatthew Wilcox (Oracle)
2021-09-27mm/filemap: Convert page wait queues to be foliosMatthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_wake_bit()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_wait_bit()Matthew Wilcox (Oracle)