1. 4595ef8 shmem: make shmem_inode_info::lock irq-safe by Kirill A. Shutemov · 8 years ago
  2. 657e303 shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings by Kirill A. Shutemov · 8 years ago
  3. 800d8c6 shmem: add huge pages support by Kirill A. Shutemov · 8 years ago
  4. c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
  5. 5a6e75f shmem: prepare huge= mount option and sysfs knob by Kirill A. Shutemov · 8 years ago
  6. 7f55656 tmpfs: fix regression hang in fallocate undo by Hugh Dickins · 8 years ago
  7. b9b4bb2 tmpfs: don't undo fallocate past its last page by Anthony Romano · 8 years ago
  8. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  9. 9e18eb2 tmpfs: mem_cgroup charge fault to vm_mm not current mm by Andres Lagar-Cavilla · 8 years ago
  10. 75edd34 tmpfs: preliminary minor tidyups by Hugh Dickins · 8 years ago
  11. fa9949d mm: use __SetPageSwapBacked and dont ClearPageSwapBacked by Hugh Dickins · 8 years ago
  12. 84e710d parallel lookups machinery, part 2 by Al Viro · 8 years ago
  13. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  14. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  15. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  16. 7165092 radix-tree,shmem: introduce radix_tree_iter_next() by Matthew Wilcox · 8 years ago
  17. 2cf938a mm: use radix_tree_iter_retry() by Matthew Wilcox · 8 years ago
  18. 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 8 years ago
  19. 6a93ca8 mm: migrate: do not touch page->mem_cgroup of live pages by Johannes Weiner · 8 years ago
  20. 3ed47db make sure that freeing shmem fast symlinks is RCU-delayed by Al Viro · 8 years ago
  21. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  22. 37e8435 mm: memcontrol: charge swap to cgroup2 by Vladimir Davydov · 8 years ago
  23. f627c2f memcg: adjust to support new THP refcounting by Kirill A. Shutemov · 8 years ago
  24. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  25. 875fc4f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  26. 48131e0 mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings by Vlastimil Babka · 8 years ago
  27. 6a15a37 mm, proc: reduce cost of /proc/pid/smaps for shmem mappings by Vlastimil Babka · 8 years ago
  28. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  29. e8ecde2 Make sure that highmem pages are not added to symlink page cache by Al Viro · 8 years ago
  30. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  31. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  33. 267a4c7 tmpfs: fix shmem_evict_inode() warnings on i_blocks by Hugh Dickins · 8 years ago
  34. 6a6c990 teach shmem_get_link() to work in RCU mode by Al Viro · 9 years ago
  35. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  36. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  37. 786534b tmpfs: listxattr should include POSIX ACL xattrs by Andreas Gruenbacher · 9 years ago
  38. aa7c524 tmpfs: Use xattr handler infrastructure by Andreas Gruenbacher · 9 years ago
  39. dd56b04 mm: page_alloc: hide some GFP internals and document the bits and flag combinations by Mel Gorman · 9 years ago
  40. d0424c4 tmpfs: avoid a little creat and stat slowdown by Hugh Dickins · 9 years ago
  41. 45637ba mm: rename mem_cgroup_migrate to mem_cgroup_replace_page by Hugh Dickins · 9 years ago
  42. 44a3022 shmem: recalculate file inode when fstat by Yu Zhao · 9 years ago
  43. e1832f2 ipc: use private shmem or hugetlbfs inodes for shm segments. by Stephen Smalley · 9 years ago
  44. afa2db2 tmpfs: truncate prealloc blocks past i_size by Josef Bacik · 9 years ago
  45. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  46. 66fc130 mm: shmem_zero_setup skip security check and lockdep conflict with XFS by Hugh Dickins · 9 years ago
  47. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  48. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  49. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  50. 60380f1 shmem: switch to simple_follow_link() by Al Viro · 9 years ago
  51. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 9 years ago
  52. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  53. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  54. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  55. f0774d8 mm: shmem: check for mapping owner before dereferencing by Sasha Levin · 9 years ago
  56. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  57. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  58. 93aa7d9 swap: remove unused mem_cgroup_uncharge_swapcache declaration by Vladimir Davydov · 9 years ago
  59. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  60. f5e03a4 memcg, shmem: fix shmem migration to use lrucare by Michal Hocko · 9 years ago
  61. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  62. 97b713b fs: kill BDI_CAP_SWAP_BACKED by Christoph Hellwig · 9 years ago
  63. 777eda2 new helper: iter_is_iovec() by Al Viro · 9 years ago
  64. 46fdb79 shmem: support RENAME_WHITEOUT by Miklos Szeredi · 10 years ago
  65. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  66. 1c93923 include/linux/migrate.h: remove migrate_page #define by Andrew Morton · 10 years ago
  67. b928095 shmem: fix nlink for rename overwrite directory by Miklos Szeredi · 10 years ago
  68. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  69. f6f9933 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  70. 05f65b5 shm: wait for pins to be released when sealing by David Herrmann · 10 years ago
  71. 9183df2 shm: add memfd_create() syscall by David Herrmann · 10 years ago
  72. 40e041a shm: add sealing API by David Herrmann · 10 years ago
  73. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  74. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 10 years ago
  75. 3745677 shmem: support RENAME_EXCHANGE by Miklos Szeredi · 10 years ago
  76. 3b69ff5 shmem: support RENAME_NOREPLACE by Miklos Szeredi · 10 years ago
  77. fed400a mm/shmem.c: remove the unused gfp arg to shmem_add_to_page_cache() by Wang Sheng-Hui · 10 years ago
  78. eb39d61 mm: replace init_page_accessed by __SetPageReferenced by Hugh Dickins · 10 years ago
  79. 7714251 shmem: update memory reservation on truncate by Konstantin Khlebnikov · 10 years ago
  80. 66ee4b8 shmem: fix double uncharge in __shmem_file_setup() by Konstantin Khlebnikov · 10 years ago
  81. b1a3665 shmem: fix splicing from a hole while it's punched by Hugh Dickins · 10 years ago
  82. 8e205f7 shmem: fix faulting into a hole, not taking i_mutex by Hugh Dickins · 10 years ago
  83. 66d2f4d shmem: fix init_page_accessed use to stop !PageLRU bug by Hugh Dickins · 10 years ago
  84. f00cdc6 shmem: fix faulting into a hole while it's punched by Hugh Dickins · 10 years ago
  85. 13ace4d tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supported by Hugh Dickins · 10 years ago
  86. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  87. f6cb85d shmem: switch to iter_file_splice_write() by Al Viro · 10 years ago
  88. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  89. 07a4278 mm: shmem: avoid atomic operation during shmem_getpage_gfp by Mel Gorman · 10 years ago
  90. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  91. 2ba5bbe shmem: switch to ->read_iter() by Al Viro · 10 years ago
  92. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  93. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  94. f7c1d07 mm: Initialize error in shmem_file_aio_read() by Geert Uytterhoeven · 10 years ago
  95. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  96. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 10 years ago
  97. d715ae0 memcg: rename high level charging functions by Michal Hocko · 10 years ago
  98. d7c1755 mm: implement ->map_pages for shmem/tmpfs by Ning Qu · 10 years ago
  99. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  100. 6dbaf22 mm: shmem: save one radix tree lookup when truncating swapped pages by Johannes Weiner · 10 years ago