1. c8bd134 drivers/block/zram/zram_drv.c: fix bug storing backing_dev by Peter Kalauskas · 6 years ago
  2. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  3. 4f7a7be zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature by Minchan Kim · 6 years ago
  4. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  5. 3f289dc block: make bdev_ops->rw_page() take a REQ_OP instead of bool by Tejun Heo · 6 years ago
  6. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  7. c026534 zram: introduce zram memory tracking by Minchan Kim · 7 years ago
  8. d7eac6b zram: record accessed second by Minchan Kim · 7 years ago
  9. 89e85bc zram: mark incompressible page as ZRAM_HUGE by Minchan Kim · 7 years ago
  10. c4d6c4cc zram: correct flag name of ZRAM_ACCESS by Minchan Kim · 7 years ago
  11. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  12. 60f5921 zram: drop max_zpage_size and use zs_huge_class_size() by Sergey Senozhatsky · 7 years ago
  13. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  14. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  15. 392db38 zram: Delete gendisk before cleaning up the request queue by Bart Van Assche · 7 years ago
  16. 263663c block: convert to bio_first_bvec_all & bio_first_page_all by Ming Lei · 7 years ago
  17. 384bc41 drivers/block/zram/zram_drv.c: make zram_page_end_io() static by Colin Ian King · 7 years ago
  18. 0b07ff3 zram: remove zlib from the list of recommended algorithms by Sergey Senozhatsky · 7 years ago
  19. 5ef3a8b zram: add zstd to the supported algorithms list by Sergey Senozhatsky · 7 years ago
  20. 23c47d2 bdi: introduce BDI_CAP_SYNCHRONOUS_IO by Minchan Kim · 7 years ago
  21. e447a01 zram: set BDI_CAP_STABLE_WRITES once by Minchan Kim · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. ae94264 zram: fix null dereference of handle by Minchan Kim · 7 years ago
  24. 48ad1ab drivers/block/zram/zram_drv.c: convert to using memset_l by Matthew Wilcox · 7 years ago
  25. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  26. 98cc093 block, THP: make block_device_operations.rw_page support THP by Huang Ying · 7 years ago
  27. 5a47074 zram: add config and doc file for writeback feature by Minchan Kim · 7 years ago
  28. 8e654f8 zram: read page from backing device by Minchan Kim · 7 years ago
  29. db8ffbd zram: write incompressible pages to backing device by Minchan Kim · 7 years ago
  30. ae85a80 zram: identify asynchronous IO's return value by Minchan Kim · 7 years ago
  31. 1363d46 zram: add free space management in backing device by Minchan Kim · 7 years ago
  32. 013bf95 zram: add interface to specif backing device by Minchan Kim · 7 years ago
  33. 693dc1c zram: rename zram_decompress_page to __zram_bvec_read by Minchan Kim · 7 years ago
  34. 97ec7c8 zram: inline zram_compress by Minchan Kim · 7 years ago
  35. 4ebbe7f zram: clean up duplicated codes in __zram_bvec_write by Minchan Kim · 7 years ago
  36. f357e34 zram: rework copy of compressor name in comp_algorithm_store() by Matthias Kaehlcke · 7 years ago
  37. d62e26b block: pass in queue to inflight accounting by Jens Axboe · 8 years ago
  38. bc1bb36 zram: constify attribute_group structures. by Arvind Yadav · 8 years ago
  39. ed8a555 zram: use __sysfs_match_string() helper by Andy Shevchenko · 8 years ago
  40. 51f9f82 zram: count same page write as page_stored by Minchan Kim · 8 years ago
  41. f40609d zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO() by Greg Kroah-Hartman · 8 years ago
  42. 27104a5 zram: use class_groups instead of class_attrs by Greg Kroah-Hartman · 8 years ago
  43. f0fe998 zram: reduce load operation in page_same_filled by Sangwoo Park · 8 years ago
  44. 302128d zram: use zram_free_page instead of open-coded by Minchan Kim · 8 years ago
  45. 643ae61 zram: introduce zram data accessor by Minchan Kim · 8 years ago
  46. beb6602 zram: remove zram_meta structure by Minchan Kim · 8 years ago
  47. 86c4981 zram: use zram_slot_lock instead of raw bit_spin_lock op by Minchan Kim · 8 years ago
  48. 1f7319c zram: partial IO refactoring by Minchan Kim · 8 years ago
  49. e86942c zram: handle multiple pages attached bio's bvec by Minchan Kim · 8 years ago
  50. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  51. d72e9a7a zram: do not use copy_page with non-page aligned address by Minchan Kim · 8 years ago
  52. 4ca82da zram: fix operator precedence to get offset by Minchan Kim · 8 years ago
  53. 31edeacd zram: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  54. 0bc3153 zram: set physical queue limits to avoid array out of bounds accesses by Johannes Thumshirn · 8 years ago
  55. 8e19d54 zram: extend zero pages to same element pages by zhouxianrong · 8 years ago
  56. a09759a zram: remove waitqueue for IO done by Minchan Kim · 8 years ago
  57. c87d165 zram: remove obsolete sysfs attrs by Sergey Senozhatsky · 8 years ago
  58. e173549 zram_drv: update for backing dev info changes by Jens Axboe · 8 years ago
  59. b09ab05 zram: support BDI_CAP_STABLE_WRITES by Minchan Kim · 8 years ago
  60. e7ccfc4 zram: revalidate disk under init_lock by Minchan Kim · 8 years ago
  61. 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
  62. 5c7e9cc zram: restrict add/remove attributes to root only by Sergey Senozhatsky · 8 years ago
  63. 1dd6c83 zram: Convert to hotplug state machine by Anna-Maria Gleixner · 8 years ago
  64. 529e71e zram: fix unbalanced idr management at hot removal by Takashi Iwai · 8 years ago
  65. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  66. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  67. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  68. 9bc482d zram: use __GFP_MOVABLE for memory allocation by Minchan Kim · 8 years ago
  69. 16d3772 zram: drop gfp_t from zcomp_strm_alloc() by Sergey Senozhatsky · 8 years ago
  70. eb9f56d zram: add more compression algorithms by Sergey Senozhatsky · 8 years ago
  71. ce1ed9f zram: delete custom lzo/lz4 by Sergey Senozhatsky · 8 years ago
  72. 415403b zram: use crypto api to check alg availability by Sergey Senozhatsky · 8 years ago
  73. ebaf9ab zram: switch to crypto compress API by Sergey Senozhatsky · 8 years ago
  74. 2aea849 zram: rename zstrm find-release functions by Sergey Senozhatsky · 8 years ago
  75. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
  76. 623e47f zram: introduce per-device debug_stat sysfs node by Sergey Senozhatsky · 9 years ago
  77. 43209ea zram: remove max_comp_streams internals by Sergey Senozhatsky · 9 years ago
  78. da9556a zram: user per-cpu compression streams by Sergey Senozhatsky · 9 years ago
  79. d0d8da2 zsmalloc: require GFP in zs_malloc() by Sergey Senozhatsky · 9 years ago
  80. 17ec4cd zram: don't call idr_remove() from zram_remove() by Jerome Marchand · 9 years ago
  81. e02d238 zram/zcomp: do not zero out zcomp private pages by Sergey Senozhatsky · 9 years ago
  82. 75d8947 zram: pass gfp from zcomp frontend to backend by Minchan Kim · 9 years ago
  83. d913897 zram: try vmalloc() after kmalloc() by Kyeongdon Kim · 9 years ago
  84. 3d5fe03 zram/zcomp: use GFP_NOIO to allocate streams by Sergey Senozhatsky · 9 years ago
  85. 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  86. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  87. 1c53e0d zram: make is_partial_io/valid_io_request/page_zero_filled return boolean by Geliang Tang · 9 years ago
  88. 1237275 zram: keep the exact overcommited value in mem_used_max by Sergey SENOZHATSKY · 9 years ago
  89. 1d5b43b zram: introduce comp algorithm fallback functionality by Luis Henriques · 9 years ago
  90. 3aaf14d zram: fix possible use after free in zcomp_create() by Luis Henriques · 9 years ago
  91. 7086496 zram: unify error reporting by Sergey Senozhatsky · 9 years ago
  92. 860c707 zsmalloc: account the number of compacted pages by Sergey Senozhatsky · 9 years ago
  93. 7d3f393 zsmalloc/zram: introduce zs_pool_stats api by Sergey Senozhatsky · 9 years ago
  94. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  95. 4ce321f zram: fix pool name truncation by Sergey Senozhatsky · 9 years ago
  96. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 10 years ago
  97. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  98. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  99. d93435c zram: check comp algorithm availability earlier by Sergey Senozhatsky · 10 years ago
  100. 4bbacd5 zram: cut trailing newline in algorithm name by Sergey Senozhatsky · 10 years ago