1. 79b8a3d bcache: Populate writeback_rate_minimum attribute by Ben Peddell · 6 years ago
  2. e52ad8e bcache: fix miss key refill->end in writeback by Tang Junhui · 6 years ago
  3. 9e9f19e bcache: correct dirty data statistics by Tang Junhui · 6 years ago
  4. 32870e2 bcache: fix ioctl in flash device by Tang Junhui · 6 years ago
  5. fec039e bcache: trace missed reading by cache_missed by Tang Junhui · 6 years ago
  6. 0f843e6 bcache: add separate workqueue for journal_write to avoid deadlock by Guoju Fang · 6 years ago
  7. 3943b040 bcache: release dc->writeback_lock properly in bch_writeback_thread() by Shan Hai · 6 years ago
  8. 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  9. d235996 bcache: use routines from lib/crc64.c for CRC64 calculation by Coly Li · 6 years ago
  10. eb2b3d0 bcache: add the missing comments for smp_mb()/smp_wmb() by Coly Li · 6 years ago
  11. d0c1b89 bcache: remove unnecessary space before ioctl function pointer arguments by Coly Li · 6 years ago
  12. 87418ef bcache: add missing SPDX header by Coly Li · 6 years ago
  13. b3cf37b bcache: move open brace at end of function definitions to next line by Coly Li · 6 years ago
  14. e1f08f1 bcache: add static const prefix to char * array declarations by Coly Li · 6 years ago
  15. 3be11db bcache: fix code comments style by Coly Li · 6 years ago
  16. 3069211 bcache: do not check NULL pointer before calling kmem_cache_destroy by Coly Li · 6 years ago
  17. bc81b47 bcache: prefer 'help' in Kconfig by Coly Li · 6 years ago
  18. 2b1edd2 bcache: fix typo 'succesfully' to 'successfully' by Coly Li · 6 years ago
  19. d9c61d3 bcache: replace '%pF' by '%pS' in seq_printf() by Coly Li · 6 years ago
  20. c63ca78 bcache: fix indent by replacing blank by tabs by Coly Li · 6 years ago
  21. 6ae63e3 bcache: replace printk() by pr_*() routines by Coly Li · 6 years ago
  22. 958bf49 bcache: replace Symbolic permissions by octal permission numbers by Coly Li · 6 years ago
  23. b0d3098 bcache: style fixes for lines over 80 characters by Coly Li · 6 years ago
  24. fc2d598 bcache: add identifier names to arguments of function definitions by Coly Li · 6 years ago
  25. 1fae7cf bcache: style fix to add a blank line after declarations by Coly Li · 6 years ago
  26. 6f10f7d bcache: style fix to replace 'unsigned' by 'unsigned int' by Coly Li · 6 years ago
  27. 4645187 bcache: fix error setting writeback_rate through sysfs interface by Coly Li · 6 years ago
  28. cbb751c bcache: trivial - remove tailing backslash in macro BTREE_FLAG by Shenghui Wang · 6 years ago
  29. e921efe bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section by Shenghui Wang · 6 years ago
  30. ea8c5356 bcache: set max writeback rate when I/O request is idle by Coly Li · 6 years ago
  31. b467a6a bcache: add code comments for bset.c by Coly Li · 6 years ago
  32. 0cba2e7 bcache: fix mistaken comments in request.c by Coly Li · 6 years ago
  33. cb329de bcache: fix mistaken code comments in bcache.h by Coly Li · 6 years ago
  34. e57fd74 bcache: add a comment in super.c by Coly Li · 6 years ago
  35. c2e8dcf bcache: avoid unncessary cache prefetch bch_btree_node_get() by Coly Li · 6 years ago
  36. b4cb6ef bcache: display rate debug parameters to 0 when writeback is not running by Coly Li · 6 years ago
  37. 78ac210 bcache: do not check return value of debugfs_create_dir() by Coly Li · 6 years ago
  38. 75cbb3f bcache: stop using the deprecated get_seconds() by Arnd Bergmann · 6 years ago
  39. 9b4e9f5 bcache: do not assign in if condition in bcache_device_init() by Florian Schmaus · 6 years ago
  40. 16c1fdf bcache: do not assign in if condition in bcache_init() by Florian Schmaus · 6 years ago
  41. 6268dc2 bcache: free heap cache_set->flush_btree in bch_journal_free by Shenghui Wang · 6 years ago
  42. a56489d bcache: do not assign in if condition register_bcache() by Florian Schmaus · 6 years ago
  43. 94f71c1 bcache: fix I/O significant decline while backend devices registering by Tang Junhui · 6 years ago
  44. 7f4a59d bcache: calculate the number of incremental GC nodes according to the total of btree nodes by Tang Junhui · 6 years ago
  45. 5c25c4f bcache: finish incremental GC by Tang Junhui · 6 years ago
  46. 99a27d5 bcache: simplify the calculation of the total amount of flash dirty data by Tang Junhui · 6 years ago
  47. c8b27ac bcache: don't clone bio in bch_data_verify by Christoph Hellwig · 6 years ago
  48. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  49. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  50. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 6 years ago
  51. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  52. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  53. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  54. d19936a bcache: convert to bioset_init()/mempool_init() by Kent Overstreet · 6 years ago
  55. ce4c3e1 bcache: Replace bch_read_string_list() by __sysfs_match_string() by Andy Shevchenko · 6 years ago
  56. ecb37ce bcache: Move couple of functions to sysfs.c by Andy Shevchenko · 6 years ago
  57. 04cbc21 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 6 years ago
  58. 0f0709e bcache: stop bcache device when backing device is offline by Coly Li · 6 years ago
  59. 1c1a2ee bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n by Coly Li · 6 years ago
  60. 09a44ca bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set by Coly Li · 7 years ago
  61. 4fd8e13 bcache: set dc->io_disable to true in conditional_stop_bcache_device() by Coly Li · 7 years ago
  62. ecb2ba8 bcache: add wait_for_kthread_stop() in bch_allocator_thread() by Coly Li · 7 years ago
  63. bf78980 bcache: count backing device I/O error for writeback I/O by Coly Li · 7 years ago
  64. 6147305 bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error() by Coly Li · 7 years ago
  65. 6e916a7 bcache: store disk name in struct cache and struct cached_dev by Coly Li · 7 years ago
  66. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  67. 5f2b18e bcache: Fix a compiler warning in bcache_device_init() by Bart Van Assche · 7 years ago
  68. 20d3a51 bcache: Reduce the number of sparse complaints about lock imbalances by Bart Van Assche · 7 years ago
  69. 4236146 bcache: Suppress more warnings about set-but-not-used variables by Bart Van Assche · 7 years ago
  70. f0d3814 bcache: Remove an unused variable by Bart Van Assche · 7 years ago
  71. 47344e3 bcache: Fix kernel-doc warnings by Bart Van Assche · 7 years ago
  72. 9dfbdec bcache: Annotate switch fall-through by Bart Van Assche · 7 years ago
  73. 4a4e443 bcache: Add __printf annotation to __bch_check_keys() by Bart Van Assche · 7 years ago
  74. fd01991 bcache: Fix indentation by Bart Van Assche · 7 years ago
  75. c7b7bd0 bcache: add io_disable to struct cached_dev by Coly Li · 7 years ago
  76. 27a40ab bcache: add backing_request_endio() for bi_end_io by Coly Li · 7 years ago
  77. df2b943 bcache: move closure debug file into debug directory by Chengguang Xu · 7 years ago
  78. ca71df3 bcache: fix using of loop variable in memory shrink by Tang Junhui · 7 years ago
  79. f3641c3 bcache: fix error return value in memory shrink by Tang Junhui · 7 years ago
  80. 688892b bcache: fix incorrect sysfs output value of strip size by Tang Junhui · 7 years ago
  81. bc082a5 bcache: fix inaccurate io state for detached bcache devices by Tang Junhui · 7 years ago
  82. 7e027ca bcache: add stop_when_cache_set_failed option to backing device by Coly Li · 7 years ago
  83. 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
  84. 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
  85. fadd94e bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set by Coly Li · 7 years ago
  86. 804f3c6 bcache: fix cached_dev->count usage for bch_cache_set_error() by Coly Li · 7 years ago
  87. 44e1ebe bcache: Use the blk_queue_flag_{set,clear}() functions by Bart Van Assche · 7 years ago
  88. 86755b7a bcache: don't attach backing with duplicate UUID by Michael Lyle · 7 years ago
  89. cc40daf bcache: fix crashes in duplicate cache device register by Tang Junhui · 7 years ago
  90. 60eb34e bcache: fix kcrashes with fio in RAID5 backend dev by Tang Junhui · 7 years ago
  91. 02aa8a8 bcache: correct flash only vols (check all uuids) by Coly Li · 7 years ago
  92. 73ac105 bcache: fix for data collapse after re-attaching an attached device by Tang Junhui · 7 years ago
  93. 7f4fc93 bcache: return attach error when no cache set exist by Tang Junhui · 7 years ago
  94. 7a5e3ec bcache: set writeback_rate_update_seconds in range [1, 60] seconds by Coly Li · 7 years ago
  95. 682811b bcache: fix for allocator and register thread race by Tang Junhui · 7 years ago
  96. 7ba0d83 bcache: set error_limit correctly by Coly Li · 7 years ago
  97. 99361bb bcache: properly set task state in bch_writeback_thread() by Coly Li · 7 years ago
  98. c4dc249 bcache: fix high CPU occupancy during journal by Tang Junhui · 7 years ago
  99. a728eac bcache: add journal statistic by Tang Junhui · 7 years ago
  100. 3609c47 bcache: closures: move control bits one bit right by Michael Lyle · 7 years ago