1. d2d5e76 zram: replace global tb_lock with fine grain lock by Weijie Yang · 10 years ago
  2. 023b409 zram: use size_t instead of u16 by Minchan Kim · 10 years ago
  3. b4c5c60 zram: avoid lockdep splat by revalidate_disk by Minchan Kim · 10 years ago
  4. 2e32bae zram: revalidate disk after capacity change by Minchan Kim · 11 years ago
  5. 38515c7 zram: correct offset usage in zram_bio_discard by Weijie Yang · 11 years ago
  6. f4659d8 zram: support REQ_DISCARD by Joonsoo Kim · 11 years ago
  7. 56b4e8c zram: use scnprintf() in attrs show() methods by Sergey Senozhatsky · 11 years ago
  8. 60a726e zram: propagate error to user by Minchan Kim · 11 years ago
  9. fcfa8d9 zram: return error-valued pointer from zcomp_create() by Sergey Senozhatsky · 11 years ago
  10. d61f98c zram: move comp allocation out of init_lock by Sergey Senozhatsky · 11 years ago
  11. e46b8a0 zram: make compression algorithm selection possible by Sergey Senozhatsky · 11 years ago
  12. fe8eb12 zram: add set_max_streams knob by Sergey Senozhatsky · 11 years ago
  13. beca3ec zram: add multi stream functionality by Sergey Senozhatsky · 11 years ago
  14. b7ca232 zram: use zcomp compressing backends by Sergey Senozhatsky · 11 years ago
  15. b67d1ec zram: delete zram_init_device() by Sergey Senozhatsky · 11 years ago
  16. e64cd51 zram: move zram size warning to documentation by Sergey Senozhatsky · 11 years ago
  17. 6444724 zram: report failed read and write stats by Sergey Senozhatsky · 11 years ago
  18. a68eb3b zram: remove zram stats code duplication by Sergey Senozhatsky · 11 years ago
  19. 90a7806 zram: use atomic64_t for all zram stats by Sergey Senozhatsky · 11 years ago
  20. b7cccf8 zram: remove good and bad compress stats by Sergey Senozhatsky · 11 years ago
  21. be257c6 zram: do not pass rw argument to __zram_make_request() by Sergey Senozhatsky · 11 years ago
  22. be2d1d5 zram: drop `init_done' struct zram member by Sergey Senozhatsky · 11 years ago
  23. db5d711 zram: avoid null access when fail to alloc meta by Minchan Kim · 11 years ago
  24. e46e331 zram: remove zram->lock in read path and change it with mutex by Minchan Kim · 11 years ago
  25. f614a9f zram: remove workqueue for freeing removed pending slot by Minchan Kim · 11 years ago
  26. 9296747 zram: introduce zram->tb_lock by Minchan Kim · 11 years ago
  27. deb0bde zram: use atomic operation for stat by Minchan Kim · 11 years ago
  28. 874e3cd zram: remove unnecessary free by Minchan Kim · 11 years ago
  29. 9b353db zram: delay pending free request in read path by Minchan Kim · 11 years ago
  30. da4a041 zram: fix race between reset and flushing pending work by Minchan Kim · 11 years ago
  31. 7bfb3de zram: add copyright by Minchan Kim · 11 years ago
  32. 4906123 zram: remove old private project comment by Minchan Kim · 11 years ago
  33. cd67e10 zram: promote zram from staging by Minchan Kim · 11 years ago[Renamed from drivers/staging/zram/zram_drv.c]
  34. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  35. 1b67222 Staging: zram: Fix memory leak by refcount mismatch by Rashika Kheria · 11 years ago
  36. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  37. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  38. 46a51c8 Staging: zram: Fix access of NULL pointer by Rashika Kheria · 11 years ago
  39. 59d3fe5 Staging: zram: Fix variable dereferenced before check by Rashika Kheria · 11 years ago
  40. f0f65a9 Revert "staging: zram: Add auto loading of module if user opens /dev/zram." by Greg Kroah-Hartman · 11 years ago
  41. a0c516c zram: don't grab mutex in zram_slot_free_noity by Minchan Kim · 11 years ago
  42. 2b86ab9 zram: fix invalid memory access by Minchan Kim · 11 years ago
  43. a539c72 Staging: zram: zram_drv.c: Fixed Error of trailing whitespace by Kumar Gaurav · 11 years ago
  44. 01731cf Merge 3.11-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
  45. f40ac2a zram: prevent data loss in error cases of function zram_bvec_write() by Sunghan Suh · 12 years ago
  46. c70bda9 staging: zram: Add auto loading of module if user opens /dev/zram. by Konrad Rzeszutek Wilk · 11 years ago
  47. 644d478 staging: zram: protect zram_reset_device() call by Sergey Senozhatsky · 12 years ago
  48. 75c7caf zram: allow request end to coincide with disksize by Sergey Senozhatsky · 12 years ago
  49. 9b3bb7a zram: remove zram_sysfs file (v2) by Sergey Senozhatsky · 12 years ago
  50. da5cc7d zram: use atomic64_xxx() to replace zram_stat64_xxx() by Jiang Liu · 12 years ago
  51. 42e99bd zram: optimize memory operations with clear_page()/copy_page() by Jiang Liu · 12 years ago
  52. 0f0e3ba zram: kill unused zram_get_num_devices() by Jiang Liu · 12 years ago
  53. 12a7ad3 zram: avoid access beyond the zram device by Jiang Liu · 12 years ago
  54. 65c4846 zram: avoid double free in function zram_bvec_write() by Jiang Liu · 12 years ago
  55. 39a9b8a zram: destroy all devices on error recovery path in zram_init() by Jiang Liu · 12 years ago
  56. 57ab048 zram: use zram->lock to protect zram_free_page() in swap free notify path by Jiang Liu · 12 years ago
  57. 6030ea9 zram: avoid invalid memory access in zram_exit() by Jiang Liu · 12 years ago
  58. 596b3dd Staging: Fixes string split across lines in zram by Marlies Ruck · 12 years ago
  59. 25eeb66 zram: fix zram_bvec_read duplicate dump failure message and stat accumulation by Wanpeng Li · 12 years ago
  60. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 12 years ago
  61. 1e927711 staging: zram: __zram_reset_device() can be static by Fengguang Wu · 12 years ago
  62. 8b3cc3e zram: get rid of lockdep warning by Minchan Kim · 12 years ago
  63. 152bce6 zram: fix warning of print format by Minchan Kim · 12 years ago
  64. 3de738c zram: give up lazy initialization of zram metadata by Minchan Kim · 12 years ago
  65. 0231c40 zram: force disksize setting before using zram by Minchan Kim · 12 years ago
  66. 7e5a510 zram: Fix deadlock bug in partial read/write by Minchan Kim · 12 years ago
  67. 0d145a5 staging: zsmalloc: remove unused pool name by Seth Jennings · 12 years ago
  68. 8f5f90a Merge 3.8-rc5 into staging-next by Greg Kroah-Hartman · 12 years ago
  69. d178a07 staging: zram: drop zram_stat_dec/inc functions by Davidlohr Bueso · 12 years ago
  70. cad683f staging: zram: show correct disksize by Davidlohr Bueso · 12 years ago
  71. ca3d70b staging: zram: simplify num_devices paramater by Davidlohr Bueso · 12 years ago
  72. 397c606 staging: zram: fix invalid memory references during disk write by Nitin Gupta · 12 years ago
  73. 37b51fd staging: zram: factor-out zram_decompress_page() function by Sergey Senozhatsky · 12 years ago
  74. c8f2f0d staging: zram: Fix handling of incompressible pages by Nitin Gupta · 12 years ago
  75. b741851 staging: zsmalloc: add mapping modes by Seth Jennings · 13 years ago
  76. 94b8435 staging: zram: conventions pr_warning -> pr_warn() by Sam Hansen · 13 years ago
  77. 130f315 staging: zram: remove special handle of uncompressed page by Minchan Kim · 13 years ago
  78. 374a691 staging: zram: fix random data read by Minchan Kim · 13 years ago
  79. c234434 staging: zsmalloc: zsmalloc: use unsigned long instead of void * by Minchan Kim · 13 years ago
  80. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  81. ba82fe2 zram: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  82. 5fa5a90 staging: zram: Rename module parameter by Nitin Gupta · 13 years ago
  83. fd1a30d staging: zram: replace xvmalloc with zsmalloc by Nitin Gupta · 13 years ago
  84. fb92728 Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device() by Jerome Marchand · 13 years ago
  85. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  86. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  87. 2ccbec0 zram: Fix sparse warnings by Nitin Gupta · 13 years ago
  88. 5a18c53 staging: zram: prevent accessing an unallocated table when init fails early by Jerome Marchand · 13 years ago
  89. 0900bea staging: zram: fix zram locking by Jerome Marchand · 13 years ago
  90. efd54f4 staging: zram: make global var "num_devices" use unique name by Noah Watkins · 13 years ago
  91. 43801f6 staging: zram: make global var "devices" use unique name by Noah Watkins · 13 years ago
  92. dffbb44 Staging: zram: Fix kunmapping order by Jerome Marchand · 13 years ago
  93. c5bde23 Staging: zram: Replace mutex lock by a R/W semaphore by Jerome Marchand · 14 years ago
  94. 924bd88 Staging: zram: allow partial page operations by Jerome Marchand · 14 years ago
  95. 8c921b2 Staging: zram: Refactor zram_read/write() functions by Jerome Marchand · 14 years ago
  96. 6a587e83 Staging: zram: Remove useless offset calculation in handle_uncompressed_page() by Jerome Marchand · 14 years ago
  97. 6642a67 Staging: zram: initialize device on first read by Jerome Marchand · 14 years ago
  98. 80ae3fa Merge 2.6.38-rc5 into staging-next by Greg Kroah-Hartman · 14 years ago
  99. 5414e55 staging: zram: fix data corruption issue by Nitin Gupta · 14 years ago
  100. 2787f95 zram: Return zero'd pages on new reads by Robert Jennings · 14 years ago