summaryrefslogtreecommitdiff
path: root/mm/filemap.c
Commit message (Expand)AuthorAge
* page waitqueue: always add new entries at the endLinus Torvalds2017-08-28
* Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds2017-08-27
* Minor page waitqueue cleanupsLinus Torvalds2017-08-27
* mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()Naoya Horiguchi2017-07-10
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\
| * fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-06
| * mm: don't TestClearPageError in __filemap_fdatawait_rangeJeff Layton2017-07-06
| * mm: clear AS_EIO/AS_ENOSPC when writeback initiation failsJeff Layton2017-07-06
| * jbd2: don't clear and reset errors after waiting on writebackJeff Layton2017-07-06
* | mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-06
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-03
|\ \
| * | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-20
| * | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
| |/
* | fs: return if direct I/O will trigger writebackGoldwyn Rodrigues2017-06-20
* | fs: Introduce filemap_range_has_page()Goldwyn Rodrigues2017-06-20
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-09
|\
| * fix braino in generic_file_read_iter()Al Viro2017-05-08
* | 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