1. bc1bb36 zram: constify attribute_group structures. by Arvind Yadav · 7 years ago
  2. ed8a555 zram: use __sysfs_match_string() helper by Andy Shevchenko · 7 years ago
  3. 51f9f82 zram: count same page write as page_stored by Minchan Kim · 7 years ago
  4. f40609d zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO() by Greg Kroah-Hartman · 8 years ago
  5. 27104a5 zram: use class_groups instead of class_attrs by Greg Kroah-Hartman · 8 years ago
  6. f0fe998 zram: reduce load operation in page_same_filled by Sangwoo Park · 8 years ago
  7. 302128d zram: use zram_free_page instead of open-coded by Minchan Kim · 8 years ago
  8. 643ae61 zram: introduce zram data accessor by Minchan Kim · 8 years ago
  9. beb6602 zram: remove zram_meta structure by Minchan Kim · 8 years ago
  10. 86c4981 zram: use zram_slot_lock instead of raw bit_spin_lock op by Minchan Kim · 8 years ago
  11. 1f7319c zram: partial IO refactoring by Minchan Kim · 8 years ago
  12. e86942c zram: handle multiple pages attached bio's bvec by Minchan Kim · 8 years ago
  13. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  14. d72e9a7 zram: do not use copy_page with non-page aligned address by Minchan Kim · 8 years ago
  15. 4ca82da zram: fix operator precedence to get offset by Minchan Kim · 8 years ago
  16. 31edeac zram: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  17. 0bc3153 zram: set physical queue limits to avoid array out of bounds accesses by Johannes Thumshirn · 8 years ago
  18. 8e19d54 zram: extend zero pages to same element pages by zhouxianrong · 8 years ago
  19. a09759a zram: remove waitqueue for IO done by Minchan Kim · 8 years ago
  20. c87d165 zram: remove obsolete sysfs attrs by Sergey Senozhatsky · 8 years ago
  21. e173549 zram_drv: update for backing dev info changes by Jens Axboe · 8 years ago
  22. b09ab05 zram: support BDI_CAP_STABLE_WRITES by Minchan Kim · 8 years ago
  23. e7ccfc4 zram: revalidate disk under init_lock by Minchan Kim · 8 years ago
  24. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  25. 5c7e9cc zram: restrict add/remove attributes to root only by Sergey Senozhatsky · 8 years ago
  26. 1dd6c83 zram: Convert to hotplug state machine by Anna-Maria Gleixner · 8 years ago
  27. 529e71e zram: fix unbalanced idr management at hot removal by Takashi Iwai · 8 years ago
  28. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  29. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  30. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  31. 9bc482d zram: use __GFP_MOVABLE for memory allocation by Minchan Kim · 8 years ago
  32. 16d3772 zram: drop gfp_t from zcomp_strm_alloc() by Sergey Senozhatsky · 8 years ago
  33. eb9f56d zram: add more compression algorithms by Sergey Senozhatsky · 8 years ago
  34. ce1ed9f zram: delete custom lzo/lz4 by Sergey Senozhatsky · 8 years ago
  35. 415403b zram: use crypto api to check alg availability by Sergey Senozhatsky · 8 years ago
  36. ebaf9ab zram: switch to crypto compress API by Sergey Senozhatsky · 8 years ago
  37. 2aea849 zram: rename zstrm find-release functions by Sergey Senozhatsky · 8 years ago
  38. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
  39. 623e47f zram: introduce per-device debug_stat sysfs node by Sergey Senozhatsky · 9 years ago
  40. 43209ea zram: remove max_comp_streams internals by Sergey Senozhatsky · 9 years ago
  41. da9556a zram: user per-cpu compression streams by Sergey Senozhatsky · 9 years ago
  42. d0d8da2 zsmalloc: require GFP in zs_malloc() by Sergey Senozhatsky · 9 years ago
  43. 17ec4cd zram: don't call idr_remove() from zram_remove() by Jerome Marchand · 9 years ago
  44. e02d238 zram/zcomp: do not zero out zcomp private pages by Sergey Senozhatsky · 9 years ago
  45. 75d8947 zram: pass gfp from zcomp frontend to backend by Minchan Kim · 9 years ago
  46. d913897 zram: try vmalloc() after kmalloc() by Kyeongdon Kim · 9 years ago
  47. 3d5fe03 zram/zcomp: use GFP_NOIO to allocate streams by Sergey Senozhatsky · 9 years ago
  48. 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  49. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  50. 1c53e0d zram: make is_partial_io/valid_io_request/page_zero_filled return boolean by Geliang Tang · 9 years ago
  51. 1237275 zram: keep the exact overcommited value in mem_used_max by Sergey SENOZHATSKY · 9 years ago
  52. 1d5b43b zram: introduce comp algorithm fallback functionality by Luis Henriques · 9 years ago
  53. 3aaf14d zram: fix possible use after free in zcomp_create() by Luis Henriques · 9 years ago
  54. 7086496 zram: unify error reporting by Sergey Senozhatsky · 9 years ago
  55. 860c707 zsmalloc: account the number of compacted pages by Sergey Senozhatsky · 9 years ago
  56. 7d3f393 zsmalloc/zram: introduce zs_pool_stats api by Sergey Senozhatsky · 9 years ago
  57. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  58. 4ce321f zram: fix pool name truncation by Sergey Senozhatsky · 9 years ago
  59. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 10 years ago
  60. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  61. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  62. d93435c zram: check comp algorithm availability earlier by Sergey Senozhatsky · 10 years ago
  63. 4bbacd5 zram: cut trailing newline in algorithm name by Sergey Senozhatsky · 10 years ago
  64. 17162f4 zram: cosmetic zram_bvec_write() cleanup by Sergey Senozhatsky · 10 years ago
  65. 6566d1a zram: add dynamic device add/remove functionality by Sergey Senozhatsky · 10 years ago
  66. f405c44 zram: close race by open overriding by Sergey Senozhatsky · 10 years ago
  67. 92ff152 zram: return zram device_id from zram_add() by Sergey Senozhatsky · 10 years ago
  68. b31177f zram: trivial: correct flag operations comment by Sergey Senozhatsky · 10 years ago
  69. d12b63c zram: report every added and removed device by Sergey Senozhatsky · 10 years ago
  70. c3cdb40 zram: remove max_num_devices limitation by Sergey Senozhatsky · 10 years ago
  71. 522698d zram: reorganize code layout by Sergey Senozhatsky · 10 years ago
  72. 85508ec zram: use idr instead of `zram_devices' array by Sergey Senozhatsky · 10 years ago
  73. 3bca3ef zram: cosmetic ZRAM_ATTR_RO code formatting tweak by Sergey Senozhatsky · 10 years ago
  74. 9e65bf6 zram: remove obsolete ZRAM_DEBUG option by Marcin Jabrzyk · 10 years ago
  75. d7ad41a zram: clear disk io accounting when reset zram device by Weijie Yang · 10 years ago
  76. 99ebbd3 revert "zram: move compact_store() to sysfs functions area" by Andrew Morton · 10 years ago
  77. 201c7b7 zram: fix error return code by Julia Lawall · 10 years ago
  78. 8f7d282 zram: deprecate zram attrs sysfs nodes by Sergey Senozhatsky · 10 years ago
  79. 4f2109f zram: export new 'mm_stat' sysfs attrs by Sergey Senozhatsky · 10 years ago
  80. 2f6a3be zram: export new 'io_stat' sysfs attrs by Sergey Senozhatsky · 10 years ago
  81. 8811a94 zram: use generic start/end io accounting by Sergey Senozhatsky · 10 years ago
  82. c72c616 zram: move compact_store() to sysfs functions area by Sergey Senozhatsky · 10 years ago
  83. 10447b6 zram: remove `num_migrated' device attr by Sergey Senozhatsky · 10 years ago
  84. 4e3ba87 zram: support compaction by Minchan Kim · 10 years ago
  85. 2ea55a2 zram: use proper type to update max_used_pages by Joonsoo Kim · 10 years ago
  86. 3eba0c6 mm/zpool: add name argument to create zpool by Ganesh Mahendran · 10 years ago
  87. ee980160 zram: remove request_queue from struct zram by Sergey Senozhatsky · 10 years ago
  88. 08eee69 zram: remove init_lock in zram_make_request by Minchan Kim · 10 years ago
  89. 2b269ce zram: check bd_openers instead of bd_holders by Minchan Kim · 10 years ago
  90. a096caf zram: rework reset and destroy path by Sergey Senozhatsky · 10 years ago
  91. ba6b17d zram: fix umount-reset_store-mount race condition by Sergey Senozhatsky · 10 years ago
  92. 1fec117 zram: free meta table in zram_meta_free by Ganesh Mahendran · 10 years ago
  93. b817995 zram: clean up zram_meta_alloc() by Sergey Senozhatsky · 10 years ago
  94. 083914e zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute by Ganesh Mahendran · 10 years ago
  95. d49b1c2 mm/zram: correct ZRAM_ZERO flag bit position by Mahendran Ganesh · 10 years ago
  96. 8c7f010 zram: implement rw_page operation of zram by karam.lee · 10 years ago
  97. 54850e7 zram: change parameter from vaild_io_request() by karam.lee · 10 years ago
  98. b627cff zram: remove bio parameter from zram_bvec_rw() by karam.lee · 10 years ago
  99. c406515 zram: avoid kunmap_atomic() of a NULL pointer by Weijie Yang · 10 years ago
  100. 5a99e95 zram: avoid NULL pointer access in concurrent situation by Weijie Yang · 10 years ago