aboutsummaryrefslogtreecommitdiffstats
path: root/mm/truncate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-15/+13
2021-09-03fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner1-10/+10
2021-09-03mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner1-5/+3
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara1-1/+2
2021-07-12mm: Fix comments mentioning i_mutexJan Kara1-4/+4
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins1-24/+19
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)1-1/+0
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)1-15/+3
2021-02-26mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)1-2/+2
2021-02-26mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)1-3/+2
2021-02-26mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)1-31/+10
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)1-80/+11
2020-12-15mm: fix kernel-doc markupsMauro Carvalho Chehab1-3/+3
2020-12-15mm/truncate: add parameter explanation for invalidate_mapping_pagevecAlex Shi1-3/+9
2020-11-02mm/truncate.c: make __invalidate_mapping_pages() staticJason Yan1-1/+1
2020-10-16mm/truncate: fix truncation for pages of arbitrary sizeMatthew Wilcox (Oracle)1-3/+3
2020-10-13mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEEDYafang Shao1-18/+40
2019-10-19mm/thp: allow dropping THP from page cacheKirill A. Shutemov1-0/+12
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-2/+4
2018-11-30mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov1-2/+6
2018-10-21mm: Convert truncate to XArrayMatthew Wilcox1-9/+6
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-6/+6
2018-04-11page cache: use xa_lockMatthew Wilcox1-11/+11
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox1-16/+7
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-4/+4
2017-11-15mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman1-28/+63
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-1/+1
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara1-2/+18
2017-11-15mm: refactor truncate_complete_page()Jan Kara1-14/+16
2017-07-10mm/truncate.c: fix THP handling in invalidate_mapping_pages()Jan Kara1-2/+8
2017-05-12mm: fix data corruption due to stale mmap readsJan Kara1-1/+11
2017-05-12dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-6/+3
2017-05-03mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin1-5/+7
2017-05-03mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping is emptyAndrey Ryabinin1-0/+3
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins1-0/+1
2016-12-26mm: Invalidate DAX radix tree entries only if appropriateJan Kara1-14/+61
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner1-18/+3
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-1/+1
2016-11-30mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov1-4/+4
2016-07-26truncate: handle file thpKirill A. Shutemov1-5/+23
2016-05-19dax: New fault lockingJan Kara1-32/+30
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-20/+20
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner1-3/+0
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner1-5/+4
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-3/+3
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler1-30/+39
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen1-4/+10
2015-06-02page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo1-3/+1