summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-02-241-2/+5
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-10/+9
* mm: fix filemap.c kernel-doc warningsRandy Dunlap2017-02-221-1/+1
* mm: un-export wake_up_page functionsNicholas Piggin2017-02-221-2/+8
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-02-031-0/+5
* dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-101-1/+1
* mm/filemap: fix parameters to test_bit()Olof Johansson2016-12-291-1/+1
* mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds2016-12-291-5/+31
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-251-35/+146
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-141-7/+7
|\
| * mm: join struct fault_env and vm_faultJan Kara2016-12-141-7/+7
* | vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds2016-12-141-1/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-3/+2
|\
| * Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-131-3/+2
| |\
| | * dax: add struct iomap based DAX PMD supportRoss Zwisler2016-11-081-2/+1
| | * dax: coordinate locking for offsets in PMD rangeRoss Zwisler2016-11-081-1/+1
* | | mm: workingset: restore refault tracking for single-page filesJohannes Weiner2016-12-121-8/+1
* | | mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-121-49/+5
* | | lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-2/+2
* | | mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov2016-12-121-1/+4
* | | 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