1. 415403b zram: use crypto api to check alg availability by Sergey Senozhatsky · 8 years ago
  2. 623e47f zram: introduce per-device debug_stat sysfs node by Sergey Senozhatsky · 8 years ago
  3. 43209ea zram: remove max_comp_streams internals by Sergey Senozhatsky · 8 years ago
  4. 7d3f393 zsmalloc/zram: introduce zs_pool_stats api by Sergey Senozhatsky · 9 years ago
  5. f405c44 zram: close race by open overriding by Sergey Senozhatsky · 9 years ago
  6. c3cdb40 zram: remove max_num_devices limitation by Sergey Senozhatsky · 9 years ago
  7. 4e3ba87 zram: support compaction by Minchan Kim · 9 years ago
  8. ee980160 zram: remove request_queue from struct zram by Sergey Senozhatsky · 9 years ago
  9. 08eee69 zram: remove init_lock in zram_make_request by Minchan Kim · 9 years ago
  10. d49b1c2 mm/zram: correct ZRAM_ZERO flag bit position by Mahendran Ganesh · 10 years ago
  11. 461a8ee zram: report maximum used memory by Minchan Kim · 10 years ago
  12. 9ada9da zram: zram memory size limitation by Minchan Kim · 10 years ago
  13. 0cf1e9d zram: fix incorrect stat with failed_reads by Chao Yu · 10 years ago
  14. d2d5e76 zram: replace global tb_lock with fine grain lock by Weijie Yang · 10 years ago
  15. a830eff zram: remove unused SECTOR_SIZE define by Sergey Senozhatsky · 10 years ago
  16. cb8f2ee zram: rename struct `table' to `zram_table_entry' by Sergey Senozhatsky · 10 years ago
  17. e46b8a0 zram: make compression algorithm selection possible by Sergey Senozhatsky · 10 years ago
  18. beca3ec zram: add multi stream functionality by Sergey Senozhatsky · 10 years ago
  19. b7ca232 zram: use zcomp compressing backends by Sergey Senozhatsky · 10 years ago
  20. 59fc86a zram: drop not used table `count' member by Sergey Senozhatsky · 10 years ago
  21. 90a7806 zram: use atomic64_t for all zram stats by Sergey Senozhatsky · 10 years ago
  22. b7cccf8 zram: remove good and bad compress stats by Sergey Senozhatsky · 10 years ago
  23. be2d1d5 zram: drop `init_done' struct zram member by Sergey Senozhatsky · 10 years ago
  24. e46e331 zram: remove zram->lock in read path and change it with mutex by Minchan Kim · 10 years ago
  25. f614a9f zram: remove workqueue for freeing removed pending slot by Minchan Kim · 10 years ago
  26. 9296747 zram: introduce zram->tb_lock by Minchan Kim · 10 years ago
  27. deb0bde zram: use atomic operation for stat by Minchan Kim · 10 years ago
  28. 7bfb3de zram: add copyright by Minchan Kim · 10 years ago
  29. 4906123 zram: remove old private project comment by Minchan Kim · 10 years ago
  30. cd67e10 zram: promote zram from staging by Minchan Kim · 10 years ago[Renamed from drivers/staging/zram/zram_drv.h]
  31. bcf1647 zsmalloc: move it under mm by Minchan Kim · 10 years ago
  32. a0c516c zram: don't grab mutex in zram_slot_free_noity by Minchan Kim · 11 years ago
  33. 9b3bb7a zram: remove zram_sysfs file (v2) by Sergey Senozhatsky · 11 years ago
  34. da5cc7d zram: use atomic64_xxx() to replace zram_stat64_xxx() by Jiang Liu · 11 years ago
  35. 0f0e3ba zram: kill unused zram_get_num_devices() by Jiang Liu · 11 years ago
  36. 57ab048 zram: use zram->lock to protect zram_free_page() in swap free notify path by Jiang Liu · 11 years ago
  37. 8b3cc3e zram: get rid of lockdep warning by Minchan Kim · 11 years ago
  38. 0231c40 zram: force disksize setting before using zram by Minchan Kim · 11 years ago
  39. 55dcbbb staging: zram: correct obsolete comment on max_zpage_size by Minchan Kim · 12 years ago
  40. 80677c2 staging: zram: conventions, __aligned() attribute by Sam Hansen · 12 years ago
  41. 130f315 staging: zram: remove special handle of uncompressed page by Minchan Kim · 12 years ago
  42. c234434 staging: zsmalloc: zsmalloc: use unsigned long instead of void * by Minchan Kim · 12 years ago
  43. 5fa5a90 staging: zram: Rename module parameter by Nitin Gupta · 12 years ago
  44. fd1a30d staging: zram: replace xvmalloc with zsmalloc by Nitin Gupta · 12 years ago
  45. 2ccbec0 zram: Fix sparse warnings by Nitin Gupta · 13 years ago
  46. 0900bea staging: zram: fix zram locking by Jerome Marchand · 13 years ago
  47. efd54f4 staging: zram: make global var "num_devices" use unique name by Noah Watkins · 13 years ago
  48. 43801f6 staging: zram: make global var "devices" use unique name by Noah Watkins · 13 years ago
  49. c5bde23 Staging: zram: Replace mutex lock by a R/W semaphore by Jerome Marchand · 13 years ago
  50. 924bd88 Staging: zram: allow partial page operations by Jerome Marchand · 13 years ago
  51. 7b19b8d zram: Prevent overflow in logical block size by Robert Jennings · 13 years ago
  52. 484875a Staging: zram: Remove need for explicit device initialization by Nitin Gupta · 14 years ago
  53. 33863c2 Staging: zram: Replace ioctls with sysfs interface by Nitin Gupta · 14 years ago
  54. f1e3cff Staging: zram: Rename ramzswap to zram in code by Nitin Gupta · 14 years ago
  55. 16a4bfb Staging: Rename ramzswap files to zram by Nitin Gupta · 14 years ago[Renamed (98%) from drivers/staging/ramzswap/ramzswap_drv.h]
  56. a1dd52a Staging: ramzswap: Support generic I/O requests by Nitin Gupta · 14 years ago
  57. 97a0638 Staging: ramzswap: Remove backing swap support by Nitin Gupta · 14 years ago
  58. 1130ebb Staging: ramzswap: Update copyright notice by Nitin Gupta · 14 years ago
  59. 6a90772 Staging: ramzswap: Use lock for 64-bit stats by Nitin Gupta · 14 years ago
  60. ef4ffb7 Staging: ramzswap: Minor spelling fixes by C yp · 14 years ago
  61. 306b0c9 Staging: virtual block device driver (ramzswap) by Nitin Gupta · 15 years ago