aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31mm/filemap.c: remove include of hardirq.hYang Shi1-1/+0
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-3/+3
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-3/+4
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara1-0/+83
2017-11-15mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara1-31/+41
2017-11-15mm: move clearing of page->mapping to page_cache_tree_delete()Jan Kara1-3/+3
2017-11-15mm: move accounting updates before page_cache_tree_delete()Jan Kara1-24/+25
2017-11-15mm: factor out page cache page freeing into a separate functionJan Kara1-13/+18
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-1/+1
2017-11-15mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()Jan Kara1-8/+6
2017-11-15mm: implement find_get_pages_range_tag()Jan Kara1-9/+24
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-0/+1
2017-10-03mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton1-0/+8
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner1-2/+8
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+17
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen1-1/+21
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-28/+39
2017-09-06mm: use find_get_pages_range() in filemap_range_has_page()Jan Kara1-7/+4
2017-09-06mm: implement find_get_pages_range()Jan Kara1-12/+30
2017-09-06mm: make pagevec_lookup() update indexJan Kara1-3/+8
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler1-11/+2
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-33/+31
2017-09-04fs: support IOCB_NOWAIT in generic_file_buffered_readMilosz Tanski1-0/+9
2017-09-04fs: pass iocb to do_generic_file_readChristoph Hellwig1-7/+8
2017-08-28page waitqueue: always add new entries at the endLinus Torvalds1-1/+1
2017-08-27Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds1-4/+5
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-5/+6
2017-08-01mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton1-29/+1
2017-07-31mm: add file_fdatawait_range and file_write_and_waitJeff Layton1-0/+23
2017-07-29mm: consolidate dax / non-dax checks for writebackJeff Layton1-6/+9
2017-07-26errseq: rename __errseq_set to errseq_setJeff Layton1-1/+1
2017-07-10mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()Naoya Horiguchi1-3/+5
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-17/+109
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin1-1/+1
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-0/+84
2017-07-06mm: don't TestClearPageError in __filemap_fdatawait_rangeJeff Layton1-15/+5
2017-07-06mm: clear AS_EIO/AS_ENOSPC when writeback initiation failsJeff Layton1-0/+6
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton1-2/+14
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2017-06-20fs: return if direct I/O will trigger writebackGoldwyn Rodrigues1-7/+25
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues1-0/+32
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-5/+5
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-6/+0
2017-05-08fix braino in generic_file_read_iter()Al Viro1-1/+1
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin1-15/+11
2017-05-03mm: tighten up the fault path a littleMatthew Wilcox1-8/+8