Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-22mm: remove cleancacheChristoph Hellwig
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/truncate.c: remove unneeded variablechiminghao
2022-01-08truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)
2022-01-08truncate: Convert invalidate_inode_pages2_range to foliosMatthew Wilcox (Oracle)
2022-01-08mm: Remove pagevec_remove_exceptionals()Matthew Wilcox (Oracle)
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)
2022-01-08truncate: Add invalidate_complete_folio2()Matthew Wilcox (Oracle)
2022-01-08truncate: Convert invalidate_inode_pages2_range() to use a folioMatthew Wilcox (Oracle)
2022-01-08truncate: Skip known-truncated indicesMatthew Wilcox (Oracle)
2022-01-08truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)
2022-01-08mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)
2022-01-04truncate: Add truncate_cleanup_folio()Matthew Wilcox (Oracle)
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner
2021-09-03mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara
2021-07-12mm: Fix comments mentioning i_mutexJan Kara
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)
2021-02-26mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)
2021-02-26mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)
2020-12-15mm: fix kernel-doc markupsMauro Carvalho Chehab
2020-12-15mm/truncate: add parameter explanation for invalidate_mapping_pagevecAlex Shi
2020-11-02mm/truncate.c: make __invalidate_mapping_pages() staticJason Yan
2020-10-16mm/truncate: fix truncation for pages of arbitrary sizeMatthew Wilcox (Oracle)
2020-10-14mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEEDYafang Shao
2019-10-19mm/thp: allow dropping THP from page cacheKirill A. Shutemov
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-06docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2018-12-01mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov
2018-10-21mm: Convert truncate to XArrayMatthew Wilcox
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-02-01mm: add unmap_mapping_pages()Matthew Wilcox
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-16mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman
2017-11-16mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-11-16mm: batch radix tree operations when truncating pagesJan Kara
2017-11-16mm: refactor truncate_complete_page()Jan Kara
2017-07-11mm/truncate.c: fix THP handling in invalidate_mapping_pages()Jan Kara
2017-05-13mm: fix data corruption due to stale mmap readsJan Kara
2017-05-13dax: prevent invalidation of mapped DAX entriesRoss Zwisler
2017-05-04mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin
2017-05-04mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin