summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)5-69/+59
2022-01-08filemap: Convert filemap_get_read_batch() to use a folio_batchMatthew Wilcox (Oracle)1-32/+33
2022-01-08filemap: Convert filemap_read() to use a folioMatthew Wilcox (Oracle)1-16/+12
2022-01-08truncate: Add invalidate_complete_folio2()Matthew Wilcox (Oracle)3-15/+12
2022-01-08truncate: Convert invalidate_inode_pages2_range() to use a folioMatthew Wilcox (Oracle)1-14/+17
2022-01-08truncate: Skip known-truncated indicesMatthew Wilcox (Oracle)1-0/+1
2022-01-08truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)4-14/+16
2022-01-08shmem: Convert part of shmem_undo_range() to use a folioMatthew Wilcox (Oracle)1-7/+7
2022-01-08mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)4-41/+40
2022-01-04truncate: Add truncate_cleanup_folio()Matthew Wilcox (Oracle)1-10/+11
2022-01-04filemap: Add filemap_release_folio()Matthew Wilcox (Oracle)4-21/+27
2022-01-04filemap: Use a folio in filemap_page_mkwriteMatthew Wilcox (Oracle)1-8/+8
2022-01-04filemap: Use a folio in filemap_map_pagesMatthew Wilcox (Oracle)1-13/+14
2022-01-04filemap: Use folios in next_uptodate_pageMatthew Wilcox (Oracle)1-15/+15
2022-01-04filemap: Convert page_cache_delete_batch to foliosMatthew Wilcox (Oracle)1-10/+10
2022-01-04filemap: Convert filemap_get_pages to use foliosMatthew Wilcox (Oracle)1-12/+12
2022-01-04filemap: Drop the refcount while waiting for page lockMatthew Wilcox (Oracle)1-38/+5
2022-01-04filemap: Add read_cache_folio and read_mapping_folioMatthew Wilcox (Oracle)2-48/+61
2022-01-04filemap: Convert filemap_fault to folioMatthew Wilcox (Oracle)1-40/+37
2022-01-04filemap: Convert do_async_mmap_readahead to take a folioMatthew Wilcox (Oracle)1-7/+8
2022-01-04readahead: Convert page_cache_ra_unbounded to foliosMatthew Wilcox (Oracle)1-9/+9
2022-01-04readahead: Convert page_cache_async_ra() to take a folioMatthew Wilcox (Oracle)2-5/+5
2022-01-04filemap: Convert filemap_range_uptodate to foliosMatthew Wilcox (Oracle)1-8/+8
2022-01-04filemap: Convert filemap_create_page to folioMatthew Wilcox (Oracle)1-19/+20
2022-01-04filemap: Convert filemap_read_page to take a folioMatthew Wilcox (Oracle)1-9/+9
2022-01-04filemap: Convert find_get_pages_contig to foliosMatthew Wilcox (Oracle)1-9/+8
2022-01-04filemap: Convert filemap_get_read_batch to use foliosMatthew Wilcox (Oracle)1-12/+11
2022-01-04filemap: Remove thp_contains()Matthew Wilcox (Oracle)1-9/+0
2022-01-04filemap: Convert find_get_entry to return a folioMatthew Wilcox (Oracle)1-74/+72
2022-01-04filemap: Add filemap_remove_folio and __filemap_remove_folioMatthew Wilcox (Oracle)3-25/+32
2022-01-04filemap: Convert tracing of page cache operations to folioMatthew Wilcox (Oracle)2-19/+22
2022-01-04filemap: Add filemap_unaccount_folio()Matthew Wilcox (Oracle)2-40/+35
2022-01-04filemap: Convert page_cache_delete to take a folioMatthew Wilcox (Oracle)1-11/+11
2022-01-04filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)3-24/+26
2022-01-04mm: Add folio_test_pmd_mappable()Matthew Wilcox (Oracle)2-21/+35
2022-01-04iov_iter: Convert iter_xarray to use foliosMatthew Wilcox (Oracle)1-16/+14
2022-01-04iov_iter: Add copy_folio_to_iter()Matthew Wilcox (Oracle)1-0/+7
2022-01-03pagevec: Add folio_batchMatthew Wilcox (Oracle)1-0/+69
2022-01-03mm/writeback: Improve __folio_mark_dirty() commentMatthew Wilcox (Oracle)1-1/+5
2022-01-03mm/doc: Add documentation for folio_test_uptodateMatthew Wilcox (Oracle)1-3/+10
2022-01-03fs/writeback: Convert inode_switch_wbs_work_fn to foliosMatthew Wilcox (Oracle)1-11/+13
2022-01-03filemap: Remove PageHWPoison check from next_uptodate_page()Matthew Wilcox (Oracle)1-2/+0
2021-12-08Merge tag 'perf-tools-fixes-for-v5.16-2021-12-07' of git://git.kernel.org/pub...Linus Torvalds17-60/+47
2021-12-07Merge tag 'platform-drivers-x86-v5.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-3/+42
2021-12-07perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu3-20/+26
2021-12-07perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu3-5/+3
2021-12-07perf header: Fix memory leaks when processing feature headersIan Rogers1-5/+10
2021-12-07perf test: Reset shadow counts before loadingIan Rogers1-0/+1
2021-12-07perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...Thomas Richter1-1/+3
2021-12-07tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo5-23/+0