summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-05-08fix braino in generic_file_read_iter()Al Viro
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin
2017-05-03mm: tighten up the fault path a littleMatthew Wilcox
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24mm: do not access page->mapping directly on page_endioMinchan Kim
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22mm: fix filemap.c kernel-doc warningsRandy Dunlap
2017-02-22mm: un-export wake_up_page functionsNicholas Piggin
2017-02-03mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-01-10dax: fix deadlock with DAX 4k holesRoss Zwisler
2016-12-29mm/filemap: fix parameters to test_bit()Olof Johansson
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14mm: join struct fault_env and vm_faultJan Kara
2016-12-14vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-12-12mm: workingset: restore refault tracking for single-page filesJohannes Weiner
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-12mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov
2016-11-13Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler
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