summaryrefslogtreecommitdiff
path: root/mm/filemap.c
Commit message (Expand)AuthorAge
...
* | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-08
* | fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin2017-05-03
* | mm: tighten up the fault path a littleMatthew Wilcox2017-05-03
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-02
|\ \ | |/
| * generic_file_read_iter(): make use of iov_iter_revert()Al Viro2017-04-21
| * generic_file_direct_write(): make use of iov_iter_revert()Al Viro2017-04-21
* | kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com2017-04-02
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* mm: do not access page->mapping directly on page_endioMinchan Kim2017-02-24
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* mm: fix filemap.c kernel-doc warningsRandy Dunlap2017-02-22
* mm: un-export wake_up_page functionsNicholas Piggin2017-02-22
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-02-03
* dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-10
* mm/filemap: fix parameters to test_bit()Olof Johansson2016-12-29
* mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds2016-12-29
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-25
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-14
|\
| * mm: join struct fault_env and vm_faultJan Kara2016-12-14
* | vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds2016-12-14
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-14
|\
| * Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-13
| |\
| | * dax: add struct iomap based DAX PMD supportRoss Zwisler2016-11-08
| | * dax: coordinate locking for offsets in PMD rangeRoss Zwisler2016-11-08
* | | mm: workingset: restore refault tracking for single-page filesJohannes Weiner2016-12-12
* | | mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-12
* | | lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-12
* | | mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov2016-12-12
* | | mm/filemap: don't allow partially uptodate page for pipesEryu Guan2016-11-06
|/ /
* | mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-27
|/
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-10
|\
| * fix ITER_PIPE interaction with direct_IOAl Viro2016-10-10
* | vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang2016-10-07
* | do_generic_file_read(): fail immediately if killedBart Van Assche2016-10-07
* | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-06
|\ \
| * | fs: update atime before I/O in generic_file_read_iterChristoph Hellwig2016-10-03
| |/
* | mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner2016-10-05
* | mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-05
* | mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-09-30
|/
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-07
* mm/block: convert rw_page users to bio op useMike Christie2016-08-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-29
|\
| * mm: export filemap_check_errors() to modulesMiklos Szeredi2016-07-29
* | mm: move most file-based accounting to the nodeMel Gorman2016-07-28
* | mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-28
* | shmem: add huge pages supportKirill A. Shutemov2016-07-26
* | filemap: prepare find and delete operations for huge pagesKirill A. Shutemov2016-07-26
* | mm: postpone page table allocation until we have page to mapKirill A. Shutemov2016-07-26
* | mm: introduce fault_envKirill A. Shutemov2016-07-26
|/
* Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov2016-06-24