1. 5d9e06d bcache: fix possible memory leak in bch_cached_dev_run() by Wei Yongjun · 5 years ago
  2. 1df3877 bcache: shrink btree node cache after bch_btree_check() by Coly Li · 6 years ago
  3. 7e865eb bcache: fix potential deadlock in cached_def_free() by Coly Li · 6 years ago
  4. 80265d8 bcache: acquire bch_register_lock later in cached_dev_free() by Coly Li · 6 years ago
  5. 97ba3b8 bcache: acquire bch_register_lock later in cached_dev_detach_finish() by Coly Li · 6 years ago
  6. a59ff6c bcache: avoid a deadlock in bcache_reboot() by Coly Li · 6 years ago
  7. 5c2a634 bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed by Coly Li · 6 years ago
  8. 0c277e2 bcache: add pendings_cleanup to stop pending bcache device by Coly Li · 6 years ago
  9. 68a53c9 bcache: remove "XXX:" comment line from run_cache_set() by Coly Li · 6 years ago
  10. e0faa3d bcache: improve error message in bch_cached_dev_run() by Coly Li · 6 years ago
  11. 633bb2c bcache: add more error message in bch_cached_dev_attach() by Coly Li · 6 years ago
  12. 4b6efb4 bcache: more detailed error message to bcache_device_link() by Coly Li · 6 years ago
  13. 0b13efe bcache: add return value check to bch_cached_dev_run() by Coly Li · 6 years ago
  14. 08ec1e6 bcache: add io error counting in write_bdev_super_endio() by Coly Li · 6 years ago
  15. e6dcbd3 bcache: avoid flushing btree node in cache_set_flush() if io disabled by Coly Li · 6 years ago
  16. 695277f Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" by Coly Li · 6 years ago
  17. b387e9b bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush() by Coly Li · 6 years ago
  18. cdca22b bcache: remove redundant LIST_HEAD(journal) from run_cache_set() by Coly Li · 6 years ago
  19. 95f18c9 bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYNC branch of run_cache_set by Shenghui Wang · 6 years ago
  20. eb8cbb6 bcache: improve bcache_reboot() by Coly Li · 6 years ago
  21. 63d63b5 bcache: add comments for closure_fn to be called in closure_queue() by Coly Li · 6 years ago
  22. bb6d355 bcache: Add comments for blkdev_put() in registration code path by Coly Li · 6 years ago
  23. 88c12d4 bcache: add error check for calling register_bdev() by Coly Li · 6 years ago
  24. 2d17456 bcache: add comments for kobj release callback routine by Coly Li · 6 years ago
  25. ce3e4cf bcache: add failure check to run_cache_set() for journal replay by Coly Li · 6 years ago
  26. a4b732a bcache: fix a race between cache register and cacheset unregister by Liang Chen · 6 years ago
  27. 792732d bcache: use kmemdup_nul for CACHED_LABEL buffer by Geliang Tang · 6 years ago
  28. e8cf978 bcache: fix indentation issue, remove tabs on a hunk of code by Colin Ian King · 6 years ago
  29. 9aaf516 bcache: make cutoff_writeback and cutoff_writeback_sync tunable by Coly Li · 6 years ago
  30. 009673d bcache: add MODULE_DESCRIPTION information by Coly Li · 6 years ago
  31. ae17102 bcache: do not check if debug dentry is ERR or NULL explicitly on remove by Shenghui Wang · 6 years ago
  32. 3a646fd bcache: panic fix for making cache device by Dongbo Cao · 6 years ago
  33. f6027bc bcache: split combined if-condition code into separate ones by Dongbo Cao · 6 years ago
  34. 91bafdf bcache: remove useless parameter of bch_debug_init() by Dongbo Cao · 6 years ago
  35. 4601014 bcache: recal cached_dev_sectors on detach by Shenghui Wang · 6 years ago
  36. 2e17a26 bcache: correct dirty data statistics by Tang Junhui · 6 years ago
  37. dd0c917 bcache: fix ioctl in flash device by Tang Junhui · 6 years ago
  38. 7a55948 bcache: account size of buckets used in uuid write to ca->meta_sectors_written by Shenghui Wang · 6 years ago
  39. 0f843e6 bcache: add separate workqueue for journal_write to avoid deadlock by Guoju Fang · 6 years ago
  40. eb2b3d0 bcache: add the missing comments for smp_mb()/smp_wmb() by Coly Li · 6 years ago
  41. 87418ef bcache: add missing SPDX header by Coly Li · 6 years ago
  42. b3cf37b bcache: move open brace at end of function definitions to next line by Coly Li · 6 years ago
  43. 3be11db bcache: fix code comments style by Coly Li · 6 years ago
  44. 6ae63e3 bcache: replace printk() by pr_*() routines by Coly Li · 6 years ago
  45. b0d3098 bcache: style fixes for lines over 80 characters by Coly Li · 6 years ago
  46. fc2d598 bcache: add identifier names to arguments of function definitions by Coly Li · 6 years ago
  47. 1fae7cf bcache: style fix to add a blank line after declarations by Coly Li · 6 years ago
  48. 6f10f7d bcache: style fix to replace 'unsigned' by 'unsigned int' by Coly Li · 6 years ago
  49. ea8c5356 bcache: set max writeback rate when I/O request is idle by Coly Li · 6 years ago
  50. e57fd74 bcache: add a comment in super.c by Coly Li · 6 years ago
  51. 78ac210 bcache: do not check return value of debugfs_create_dir() by Coly Li · 6 years ago
  52. 75cbb3f bcache: stop using the deprecated get_seconds() by Arnd Bergmann · 6 years ago
  53. 9b4e9f5 bcache: do not assign in if condition in bcache_device_init() by Florian Schmaus · 6 years ago
  54. 16c1fdf bcache: do not assign in if condition in bcache_init() by Florian Schmaus · 6 years ago
  55. a56489d bcache: do not assign in if condition register_bcache() by Florian Schmaus · 6 years ago
  56. 99a27d5 bcache: simplify the calculation of the total amount of flash dirty data by Tang Junhui · 6 years ago
  57. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  58. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  59. d19936a bcache: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  60. 04cbc21 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 7 years ago
  61. 0f0709e bcache: stop bcache device when backing device is offline by Coly Li · 7 years ago
  62. 09a44ca bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set by Coly Li · 7 years ago
  63. 4fd8e13 bcache: set dc->io_disable to true in conditional_stop_bcache_device() 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. c7b7bd0 bcache: add io_disable to struct cached_dev by Coly Li · 7 years ago
  69. 27a40ab bcache: add backing_request_endio() for bi_end_io by Coly Li · 7 years ago
  70. df2b943 bcache: move closure debug file into debug directory by Chengguang Xu · 7 years ago
  71. 7e027ca bcache: add stop_when_cache_set_failed option to backing device by Coly Li · 7 years ago
  72. 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
  73. 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
  74. 804f3c6 bcache: fix cached_dev->count usage for bch_cache_set_error() by Coly Li · 7 years ago
  75. 44e1ebe bcache: Use the blk_queue_flag_{set,clear}() functions by Bart Van Assche · 7 years ago
  76. 86755b7a bcache: don't attach backing with duplicate UUID by Michael Lyle · 7 years ago
  77. cc40daf bcache: fix crashes in duplicate cache device register by Tang Junhui · 7 years ago
  78. 02aa8a8 bcache: correct flash only vols (check all uuids) by Coly Li · 7 years ago
  79. 73ac105 bcache: fix for data collapse after re-attaching an attached device by Tang Junhui · 7 years ago
  80. 682811b bcache: fix for allocator and register thread race by Tang Junhui · 7 years ago
  81. 7ba0d83 bcache: set error_limit correctly by Coly Li · 7 years ago
  82. 5138ac6 bcache: fix misleading error message in bch_count_io_errors() by Coly Li · 7 years ago
  83. 2831231 bcache: reduce cache_set devices iteration by devices_max_used by Coly Li · 7 years ago
  84. 8d29c44 bcache: stop writeback thread after detaching by Tang Junhui · 7 years ago
  85. 263663c block: convert to bio_first_bvec_all & bio_first_page_all by Ming Lei · 7 years ago
  86. 330a4db bcache: explicitly destroy mutex while exiting by Liang Chen · 7 years ago
  87. 3b304d2 bcache: convert cached_dev.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  88. e89d675 bcache: Remove redundant set_capacity by Yijing Wang · 7 years ago
  89. 1dbe32a bcache: rewrite multiple partitions support by Coly Li · 7 years ago
  90. 175206c bcache: initialize dirty stripes in flash_dev_run() by Tang Junhui · 7 years ago
  91. da22f0e bcache: silence static checker warning by Dan Carpenter · 7 years ago
  92. 9baf309 bcache: fix for gc and write-back race by Tang Junhui · 7 years ago
  93. 4b758df bcache: Fix leak of bdev reference by Jan Kara · 7 years ago
  94. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  95. 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 8 years ago
  96. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  97. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  98. bc4e54f drivers/md/bcache/super.c: use kvmalloc by Michal Hocko · 8 years ago
  99. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  100. b8c0d91 bcache: partition support: add 16 minors per bcacheN device by Eric Wheeler · 8 years ago