aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin1-15/+11
2017-05-03mm: tighten up the fault path a littleMatthew Wilcox1-8/+8
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+7
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro1-4/+4
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro1-4/+3
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com1-8/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-24mm: do not access page->mapping directly on page_endioMinchan Kim1-2/+5
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-10/+9
2017-02-22mm: fix filemap.c kernel-doc warningsRandy Dunlap1-1/+1
2017-02-22mm: un-export wake_up_page functionsNicholas Piggin1-2/+8
2017-02-03mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-01-10dax: fix deadlock with DAX 4k holesRoss Zwisler1-1/+1
2016-12-29mm/filemap: fix parameters to test_bit()Olof Johansson1-1/+1
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds1-5/+31
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin1-35/+146
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+7
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-7/+7
2016-12-14vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds1-1/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+2
2016-12-12mm: workingset: restore refault tracking for single-page filesJohannes Weiner1-8/+1
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner1-49/+5
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-2/+2
2016-12-12mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov1-1/+4
2016-11-13Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o1-3/+2
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler1-2/+1
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler1-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 Torvalds1-3/+1
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-1/+1
2016-10-07vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2016-10-07do_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/kernel/git/dgc/linux-xfsLinus Torvalds1-7/+7
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 Weiner1-16/+30
2016-10-03fs: 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_cache_page()Johannes Weiner1-57/+57
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-2/+2
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-3/+3
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+2
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi1-1/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-6/+6
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman1-2/+2
2016-07-26shmem: add huge pages supportKirill A. Shutemov1-1/+6
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. Shutemov1-6/+10
2016-07-26mm: introduce fault_envKirill A. Shutemov1-14/+14
2016-06-24Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov1-1/+1
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-9/+21