aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
AgeCommit message (Expand)Author
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-21mm: add kiocb_wait_page_queue_init() helperJens Axboe
2020-06-21mm: add support for async page lockingJens Axboe
2020-06-21mm: abstract out wake_page_match() from wake_page_function()Jens Axboe
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-02include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)
2020-06-02mm: add new readahead_control APIMatthew Wilcox (Oracle)
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton
2020-04-07include/linux/pagemap.h: optimise find_subpage for !THPMatthew Wilcox (Oracle)
2020-04-02mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)
2020-04-02mm: swap: make page_evictable() inlineYang Shi
2020-04-02include/linux/pagemap.h: rename arguments to find_subpageMatthew Wilcox (Oracle)
2020-01-06fs: Fix page_mkwrite off-by-one errorsAndreas Gruenbacher
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-07-12mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig
2019-07-12include/linux/pagemap.h: document trylock_page() return valueAndrew Morton
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-05-14mm: delete find_get_entries_tagMatthew Wilcox (Oracle)
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-03-15filemap: kill page_cache_read usage in filemap_faultJosef Bacik
2019-03-05mm: page_cache_add_speculative(): refactor out some code duplicationjohn.hubbard@gmail.com
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins
2018-10-21page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox
2018-10-21page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox
2018-10-21page cache: Convert hole search to XArrayMatthew Wilcox
2018-04-11page cache: use xa_lockMatthew Wilcox
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15mm: remove cold parameter for release_pagesMel Gorman
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara
2017-11-15mm: implement find_get_pages_range_tag()Jan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06mm: implement find_get_pages_range()Jan Kara
2017-09-06mm: make pagevec_lookup() update indexJan Kara
2017-08-02mm: allow page_cache_get_speculative in interrupt contextKan Liang
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_errorJeff Layton
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-28mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()Kirill A. Shutemov
2017-02-22mm: fix <linux/pagemap.h> stray kernel-doc notationRandy Dunlap
2017-02-22mm: un-export wake_up_page functionsNicholas Piggin
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-30mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov
2016-10-11mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-07mm: remove page_file_indexHuang Ying