aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2019-11-18Merge branch 'standard/base' into standard/preempt-rt/intelBruce Ashfield
2019-11-18Merge tag 'v4.9.201' into standard/baseBruce Ashfield
2019-11-12mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov
2018-07-17Merge branch 'standard/base' into standard/preempt-rt/intelBruce Ashfield
2018-07-17Merge tag 'v4.9.96' into standard/baseBruce Ashfield
2018-04-24mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox
2017-03-23Merge branch 'standard/base' into standard/preempt-rt/intelBruce Ashfield
2017-03-23Merge tag 'v4.9.14' into standard/baseBruce Ashfield
2017-03-12mm: do not access page->mapping directly on page_endioMinchan Kim
2017-02-13Merge branch 'standard/base' into standard/preempt-rt/intelBruce Ashfield
2017-02-13Merge tag 'v4.9.9' into standard/baseBruce Ashfield
2017-02-09mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-01-29Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-01-29Merge tag 'v4.9.5' into standard/baseBruce Ashfield
2017-01-19dax: fix deadlock with DAX 4k holesRoss Zwisler
2017-01-09Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-01-09Merge tag 'v4.9.1' into standard/baseBruce Ashfield
2017-01-06vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds
2016-12-25mm/workingset: Do not protect workingset_shadow_nodes with irq offSebastian Andrzej Siewior
2016-12-18aufs4: mmap supportBruce Ashfield
2016-11-06mm/filemap: don't allow partially uptodate page for pipesEryu Guan
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro
2016-10-07vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang
2016-10-07do_generic_file_read(): fail immediately if killedBart Van Assche
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-05mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner
2016-10-03fs: update atime before I/O in generic_file_read_iterChristoph Hellwig
2016-09-30mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman
2016-07-26shmem: add huge pages supportKirill A. Shutemov
2016-07-26filemap: prepare find and delete operations for huge pagesKirill A. Shutemov
2016-07-26mm: postpone page table allocation until we have page to mapKirill A. Shutemov
2016-07-26mm: introduce fault_envKirill A. Shutemov
2016-06-24Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-20radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox
2016-05-20mm: make faultaround produce old ptesKirill A. Shutemov
2016-05-20mm: filemap: only do access activations on readsJohannes Weiner
2016-05-20mm: workingset: only do workingset activations on readsRik van Riel
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim
2016-05-19dax: New fault lockingJan Kara
2016-05-19dax: Allow DAX code to replace exceptional entriesJan Kara