summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2017-03-12mm: do not access page->mapping directly on page_endioMinchan Kim
2017-02-09mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-01-19dax: fix deadlock with DAX 4k holesRoss Zwisler
2017-01-06vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds
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
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig
2016-05-01filemap: remove pos variables in generic_file_read_iterChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner
2016-03-15mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman
2016-03-15mm: filemap: remove redundant code in do_read_cache_pageMel Gorman
2016-03-09mm: __delete_from_page_cache show Bad page if mappedHugh Dickins