summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap.c: clear page error before actual readXianting Tian2020-10-011-0/+8
* mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov2019-11-121-1/+2
* mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox2018-04-241-5/+4
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-03-121-2/+5
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-02-091-0/+5
* dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-191-1/+1
* vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds2017-01-061-1/+1
* mm/filemap: don't allow partially uptodate page for pipesEryu Guan2016-11-061-0/+3
* mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-271-3/+1
* 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