1. 99ebbd3 revert "zram: move compact_store() to sysfs functions area" by Andrew Morton · 10 years ago
  2. 201c7b7 zram: fix error return code by Julia Lawall · 10 years ago
  3. 8f7d282 zram: deprecate zram attrs sysfs nodes by Sergey Senozhatsky · 10 years ago
  4. 4f2109f zram: export new 'mm_stat' sysfs attrs by Sergey Senozhatsky · 10 years ago
  5. 2f6a3be zram: export new 'io_stat' sysfs attrs by Sergey Senozhatsky · 10 years ago
  6. 8811a94 zram: use generic start/end io accounting by Sergey Senozhatsky · 10 years ago
  7. c72c616 zram: move compact_store() to sysfs functions area by Sergey Senozhatsky · 10 years ago
  8. 10447b6 zram: remove `num_migrated' device attr by Sergey Senozhatsky · 10 years ago
  9. 4e3ba87 zram: support compaction by Minchan Kim · 10 years ago
  10. 2ea55a2 zram: use proper type to update max_used_pages by Joonsoo Kim · 10 years ago
  11. 3eba0c6 mm/zpool: add name argument to create zpool by Ganesh Mahendran · 10 years ago
  12. ee98016 zram: remove request_queue from struct zram by Sergey Senozhatsky · 10 years ago
  13. 08eee69 zram: remove init_lock in zram_make_request by Minchan Kim · 10 years ago
  14. 2b269ce zram: check bd_openers instead of bd_holders by Minchan Kim · 10 years ago
  15. a096caf zram: rework reset and destroy path by Sergey Senozhatsky · 10 years ago
  16. ba6b17d zram: fix umount-reset_store-mount race condition by Sergey Senozhatsky · 10 years ago
  17. 1fec117 zram: free meta table in zram_meta_free by Ganesh Mahendran · 10 years ago
  18. b817995 zram: clean up zram_meta_alloc() by Sergey Senozhatsky · 10 years ago
  19. 083914e zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute by Ganesh Mahendran · 10 years ago
  20. d49b1c2 mm/zram: correct ZRAM_ZERO flag bit position by Mahendran Ganesh · 10 years ago
  21. 8c7f010 zram: implement rw_page operation of zram by karam.lee · 10 years ago
  22. 54850e7 zram: change parameter from vaild_io_request() by karam.lee · 10 years ago
  23. b627cff zram: remove bio parameter from zram_bvec_rw() by karam.lee · 10 years ago
  24. c406515 zram: avoid kunmap_atomic() of a NULL pointer by Weijie Yang · 10 years ago
  25. 5a99e95 zram: avoid NULL pointer access in concurrent situation by Weijie Yang · 10 years ago
  26. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  27. 015254d zram: use notify_free to account all free notifications by Sergey Senozhatsky · 10 years ago
  28. 461a8ee zram: report maximum used memory by Minchan Kim · 10 years ago
  29. 9ada9da zram: zram memory size limitation by Minchan Kim · 10 years ago
  30. 722cdc1 zsmalloc: change return value unit of zs_get_total_size_bytes by Minchan Kim · 10 years ago
  31. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  32. 0cf1e9d zram: fix incorrect stat with failed_reads by Chao Yu · 10 years ago
  33. d2d5e76 zram: replace global tb_lock with fine grain lock by Weijie Yang · 10 years ago
  34. 023b409 zram: use size_t instead of u16 by Minchan Kim · 10 years ago
  35. a830eff zram: remove unused SECTOR_SIZE define by Sergey Senozhatsky · 10 years ago
  36. cb8f2ee zram: rename struct `table' to `zram_table_entry' by Sergey Senozhatsky · 10 years ago
  37. b4c5c60 zram: avoid lockdep splat by revalidate_disk by Minchan Kim · 11 years ago
  38. 2e32bae zram: revalidate disk after capacity change by Minchan Kim · 11 years ago
  39. 38515c7 zram: correct offset usage in zram_bio_discard by Weijie Yang · 11 years ago
  40. f4659d8 zram: support REQ_DISCARD by Joonsoo Kim · 11 years ago
  41. 56b4e8c zram: use scnprintf() in attrs show() methods by Sergey Senozhatsky · 11 years ago
  42. 60a726e zram: propagate error to user by Minchan Kim · 11 years ago
  43. fcfa8d9 zram: return error-valued pointer from zcomp_create() by Sergey Senozhatsky · 11 years ago
  44. d61f98c zram: move comp allocation out of init_lock by Sergey Senozhatsky · 11 years ago
  45. 6e76668 zram: add lz4 algorithm backend by Sergey Senozhatsky · 11 years ago
  46. e46b8a0 zram: make compression algorithm selection possible by Sergey Senozhatsky · 11 years ago
  47. fe8eb12 zram: add set_max_streams knob by Sergey Senozhatsky · 11 years ago
  48. beca3ec zram: add multi stream functionality by Sergey Senozhatsky · 11 years ago
  49. 9cc9752 zram: factor out single stream compression by Sergey Senozhatsky · 11 years ago
  50. b7ca232 zram: use zcomp compressing backends by Sergey Senozhatsky · 11 years ago
  51. e7e1ef4 zram: introduce compressing backend abstraction by Sergey Senozhatsky · 11 years ago
  52. b67d1ec zram: delete zram_init_device() by Sergey Senozhatsky · 11 years ago
  53. e64cd51 zram: move zram size warning to documentation by Sergey Senozhatsky · 11 years ago
  54. 59fc86a zram: drop not used table `count' member by Sergey Senozhatsky · 11 years ago
  55. 6444724 zram: report failed read and write stats by Sergey Senozhatsky · 11 years ago
  56. a68eb3b zram: remove zram stats code duplication by Sergey Senozhatsky · 11 years ago
  57. 90a7806 zram: use atomic64_t for all zram stats by Sergey Senozhatsky · 11 years ago
  58. b7cccf8 zram: remove good and bad compress stats by Sergey Senozhatsky · 11 years ago
  59. be257c6 zram: do not pass rw argument to __zram_make_request() by Sergey Senozhatsky · 11 years ago
  60. be2d1d5 zram: drop `init_done' struct zram member by Sergey Senozhatsky · 11 years ago
  61. db5d711 zram: avoid null access when fail to alloc meta by Minchan Kim · 11 years ago
  62. e46e331 zram: remove zram->lock in read path and change it with mutex by Minchan Kim · 11 years ago
  63. f614a9f zram: remove workqueue for freeing removed pending slot by Minchan Kim · 11 years ago
  64. 9296747 zram: introduce zram->tb_lock by Minchan Kim · 11 years ago
  65. deb0bde zram: use atomic operation for stat by Minchan Kim · 11 years ago
  66. 874e3cd zram: remove unnecessary free by Minchan Kim · 11 years ago
  67. 9b353db zram: delay pending free request in read path by Minchan Kim · 11 years ago
  68. da4a041 zram: fix race between reset and flushing pending work by Minchan Kim · 11 years ago
  69. 7bfb3de zram: add copyright by Minchan Kim · 11 years ago
  70. 4906123 zram: remove old private project comment by Minchan Kim · 11 years ago
  71. cd67e10 zram: promote zram from staging by Minchan Kim · 11 years ago