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