summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-08mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov1-2/+6
2017-06-14fs: add i_blocksize()Fabian Frederick27-49/+54
2016-12-01mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov2-10/+19
2016-07-26truncate: handle file thpKirill A. Shutemov1-5/+23
2016-05-19dax: New fault lockingJan Kara4-180/+447
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner5-20/+8
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner12-117/+88
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner9-67/+67
2016-01-23dax: support dirty DAX entries in radix treeRoss Zwisler9-42/+78
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen12-39/+156
2015-06-02page_writeback: revive cancel_dirty_page() in a restricted formTejun Heo5-15/+25
2015-04-15mm: rename deactivate_page to deactivate_file_pageMinchan Kim3-14/+14
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov9-49/+41
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig22-50/+52
2014-11-06mm: Fix comment before truncate_setsize()Jan Kara1-2/+3
2014-10-29mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2014-10-02vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara3-0/+61
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner16-768/+389
2014-07-23mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins1-3/+8
2014-05-06mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner3-37/+40
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner10-43/+359
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner50-65/+147
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner11-130/+349
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov28-44/+31
2013-05-28mm: teach truncate_inode_pages_range() to handle non page aligned rangesLukas Czerner1-31/+73
2013-05-22mm: change invalidatepage prototype to accept lengthLukas Czerner30-69/+116
2012-12-20mm: drop vmtruncateMarco Stornelli2-24/+0
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins5-28/+13
2012-10-09mm: fix invalidate_complete_page2() lock orderingHugh Dickins1-1/+2
2012-05-29mm/fs: remove truncate_rangeHugh Dickins7-39/+8
2012-03-29mm for fs: add truncate_pagecache_range()Hugh Dickins2-1/+41
2012-03-23Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-121/+96
2012-02-23mm: fix comment typo of truncate_inode_pages_rangeLiu Bo1-1/+1
2012-01-23mm: cleancache: s/flush/invalidate/Dan Magenheimer7-44/+51
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker30-30/+30
2011-08-04mm: a few small updates for radix-swapHugh Dickins4-26/+18
2011-07-26mm: pincer in truncate_inode_pages_rangeHugh Dickins1-1/+1
2011-07-26mm: consistent truncate and invalidate loopsHugh Dickins2-63/+49
2011-07-26mm: tidy vmtruncate_range and related functionsHugh Dickins1-14/+17
2011-07-21fs: kill i_alloc_semChristoph Hellwig13-53/+78
2011-06-28mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara3-0/+13
2011-06-28tmpfs: take control of its truncate_rangeHugh Dickins3-24/+32
2011-06-28mm: move vmtruncate_range to truncate.cHugh Dickins2-24/+24
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer5-0/+32
2011-03-23mm: deactivate invalidated pagesMinchan Kim3-5/+91
2011-03-23mm: change __remove_from_page_cache()Minchan Kim5-8/+8
2011-03-23mm: truncate: change remove_from_page_cacheMinchan Kim1-2/+1
2011-02-25memcg: more mem_cgroup_uncharge() batchingHugh Dickins1-0/+2
2011-01-21mm: fix truncate_setsize() commentJan Kara1-6/+5
[next]