- 4101196 mm: page cache: store only head pages in i_pages by Matthew Wilcox (Oracle) · 5 years ago
- 6c45b45 mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page by Christoph Hellwig · 6 years ago
- f445884 include/linux/pagemap.h: document trylock_page() return value by Andrew Morton · 6 years ago
- 69bf4b6 Revert "mm: page cache: store only head pages in i_pages" by Linus Torvalds · 6 years ago
- a1b8e6a mm: delete find_get_entries_tag by Matthew Wilcox (Oracle) · 6 years ago
- 19343b5 mm/page-writeback: introduce tracepoint for wait_on_page_writeback() by Yafang Shao · 6 years ago
- 5fd4ca2 mm: page cache: store only head pages in i_pages by Matthew Wilcox · 6 years ago
- a75d4c3 filemap: kill page_cache_read usage in filemap_fault by Josef Bacik · 6 years ago
- 494eec7 mm: page_cache_add_speculative(): refactor out some code duplication by john.hubbard@gmail.com · 6 years ago
- 9a1ea43 mm: put_and_wait_on_page_locked() while page is migrated by Hugh Dickins · 6 years ago
- c1901cd page cache: Convert find_get_entries_tag to XArray by Matthew Wilcox · 7 years ago
- a690697 page cache; Convert find_get_pages_range_tag to XArray by Matthew Wilcox · 7 years ago
- 0d3f929 page cache: Convert hole search to XArray by Matthew Wilcox · 7 years ago
- b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
- 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
- c6f92f9 mm: remove cold parameter for release_pages by Mel Gorman · 7 years ago
- aa65c29 mm: batch radix tree operations when truncating pages by Jan Kara · 7 years ago
- 72b045a mm: implement find_get_pages_range_tag() by Jan Kara · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- b947cee mm: implement find_get_pages_range() by Jan Kara · 7 years ago
- d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
- 1ee1c3f mm: allow page_cache_get_speculative in interrupt context by Kan Liang · 7 years ago
- 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 8 years ago
- 8ed1e46 mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error by Jeff Layton · 8 years ago
- ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
- 591a3d7 mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative() by Kirill A. Shutemov · 8 years ago
- 083fb8e mm: fix <linux/pagemap.h> stray kernel-doc notation by Randy Dunlap · 8 years ago
- 74d81bf mm: un-export wake_up_page functions by Nicholas Piggin · 8 years ago
- 6290602 mm: add PageWaiters indicating tasks are waiting for a page bit by Nicholas Piggin · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 5cbc198 mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb by Kirill A. Shutemov · 8 years ago
- 9c5d760 mm: split gfp_mask and mapping flags into separate fields by Michal Hocko · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
- 371a096 mm: don't use radix tree writeback tags for pages in swap cache by Huang Ying · 8 years ago
- 4bce9f6e get rid of separate multipage fault-in primitives by Al Viro · 8 years ago
- 90b75db fault_in_multipages_readable() throws set-but-unused error by Dave Chinner · 8 years ago
- e23d415 fix fault_in_multipages_...() on architectures with no-op access_ok() by Al Viro · 8 years ago
- c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
- abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
- 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
- b8ca9e3 mm: tighten fault_in_pages_writeable() by Eric Dumazet · 9 years ago
- 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 9 years ago
- 1fa64f1 mm: drop PAGE_CACHE_* and page_cache_{get,release} definition by Kirill A. Shutemov · 9 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
- 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 9 years ago
- 7e7f774 mm: add find_get_entries_tag() by Ross Zwisler · 9 years ago
- e9b61f1 thp: reintroduce split_huge_page() by Kirill A. Shutemov · 9 years ago
- 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 9 years ago
- c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
- 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- b57c2cb pagemap.h: move dir_pages() over there by Fabian Frederick · 10 years ago
- c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 10 years ago
- 45f87de mm: get rid of radix tree gfp mask for pagecache_get_page by Michal Hocko · 10 years ago
- 9d1ba80 mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP by Konstantin Khlebnikov · 10 years ago
- 25641c0 Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
- 28596c97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- a4796e37 MM: export page_wakeup functions by NeilBrown · 10 years ago
- cbbce82 SCHED: add some "wait..on_bit...timeout()" interfaces. by NeilBrown · 10 years ago
- 50d8a18 linux/pagemap.h: Fixed a typo in a code comment. by Raymond L. Rivera · 10 years ago
- 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
- a0f7a75 mm/rmap.c: fix pgoff calculation to handle hugepage correctly by Naoya Horiguchi · 10 years ago
- 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 11 years ago
- b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 11 years ago
- 57d9984 fs/mpage.c: factor page_endio() out of mpage_end_io() by Matthew Wilcox · 11 years ago
- 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 11 years ago
- e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 11 years ago
- 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
- 8375ad9 vm: adjust ifdef for TINY_RCU by Paul E. McKenney · 12 years ago
- 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 12 years ago
- 18468d9 mm: introduce a common interface for balloon pages mobility by Rafael Aquini · 12 years ago
- f981c59 mm: methods for teaching filesystems about PG_swapcache pages by Mel Gorman · 12 years ago
- af2e840 pagemap.h: fix warning about possibly used before init var by Paul Gortmaker · 13 years ago
- 9923777 mm: fixup compilation error due to an asm write through a const pointer by Daniel Vetter · 13 years ago
- f56f821 mm: extend prefault helpers to fault in more than PAGE_SIZE by Daniel Vetter · 13 years ago
- 5e5358e mm: cleanup descriptions of filler arg by Hugh Dickins · 13 years ago
- bdd4e85 sched: Isolate preempt counting in its own config option by Frederic Weisbecker · 14 years ago
- 7b1de58 readahead: readahead page allocations are OK to fail by Wu Fengguang · 14 years ago
- f62e00c mm: introduce wait_on_page_locked_killable() by KOSAKI Motohiro · 14 years ago
- 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 14 years ago
- 702cfbf mm: goodbye remove_from_page_cache() by Minchan Kim · 14 years ago
- 97cecb5 mm: introduce delete_from_page_cache() by Minchan Kim · 14 years ago
- ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- 088e546 mm: remove likely() from mapping_unevictable() by Steven Rostedt · 14 years ago
- d065bd8 mm: retry page fault when blocking on disk transfer by Michel Lespinasse · 14 years ago
- 1021a64 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
- 0fe6e20 hugetlb, rmap: add reverse mapping for hugepage by Naoya Horiguchi · 15 years ago
- 8edf344 hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h by Naoya Horiguchi · 15 years ago
- 627295e gcc-4.6: pagemap: avoid unused-but-set variable by Andi Kleen · 14 years ago
- 0531b2a mm: add new 'read_cache_page_gfp()' helper function by Linus Torvalds · 15 years ago
- b560d8a rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP by Paul E. McKenney · 15 years ago
- 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 16 years ago
- 385e1ca5f CacheFiles: Permit the page lock state to be monitored by David Howells · 16 years ago
- 9a896c9 mm: define a UNIQUE value for AS_UNEVICTABLE flag by Lee Schermerhorn · 16 years ago