summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2017-03-12mm: do not access page->mapping directly on page_endioMinchan Kim
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
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