summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-28BACKPORT: filemap: add a comment about FAULT_FLAG_RETRY_NOWAIT behaviorLinus Torvalds1-0/+5
2019-03-28BACKPORT: filemap: drop the mmap_sem for all blocking operationsJosef Bacik1-19/+117
2019-03-28BACKPORT: filemap: kill page_cache_read usage in filemap_faultJosef Bacik2-60/+17
2019-03-22UPSTREAM: psi: pressure stall information for CPU, memory, and IOJohannes Weiner15-6/+1004
2019-03-22BACKPORT: delayacct: track delays from thrashing cache pagesJohannes Weiner5-2/+60
2019-03-22BACKPORT: mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner11-42/+78
2019-03-22UPSTREAM: Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds1-4/+5
2019-03-22UPSTREAM: mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin9-50/+174
2018-07-30Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into a...Jaegeuk Kim44-1532/+2790
2018-07-09mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara14-31/+27
2018-07-08mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()Jan Kara1-8/+6
2018-07-08mm: implement find_get_pages_range_tag()Jan Kara4-17/+48
2018-04-24Merge 4.9.96 into android-4.9Greg Kroah-Hartman99-300/+648
2018-04-24mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-5/+4
2018-02-28mm: fix filler function type mismatchSami Tolvanen4-8/+8
2017-03-12mm: do not access page->mapping directly on page_endioMinchan Kim1-2/+5
2017-02-09mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-01-19dax: fix deadlock with DAX 4k holesRoss Zwisler1-1/+1
2017-01-06vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds1-1/+1
2016-11-06mm/filemap: don't allow partially uptodate page for pipesEryu Guan1-0/+3
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds6-182/+21
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-14/+8
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro3-11/+5
2016-10-08vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2016-10-08do_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/kerne...Linus Torvalds49-714/+1942
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 Weiner3-30/+36
2016-10-02fs: 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_cach...Johannes Weiner3-63/+63
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe11-53/+51
2016-08-04mm/block: convert rw_page users to bio op useMike Christie11-59/+60
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds7-41/+44
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi2-1/+3
2016-07-28mm: move most file-based accounting to the nodeMel Gorman24-162/+155
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman14-69/+75
2016-07-26shmem: add huge pages supportKirill A. Shutemov9-70/+331
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. Shutemov3-127/+197
2016-07-26mm: introduce fault_envKirill A. Shutemov10-516/+475
2016-06-25Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov3-20/+7
2016-05-27Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-235/+513
2016-05-21radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox3-52/+56
2016-05-21mm: make faultaround produce old ptesKirill A. Shutemov3-7/+20
2016-05-21mm: filemap: only do access activations on readsJohannes Weiner1-1/+1
2016-05-21mm: workingset: only do workingset activations on readsRik van Riel1-1/+5
2016-05-20mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim4-4/+4
2016-05-19dax: New fault lockingJan Kara4-180/+447
2016-05-19dax: Allow DAX code to replace exceptional entriesJan Kara2-7/+15
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig12-65/+46
[next]