aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov1-1/+1
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-9/+21
2016-05-20radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox1-20/+3
2016-05-20mm: make faultaround produce old ptesKirill A. Shutemov1-1/+1
2016-05-20mm: filemap: only do access activations on readsJohannes Weiner1-1/+1
2016-05-20mm: workingset: only do workingset activations on readsRik van Riel1-1/+5
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim1-1/+1
2016-05-19dax: New fault lockingJan Kara1-2/+7
2016-05-19dax: Allow DAX code to replace exceptional entriesJan Kara1-7/+14
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-7/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-3/+2
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig1-2/+3
2016-05-01filemap: remove pos variables in generic_file_read_iterChristoph Hellwig1-8/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-63/+63
2016-03-25mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange1-3/+4
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox1-36/+17
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox1-1/+1
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner1-6/+1
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner1-12/+8
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner1-1/+1
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-6/+6
2016-03-15mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to complete during a readMel Gorman1-0/+49
2016-03-15mm: filemap: remove redundant code in do_read_cache_pageMel Gorman1-31/+12
2016-03-09mm: __delete_from_page_cache show Bad page if mappedHugh Dickins1-1/+24
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler1-8/+4
2016-02-11mm: fix filemap.c kernel doc warningRandy Dunlap1-0/+1
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-01-22dax: add support for fsync/syncRoss Zwisler1-0/+6
2016-01-22mm: add find_get_entries_tag()Ross Zwisler1-0/+68
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler1-6/+11
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-1/+1
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-4/+4
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-6/+9
2016-01-14mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko1-5/+4
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-2/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins1-1/+1
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-13/+54
2015-11-05mm: use only per-device readahead limitRoman Gushchin1-5/+3
2015-10-23mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-07Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds1-18/+16
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2015-09-08fs: do not prefault sys_write() user buffer pagesDave Hansen1-16/+18
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+25
2015-06-24mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko1-3/+4
2015-06-24hugetlb: do not account hugetlb pages as NR_FILE_PAGESMichal Hocko1-3/+13
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1