1. 5fd4ca2 mm: page cache: store only head pages in i_pages by Matthew Wilcox · 6 years ago
  2. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  3. 74b1da5 shmem: make use of ->free_inode() by Al Viro · 6 years ago
  4. af53d3e mm: swapoff: shmem_unuse() stop eviction without igrab() by Hugh Dickins · 6 years ago
  5. 8703954 mm: swapoff: shmem_find_swap_entries() filter out other types by Hugh Dickins · 6 years ago
  6. ab3948f mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd by Joel Fernandes (Google) · 6 years ago
  7. b56a2d8 mm: rid swapoff of quadratic complexity by Vineeth Remanan Pillai · 6 years ago
  8. c5bf121 mm: refactor swap-in logic out of shmem_getpage_gfp by Vineeth Remanan Pillai · 6 years ago
  9. 29b00e6 tmpfs: fix uninitialized return value in shmem_link by Darrick J. Wong · 6 years ago
  10. 1062af9 tmpfs: fix link accounting when a tmpfile is linked in by Darrick J. Wong · 6 years ago
  11. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  12. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  13. 4971f09 Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  14. 880b9df Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  15. 356ff8a Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask" by David Rientjes · 6 years ago
  16. 55f3f7e XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh by Matthew Wilcox · 6 years ago
  17. aaa52e3 mm/khugepaged: fix crashes due to misaccounted holes by Hugh Dickins · 6 years ago
  18. dcf7fe9 userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set by Andrea Arcangeli · 6 years ago
  19. e2a50c1 userfaultfd: shmem: add i_size checks by Andrea Arcangeli · 6 years ago
  20. 9e36825 userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails by Andrea Arcangeli · 6 years ago
  21. c1cb20d mm: use swp_offset as key in shmem_replace_page() by Yu Zhao · 6 years ago
  22. 2ac5e38 Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 6 years ago
  23. 1a41364 tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset by Yufen Yu · 6 years ago
  24. 64e3d12 mm, drm/i915: mark pinned shmemfs pages as unevictable by Kuo-Hsin Yang · 6 years ago
  25. 89c83fb mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask by Michal Hocko · 6 years ago
  26. 7f4446e shmem: Comment fixups by Matthew Wilcox · 7 years ago
  27. 7ae3424 shmem: Convert shmem_partial_swap_usage to XArray by Matthew Wilcox · 7 years ago
  28. c121d3b shmem: Convert shmem_free_swap to XArray by Matthew Wilcox · 7 years ago
  29. 7b8d046 shmem: Convert shmem_alloc_hugepage to XArray by Matthew Wilcox · 7 years ago
  30. 552446a shmem: Convert shmem_add_to_page_cache to XArray by Matthew Wilcox · 7 years ago
  31. e21a295 shmem: Convert find_swap_entry to XArray by Matthew Wilcox · 7 years ago
  32. a12831b shmem: Convert shmem_confirm_swap to XArray by Matthew Wilcox · 7 years ago
  33. 62f945b shmem: Convert shmem_radix_tree_replace to XArray by Matthew Wilcox · 7 years ago
  34. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  35. b45d71f mm: shmem.c: Correctly annotate new inodes for lockdep by Joel Fernandes (Google) · 6 years ago
  36. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  37. a670468 mm: zero out the vma in vma_init() by Andrew Morton · 6 years ago
  38. 46c9a94 shmem: use monotonic time for i_generation by Arnd Bergmann · 6 years ago
  39. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  40. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  41. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
  42. 93dec2d ... and switch shmem_file_setup() to alloc_file_pseudo() by Al Viro · 6 years ago
  43. dac2d1f __shmem_file_setup(): reorder allocations by Al Viro · 6 years ago
  44. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  45. 2cf8558 memcontrol: schedule throttling if we are congested by Tejun Heo · 6 years ago
  46. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 6 years ago
  47. daa2807 mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init() by Kirill A. Shutemov · 6 years ago
  48. 20acce6 mm/shmem.c: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  49. 12ba780 tmpfs: allow decoding a file handle of an unlinked file by Amir Goldstein · 6 years ago
  50. 89fdcd2 mm: shmem: make stat.st_blksize return huge page size if THP is on by Yang Shi · 6 years ago
  51. 5d75260 mm: restructure memfd code by Mike Kravetz · 6 years ago
  52. c49fcfc mm/shmem: update file sealing comments and file checking by Mike Kravetz · 6 years ago
  53. 5b9c98f mm/shmem: add __rcu annotations and properly deref radix entry by Mike Kravetz · 6 years ago
  54. bb98f2c mm, memcontrol: move swap charge handling into get_swap_page() by Tejun Heo · 6 years ago
  55. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  56. e9e9b7e mm: swap: unify cluster-based and vma-based swap readahead by Minchan Kim · 7 years ago
  57. b3cd54b mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink() by Kirill A. Shutemov · 7 years ago
  58. 47b9012 shmem: add sealing support to hugetlb-backed memfd by Marc-André Lureau · 7 years ago
  59. 5aadc43 shmem: rename functions that are memfd-related by Marc-André Lureau · 7 years ago
  60. e9d586a shmem: unexport shmem_add_seals()/shmem_get_seals() by Marc-André Lureau · 7 years ago
  61. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  62. 09af5cc mm: shmem: remove unused info variable by Corentin Labbe · 7 years ago
  63. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  64. c840287 mm/shmem.c: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  65. 9a8ec03e shmem: convert shmem_init_inodecache() to void by weiping zhang · 7 years ago
  66. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  67. c7df8ad mm, truncate: do not check mapping for every page being truncated by Mel Gorman · 7 years ago
  68. 703321b mm/shmem: introduce shmem_file_setup_with_mnt by Matthew Auld · 7 years ago
  69. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  70. ec56017 mm, swap: VMA based swap readahead by Huang Ying · 7 years ago
  71. 749df87 mm/shmem: add hugetlbfs support to memfd_create() by Mike Kravetz · 7 years ago
  72. 8d10396 userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd support by Mike Rapoport · 7 years ago
  73. 0f07969 shmem: introduce shmem_inode_acct_block by Mike Rapoport · 7 years ago
  74. b1cc94a shmem: shmem_charge: verify max_block is not exceeded before inode update by Mike Rapoport · 7 years ago
  75. 435c0b87 mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled by Kirill A. Shutemov · 7 years ago
  76. d041353 mm: fix list corruptions on shmem shrinklist by Cong Wang · 7 years ago
  77. 1860033 mm: make PR_SET_THP_DISABLE immediately active by Michal Hocko · 7 years ago
  78. 2262185 mm: per-cgroup memory reclaim stats by Roman Gushchin · 7 years ago
  79. 75f6d6d mm, THP, swap: unify swap slot free functions to put_swap_page by Minchan Kim · 7 years ago
  80. 38d8b4e mm, THP, swap: delay splitting THP during swap out by Huang Ying · 7 years ago
  81. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  82. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 7 years ago
  83. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  84. 2b4db79 tmpfs: generate random sb->s_uuid by Amir Goldstein · 8 years ago
  85. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  86. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  87. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  88. 3f472cc mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROW by Steven Rostedt (VMware) · 8 years ago
  89. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  90. cb658a4 userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPY by Andrea Arcangeli · 8 years ago
  91. a425d35 userfaultfd: shmem: avoid a lockup resulting from corrupted page->flags by Andrea Arcangeli · 8 years ago
  92. 9cc90c6 userfaultfd: shmem: lock the page before adding it to pagecache by Andrea Arcangeli · 8 years ago
  93. cfda052 userfaultfd: shmem: add userfaultfd hook for shared memory faults by Mike Rapoport · 8 years ago
  94. 95cc09d userfaultfd: shmem: add tlbflush.h header for microblaze by Andrea Arcangeli · 8 years ago
  95. b0506e4 userfaultfd: shmem: introduce vma_is_shmem by Mike Rapoport · 8 years ago
  96. 4c27fe4 userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd support by Mike Rapoport · 8 years ago
  97. f800545 tmpfs: change shmem_mapping() to test shmem_aops by Hugh Dickins · 8 years ago
  98. 253fd0f shmem: fix sleeping from atomic context by Kirill A. Shutemov · 8 years ago
  99. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  100. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago