summaryrefslogtreecommitdiffstats
path: root/mm/truncate.c
Commit message (Expand)AuthorAgeFilesLines
* truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)2022-01-081-42/+75
* truncate: Convert invalidate_inode_pages2_range to foliosMatthew Wilcox (Oracle)2022-01-081-5/+5
* mm: Remove pagevec_remove_exceptionals()Matthew Wilcox (Oracle)2022-01-081-1/+1
* mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-38/+29
* filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)2022-01-081-19/+24
* truncate: Add invalidate_complete_folio2()Matthew Wilcox (Oracle)2022-01-081-13/+10
* truncate: Convert invalidate_inode_pages2_range() to use a folioMatthew Wilcox (Oracle)2022-01-081-14/+17
* truncate: Skip known-truncated indicesMatthew Wilcox (Oracle)2022-01-081-0/+1
* truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)2022-01-081-11/+12
* mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)2022-01-081-2/+2
* truncate: Add truncate_cleanup_folio()Matthew Wilcox (Oracle)2022-01-041-10/+11
* vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-091-2/+17
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-15/+13
|\
| * fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner2021-09-031-10/+10
| * mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner2021-09-031-5/+3
* | mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-131-1/+2
* | mm: Fix comments mentioning i_mutexJan Kara2021-07-121-4/+4
|/
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-161-24/+19
* mm: stop accounting shadow entriesMatthew Wilcox (Oracle)2021-05-051-1/+0
* mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-051-15/+3
* mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-261-2/+2
* mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-261-3/+2
* mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-261-31/+10
* mm: add and use find_lock_entriesMatthew Wilcox (Oracle)2021-02-261-80/+11
* mm: fix kernel-doc markupsMauro Carvalho Chehab2020-12-151-3/+3
* mm/truncate: add parameter explanation for invalidate_mapping_pagevecAlex Shi2020-12-151-3/+9
* mm/truncate.c: make __invalidate_mapping_pages() staticJason Yan2020-11-021-1/+1
* mm/truncate: fix truncation for pages of arbitrary sizeMatthew Wilcox (Oracle)2020-10-161-3/+3
* mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEEDYafang Shao2020-10-131-18/+40
* mm/thp: allow dropping THP from page cacheKirill A. Shutemov2019-10-191-0/+12
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-2/+4
* mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-11-301-2/+6
* mm: Convert truncate to XArrayMatthew Wilcox2018-10-211-9/+6
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-6/+6
* page cache: use xa_lockMatthew Wilcox2018-04-111-11/+11
* mm: add unmap_mapping_pages()Matthew Wilcox2018-01-311-16/+7
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-4/+4
* mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman2017-11-151-28/+63
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-151-1/+1
* mm: batch radix tree operations when truncating pagesJan Kara2017-11-151-2/+18
* mm: refactor truncate_complete_page()Jan Kara2017-11-151-14/+16
* mm/truncate.c: fix THP handling in invalidate_mapping_pages()Jan Kara2017-07-101-2/+8
* mm: fix data corruption due to stale mmap readsJan Kara2017-05-121-1/+11
* dax: prevent invalidation of mapped DAX entriesRoss Zwisler2017-05-121-6/+3
* mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin2017-05-031-5/+7
* mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin2017-05-031-0/+3
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-241-0/+1
* mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-261-14/+61