summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorLines
2017-07-10mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()Naoya Horiguchi-3/+5
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+109
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin-1/+1
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton-0/+84
2017-07-06mm: don't TestClearPageError in __filemap_fdatawait_rangeJeff Layton-15/+5
2017-07-06mm: clear AS_EIO/AS_ENOSPC when writeback initiation failsJeff Layton-0/+6
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton-2/+14
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+6
2017-06-20fs: return if direct I/O will trigger writebackGoldwyn Rodrigues-7/+25
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues-0/+32
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-5/+5
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa-6/+0
2017-05-08fix braino in generic_file_read_iter()Al Viro-1/+1
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin-15/+11
2017-05-03mm: tighten up the fault path a littleMatthew Wilcox-8/+8
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+7
2017-04-21generic_file_read_iter(): make use of iov_iter_revert()Al Viro-4/+4
2017-04-21generic_file_direct_write(): make use of iov_iter_revert()Al Viro-4/+3
2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com-8/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-24mm: do not access page->mapping directly on page_endioMinchan Kim-2/+5
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-10/+9
2017-02-22mm: fix filemap.c kernel-doc warningsRandy Dunlap-1/+1
2017-02-22mm: un-export wake_up_page functionsNicholas Piggin-2/+8
2017-02-03mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko-0/+5
2017-01-10dax: fix deadlock with DAX 4k holesRoss Zwisler-1/+1
2016-12-29mm/filemap: fix parameters to test_bit()Olof Johansson-1/+1
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds-5/+31
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin-35/+146
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+7
2016-12-14mm: join struct fault_env and vm_faultJan Kara-7/+7
2016-12-14vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds-1/+1
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-3/+2
2016-12-12mm: workingset: restore refault tracking for single-page filesJohannes Weiner-8/+1
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner-49/+5
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner-2/+2
2016-12-12mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov-1/+4
2016-11-13Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o-3/+2
2016-11-08dax: add struct iomap based DAX PMD supportRoss Zwisler-2/+1
2016-11-08dax: coordinate locking for offsets in PMD rangeRoss Zwisler-1/+1
2016-11-06mm/filemap: don't allow partially uptodate page for pipesEryu Guan-0/+3
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds-3/+1
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro-1/+1
2016-10-07vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang-0/+4
2016-10-07do_generic_file_read(): fail immediately if killedBart Van Assche-1/+3
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+7
2016-10-05mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner-1/+0