summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-101-1/+1
|\
| * fix ITER_PIPE interaction with direct_IOAl Viro2016-10-101-1/+1
* | vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang2016-10-071-0/+4
* | do_generic_file_read(): fail immediately if killedBart Van Assche2016-10-071-1/+3
* | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-061-7/+7
|\ \
| * | fs: update atime before I/O in generic_file_read_iterChristoph Hellwig2016-10-031-7/+7
| |/
* | mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner2016-10-051-1/+0
* | mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-051-16/+30
* | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-09-301-57/+57
|/
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-2/+2
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-291-1/+2
|\
| * mm: export filemap_check_errors() to modulesMiklos Szeredi2016-07-291-1/+2
* | mm: move most file-based accounting to the nodeMel Gorman2016-07-281-6/+6
* | mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-281-2/+2
* | shmem: add huge pages supportKirill A. Shutemov2016-07-261-1/+6
* | filemap: prepare find and delete operations for huge pagesKirill A. Shutemov2016-07-261-56/+122
* | mm: postpone page table allocation until we have page to mapKirill A. Shutemov2016-07-261-6/+10
* | mm: introduce fault_envKirill A. Shutemov2016-07-261-14/+14
|/
* Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov2016-06-241-1/+1
* Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-261-9/+21
|\
| * dax: New fault lockingJan Kara2016-05-191-2/+7
| * dax: Allow DAX code to replace exceptional entriesJan Kara2016-05-191-7/+14
* | radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox2016-05-201-20/+3
* | mm: make faultaround produce old ptesKirill A. Shutemov2016-05-201-1/+1
* | mm: filemap: only do access activations on readsJohannes Weiner2016-05-201-1/+1
* | mm: workingset: only do workingset activations on readsRik van Riel2016-05-201-1/+5
* | mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-191-1/+1
* | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-7/+2
* | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-3/+2
* | filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-011-2/+3
* | filemap: remove pos variables in generic_file_read_iterChristoph Hellwig2016-05-011-8/+7
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-63/+63
* mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange2016-03-251-3/+4
* mm: use radix_tree_iter_retry()Matthew Wilcox2016-03-171-36/+17
* radix_tree: add support for multi-order entriesMatthew Wilcox2016-03-171-1/+1
* mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner2016-03-151-6/+1
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-151-12/+8
* mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-151-1/+1
* mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2016-03-151-6/+6
* mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman2016-03-151-0/+49
* mm: filemap: remove redundant code in do_read_cache_pageMel Gorman2016-03-151-31/+12
* mm: __delete_from_page_cache show Bad page if mappedHugh Dickins2016-03-091-1/+24
* dax: move writeback calls into the filesystemsRoss Zwisler2016-02-271-8/+4
* mm: fix filemap.c kernel doc warningRandy Dunlap2016-02-111-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-2/+2
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* | dax: add support for fsync/syncRoss Zwisler2016-01-221-0/+6
* | mm: add find_get_entries_tag()Ross Zwisler2016-01-221-0/+68
OpenPOWER on IntegriCloud