aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-1/+1
2016-10-07vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2016-10-07do_generic_file_read(): fail immediately if killedBart Van Assche1-1/+3
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-7/+7
2016-10-05mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner1-1/+0
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner1-16/+30
2016-10-03fs: update atime before I/O in generic_file_read_iterChristoph Hellwig1-7/+7
2016-09-30mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()Johannes Weiner1-57/+57
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-2/+2
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-3/+3
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+2
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi1-1/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-6/+6
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman1-2/+2
2016-07-26shmem: add huge pages supportKirill A. Shutemov1-1/+6
2016-07-26filemap: prepare find and delete operations for huge pagesKirill A. Shutemov1-56/+122
2016-07-26mm: postpone page table allocation until we have page to mapKirill A. Shutemov1-6/+10
2016-07-26mm: introduce fault_envKirill A. Shutemov1-14/+14
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