| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-08-29 | 1 | -5/+3 |
|\ |
|
| * | mm: merge folio_has_private()/filemap_release_folio() call pairs | David Howells | 2023-08-18 | 1 | -4/+2 |
| * | mm: increase usage of folio_next_index() helper | Sidhartha Kumar | 2023-08-18 | 1 | -1/+1 |
* | | mm: invalidation check mapping before folio_contains | Hugh Dickins | 2023-08-11 | 1 | -2/+2 |
|/ |
|
* | mm: remove references to pagevec | Matthew Wilcox (Oracle) | 2023-06-24 | 1 | -1/+1 |
* | mm: rename invalidate_mapping_pagevec to mapping_try_invalidate | Matthew Wilcox (Oracle) | 2023-06-24 | 1 | -13/+12 |
* | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig | 2023-04-06 | 1 | -7/+8 |
* | folio-compat: remove lru_cache_add() | Vishal Moola (Oracle) | 2022-12-12 | 1 | -1/+1 |
* | filemap: find_get_entries() now updates start offset | Vishal Moola (Oracle) | 2022-11-09 | 1 | -12/+7 |
* | filemap: find_lock_entries() now updates start offset | Vishal Moola (Oracle) | 2022-11-09 | 1 | -8/+3 |
* | mm: add split_folio() | Matthew Wilcox (Oracle) | 2022-10-03 | 1 | -1/+1 |
* | mm: Remove __delete_from_page_cache() | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -1/+1 |
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-23 | 1 | -24/+18 |
|\ |
|
| * | fs: Add aops->launder_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -4/+4 |
| * | fs: Remove aops->invalidatepage | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -11/+3 |
| * | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -4/+0 |
| * | fs: Add invalidate_folio() aops method | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -1/+7 |
| * | fs: Turn do_invalidatepage() into folio_invalidate() | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -10/+10 |
* | | mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa... | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -19/+13 |
* | | mm: Turn deactivate_file_page() into deactivate_file_folio() | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -1/+1 |
* | | mm/truncate: Convert __invalidate_mapping_pages() to use a folio | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -9/+9 |
* | | mm/truncate: Split invalidate_inode_page() into mapping_evict_folio() | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -11/+23 |
* | | mm: Convert remove_mapping() to take a folio | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -1/+1 |
* | | mm/truncate: Replace page_mapped() call in invalidate_inode_page() | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -1/+3 |
* | | mm/truncate: Convert invalidate_inode_page() to use a folio | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -3/+4 |
* | | mm/truncate: Inline invalidate_complete_page() into its one caller | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -23/+5 |
|/ |
|
* | mm: remove cleancache | Christoph Hellwig | 2022-01-22 | 1 | -13/+2 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-15 | 1 | -4/+1 |
|\ |
|
| * | mm/truncate.c: remove unneeded variable | chiminghao | 2022-01-15 | 1 | -4/+1 |
* | | truncate,shmem: Handle truncates that split large folios | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -42/+75 |
* | | truncate: Convert invalidate_inode_pages2_range to folios | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -5/+5 |
* | | mm: Remove pagevec_remove_exceptionals() | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -1/+1 |
* | | mm: Convert find_lock_entries() to use a folio_batch | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -38/+29 |
* | | filemap: Return only folios from find_get_entries() | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -19/+24 |
* | | truncate: Add invalidate_complete_folio2() | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -13/+10 |
* | | truncate: Convert invalidate_inode_pages2_range() to use a folio | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -14/+17 |
* | | truncate: Skip known-truncated indices | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -0/+1 |
* | | truncate,shmem: Add truncate_inode_folio() | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -11/+12 |
* | | mm: Add unmap_mapping_folio() | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -2/+2 |
* | | truncate: Add truncate_cleanup_folio() | Matthew Wilcox (Oracle) | 2022-01-04 | 1 | -10/+11 |
|/ |
|
* | vfs: keep inodes with page cache off the inode shrinker LRU | Johannes Weiner | 2021-11-09 | 1 | -2/+17 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -15/+13 |
|\ |
|
| * | fs: inode: count invalidated shadow pages in pginodesteal | Johannes Weiner | 2021-09-03 | 1 | -10/+10 |
| * | mm: remove irqsave/restore locking from contexts with irqs enabled | Johannes Weiner | 2021-09-03 | 1 | -5/+3 |
* | | mm: Protect operations adding pages to page cache with invalidate_lock | Jan Kara | 2021-07-13 | 1 | -1/+2 |
* | | mm: Fix comments mentioning i_mutex | Jan Kara | 2021-07-12 | 1 | -4/+4 |
|/ |
|
* | mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() | Hugh Dickins | 2021-06-16 | 1 | -24/+19 |
* | mm: stop accounting shadow entries | Matthew Wilcox (Oracle) | 2021-05-05 | 1 | -1/+0 |
* | mm: introduce and use mapping_empty() | Matthew Wilcox (Oracle) | 2021-05-05 | 1 | -15/+3 |
* | mm: remove pagevec_lookup_entries | Matthew Wilcox (Oracle) | 2021-02-26 | 1 | -2/+2 |