1. 76554b8 drivers: staging: zcache: fix compile error by Bob Liu · 11 years ago
  2. 8bb3e551 staging: ramster: add how-to document by Dan Magenheimer · 11 years ago
  3. 410b637 staging: zcache: Fix incorrect module_param_array types by Geert Uytterhoeven · 11 years ago
  4. 835f2f5 staging: zcache: enable zcache to be built/loaded as a module by Dan Magenheimer · 11 years ago
  5. 1ac37be staging: zcache: enable ramster to be built/loaded as a module by Dan Magenheimer · 11 years ago
  6. f42158f zcache/tmem: Better error checking on frontswap_register_ops return value. by Konrad Rzeszutek Wilk · 11 years ago
  7. 833f866 cleancache: Make cleancache_init use a pointer for the ops by Konrad Rzeszutek Wilk · 11 years ago
  8. 1e01c96 frontswap: make frontswap_init use a pointer for the ops by Konrad Rzeszutek Wilk · 11 years ago
  9. c0e0308 staging: zcache/debug: fix coding style by Wanpeng Li · 11 years ago
  10. 2a6aba8 staging: ramster/debug: Add CONFIG_RAMSTER_DEBUG Kconfig entry by Wanpeng Li · 11 years ago
  11. f7d751f staging: ramster: Add incremental accessory counters by Wanpeng Li · 11 years ago
  12. 1dbdd2f staging: ramster/debug: Use an array to initialize/use debugfs attributes by Wanpeng Li · 11 years ago
  13. df73554 staging: ramster: Move debugfs code out of ramster.c file by Wanpeng Li · 11 years ago
  14. c067ad1 staging: ramster: decrease foregin pers pages when count < 0 by Wanpeng Li · 11 years ago
  15. 9a5c596 staging: ramster: Provide accessory functions for counter decrease by Wanpeng Li · 11 years ago
  16. 93cc39b staging: ramster: Provide accessory functions for counter increase by Wanpeng Li · 11 years ago
  17. 55345fb staging: zcache: fix account foregin counters against zero-filled pages by Wanpeng Li · 11 years ago
  18. 4460838 staging: zcache: clean TODO list by Wanpeng Li · 11 years ago
  19. 834e3a1 staging: zcache: introduce zero-filled page stat count by Wanpeng Li · 11 years ago
  20. 90874fc staging: zcache: fix static variables defined in debug.h but used in mutiple C files by Wanpeng Li · 11 years ago
  21. eee53d9 staging: zcache: fix zcache writeback in debugfs by Wanpeng Li · 11 years ago
  22. 380cb19 staging: zcache: fix pers_pageframes|_max aren't exported in debugfs by Wanpeng Li · 11 years ago
  23. b0749e7 staging: zcache: handle zcache_[eph|pers]_zpages for zero-filled page by Wanpeng Li · 11 years ago
  24. 8762c7d staging: zcache: zero-filled pages awareness by Wanpeng Li · 11 years ago
  25. bdcde42 staging: zcache: introduce zero-filled pages handler by Wanpeng Li · 11 years ago
  26. 6fd3d05 drivers: staging: zcache: fix compile warning by Bob Liu · 11 years ago
  27. 555ee46 drivers: staging: zcache: fix compile error by Bob Liu · 11 years ago
  28. b43f9b5 Merge 3.9-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  29. b26c05a drivers/staging/zcache/zcache-main.c: fix build by Andrew Morton · 11 years ago
  30. dcb4e2d staging: zcache: introduce zero filled pages handler by Wanpeng Li · 11 years ago
  31. ad3c025 zcache/TODO: Update on two items. by Konrad Rzeszutek Wilk · 11 years ago
  32. 27ca039 staging: zcache: fix typo "64_BIT" by Paul Bolle · 11 years ago
  33. c45bb8c Merge 3.9-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
  34. a37c301 zcache: convert to idr_alloc() by Tejun Heo · 11 years ago
  35. aeac64a staging: zcache: using strlcpy instead of strncpy by Chen Gang · 11 years ago
  36. 7791c62 staging: zcache/debug: compiler failure on PPC64 and revert commit. by Konrad Rzeszutek Wilk · 11 years ago
  37. 5db5a20 staging: zcache: disable ZCACHE_DEBUG due to build error by Stephen Rothwell · 11 years ago
  38. 67e2cba zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG by Konrad Rzeszutek Wilk · 11 years ago
  39. 1dba904 zcache: Module license is defined twice. by Konrad Rzeszutek Wilk · 11 years ago
  40. 86d7de6 zcache: Move the last of the debugfs counters out by Konrad Rzeszutek Wilk · 11 years ago
  41. 9c0ad59 zcache/debug: Use an array to initialize/use debugfs attributes. by Konrad Rzeszutek Wilk · 11 years ago
  42. 95bdaee zcache: Move debugfs code out of zcache-main.c file. by Konrad Rzeszutek Wilk · 11 years ago
  43. a96138b zcache: Make the debug code use pr_debug by Konrad Rzeszutek Wilk · 11 years ago
  44. e0d11ae zcache: The last of the atomic reads has now an accessory function. by Konrad Rzeszutek Wilk · 11 years ago
  45. 6f4336f zcache: Provide accessory functions for counter decrease. by Konrad Rzeszutek Wilk · 11 years ago
  46. 3f007ca zcache: Provide accessory functions for counter increase by Konrad Rzeszutek Wilk · 11 years ago
  47. 7937d74 zcache: s/int/bool/ on the various options. by Konrad Rzeszutek Wilk · 11 years ago
  48. 22b751c mm: rename page struct field helpers by Mel Gorman · 11 years ago
  49. bdafb16 staging/zache checkpatch ERROR: spaces prohibited around that by Robert Berger · 11 years ago
  50. d489082 zcache/zbud: Fix __init mismatch by Konrad Rzeszutek Wilk · 11 years ago
  51. feb897e zbud: Fix compile warnings due to usage of debugfs_create_size_t by Konrad Rzeszutek Wilk · 11 years ago
  52. 80e9fc9 ramster: Fix compile warnings due to usage of debugfs_create_size_t by Konrad Rzeszutek Wilk · 11 years ago
  53. 291131c zcache: Fix compile warnings due to usage of debugfs_create_size_t by Konrad Rzeszutek Wilk · 11 years ago
  54. 0bcc042 staging: zcache: add TODO file by Dan Magenheimer · 11 years ago
  55. 76426da staging/zcache: Fix/improve zcache writeback code, tie to a config option by Dan Magenheimer · 11 years ago
  56. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 11 years ago
  57. 05014d7 Staging: zcache: remove unnecessary braces in zcache-main.c by Ryo Munakata · 12 years ago
  58. e49ee36 staging: zcache: fix ppc64 and other arches where PAGE_SIZE!=4K by Dan Magenheimer · 12 years ago
  59. d6c19b6 staging: zcache: fix uninitialized variable compile warning by Dan Magenheimer · 12 years ago
  60. d651b88 staging: zcache: adjustments to config/build files due to renaming by Dan Magenheimer · 12 years ago
  61. 703ba7f staging: zcache: rename ramster to zcache by Dan Magenheimer · 12 years ago
  62. 1867fa6 Staging: zcache: delete it by Greg Kroah-Hartman · 12 years ago
  63. 6a2a2cd Merge 3.6-rc6 into staging-next by Greg Kroah-Hartman · 12 years ago
  64. 6d7d979 staging: zcache: fix cleancache race condition with shrinker by Seth Jennings · 12 years ago
  65. 3ddd31f staging: zcache: fix spelling of comment by Marcus Karlsson · 12 years ago
  66. b741851 staging: zsmalloc: add mapping modes by Seth Jennings · 12 years ago
  67. c666e63 staging: zcache: cleanup the code between tmem_obj_init and tmem_obj_find by Xiao Guangrong · 12 years ago
  68. 08b0b50 staging: zcache: introduce get_zcache_client by Xiao Guangrong · 12 years ago
  69. b71f3bc staging: zcache: cleanup zcache_do_preload and zcache_put_page by Xiao Guangrong · 12 years ago
  70. 79c0d92 staging: zcache: optimize zcache_do_preload by Xiao Guangrong · 12 years ago
  71. dc2f9a5 staging: zcache: cleanup zbud_init by Xiao Guangrong · 12 years ago
  72. 2ad0f81 staging: zcache: mark zbud_init/zcache_comp_init as __init by Xiao Guangrong · 12 years ago
  73. f64d94f staging: zcache: remove unnecessary config option dependence by Xiao Guangrong · 12 years ago
  74. a165544 staging: zcache: fix a compile warning by Xiao Guangrong · 12 years ago
  75. 3045352 staging: zcache: fix refcount leak by Xiao Guangrong · 12 years ago
  76. 6e23617 staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOC by Seth Jennings · 12 years ago
  77. bcc66c0 Merge 3.5-rc4 into staging-next by Greg Kroah-Hartman · 12 years ago
  78. d7be394 staging: zcache: don't limit number of pools per client by Sasha Levin · 12 years ago
  79. c234434 staging: zsmalloc: zsmalloc: use unsigned long instead of void * by Minchan Kim · 12 years ago
  80. a3fe778 Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 12 years ago
  81. 165c8ae frontswap: s/put_page/store/g s/get_page/load by Konrad Rzeszutek Wilk · 12 years ago
  82. 349ae79 staging: zcache: fix Kconfig crypto dependency by Seth Jennings · 12 years ago
  83. aab008d Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 12 years ago
  84. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  85. 97d5dd1 zcache: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  86. 16c0cfa Merge branch 'stable/cleancache.v13' into linux-next by Konrad Rzeszutek Wilk · 12 years ago
  87. bc01caf staging/zmem: Use lockdep_assert_held instead of spin_is_locked by Andi Kleen · 12 years ago
  88. bec25df staging: zcache: make zcache builtin only by Seth Jennings · 12 years ago
  89. 041aba1 staging: zcache: fix memory corruption bug by Seth Jennings · 12 years ago
  90. 843c666 staging: zcache: fix length type mismatch by Seth Jennings · 12 years ago
  91. cfbc6a9 staging: zcache: avoid AB-BA deadlock condition by Andrea Righi · 12 years ago
  92. 0cbb613 staging: fix powerpc linux-next break on zsmalloc by Seth Jennings · 12 years ago
  93. b91867f Merge tag 'staging-3.3-rc3' into staging-next by Greg Kroah-Hartman · 12 years ago
  94. a49aeb1 staging: zcache: replace xvmalloc with zsmalloc by Seth Jennings · 12 years ago
  95. 72a9826 staging: zcache: fix serialization bug in zv stats by Seth Jennings · 12 years ago
  96. 17dd9f8 staging: zcache: crypto API support by Seth Jennings · 13 years ago
  97. 2a48301 staging: zcache: fix serialization bug in zv stats by Seth Jennings · 13 years ago
  98. e8b4553 zcache: Set SWIZ_BITS to 8 to reduce tmem bucket lock contention. by Dan Magenheimer · 13 years ago
  99. 9256a47 zcache: fix deadlock condition by Dan Magenheimer · 13 years ago
  100. 91c6cc9 mm: zcache/tmem/cleancache: s/flush/invalidate/ by Dan Magenheimer · 13 years ago