summaryrefslogtreecommitdiff
path: root/mm/filemap.c
Commit message (Expand)AuthorAge
* mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton2017-10-03
* fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner2017-09-25
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-14
|\
| * fs: support IOCB_NOWAIT in generic_file_buffered_readMilosz Tanski2017-09-04
| * fs: pass iocb to do_generic_file_readChristoph Hellwig2017-09-04
* | sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen2017-09-14
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-06
|\ \
| * | mm: use find_get_pages_range() in filemap_range_has_page()Jan Kara2017-09-06
| * | mm: implement find_get_pages_range()Jan Kara2017-09-06
| * | mm: make pagevec_lookup() update indexJan Kara2017-09-06
| * | dax: remove DAX code from page_cache_tree_insert()Ross Zwisler2017-09-06
* | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-06
|\ \ \ | |/ / |/| |
| * | mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton2017-08-01
| * | mm: add file_fdatawait_range and file_write_and_waitJeff Layton2017-07-31
| * | mm: consolidate dax / non-dax checks for writebackJeff Layton2017-07-29
| * | errseq: rename __errseq_set to errseq_setJeff Layton2017-07-26
* | | 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