summaryrefslogtreecommitdiffstats
path: root/mm/truncate.c
Commit message (Expand)AuthorAgeFilesLines
* 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-061-2/+4
* mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-11-301-2/+6
* mm: Convert truncate to XArrayMatthew Wilcox2018-10-211-9/+6Star
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-6/+6
* page cache: use xa_lockMatthew Wilcox2018-04-111-11/+11
* mm: add unmap_mapping_pages()Matthew Wilcox2018-02-011-16/+7Star
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-161-4/+4
* mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman2017-11-161-28/+63
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-161-1/+1
* mm: batch radix tree operations when truncating pagesJan Kara2017-11-161-2/+18
* mm: refactor truncate_complete_page()Jan Kara2017-11-161-14/+16
* mm/truncate.c: fix THP handling in invalidate_mapping_pages()Jan Kara2017-07-111-2/+8
* mm: fix data corruption due to stale mmap readsJan Kara2017-05-131-1/+11
* dax: prevent invalidation of mapped DAX entriesRoss Zwisler2017-05-131-6/+3Star
* mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin2017-05-041-5/+7
* mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin2017-05-041-0/+3
* fs: add i_blocksize()Fabian Frederick2017-02-281-1/+1
* mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-251-0/+1
* mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-271-14/+61
* mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-131-18/+3Star
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-131-1/+1
* mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov2016-12-011-4/+4
* truncate: handle file thpKirill A. Shutemov2016-07-271-5/+23
* dax: New fault lockingJan Kara2016-05-191-32/+30Star
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-20/+20
* mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner2016-03-161-3/+0Star
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-161-5/+4Star
* mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2016-03-161-3/+3
* dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-231-30/+39
* memcg: add per cgroup dirty page accountingGreg Thelen2015-06-021-4/+10
* page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo2015-06-021-3/+1Star
* mm: rename deactivate_page to deactivate_file_pageMinchan Kim2015-04-161-1/+1
* page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-151-30/+7Star
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1
* mm: Fix comment before truncate_setsize()Jan Kara2014-11-061-2/+3
* mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara2014-10-301-1/+0Star
* vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-10-021-0/+57
* mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-091-9/+0Star
* mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins2014-07-241-3/+8
* mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner2014-05-061-8/+0Star
* mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-041-2/+24
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-3/+51
* mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner2014-04-041-13/+61
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-7/+2Star
* mm: teach truncate_inode_pages_range() to handle non page aligned rangesLukas Czerner2013-05-281-31/+73
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-6/+9
* mm: drop vmtruncateMarco Stornelli2012-12-211-23/+0Star
* mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins2012-10-091-4/+0Star
* mm: fix invalidate_complete_page2() lock orderingHugh Dickins2012-10-091-1/+2