1. 5c25c4f bcache: finish incremental GC by Tang Junhui · 6 years ago
  2. 99a27d5 bcache: simplify the calculation of the total amount of flash dirty data by Tang Junhui · 6 years ago
  3. c8b27ac bcache: don't clone bio in bch_data_verify by Christoph Hellwig · 6 years ago
  4. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  5. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  6. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  7. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  8. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  9. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  10. d19936a bcache: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  11. ce4c3e1 bcache: Replace bch_read_string_list() by __sysfs_match_string() by Andy Shevchenko · 7 years ago
  12. ecb37ce bcache: Move couple of functions to sysfs.c by Andy Shevchenko · 7 years ago
  13. 04cbc21 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 7 years ago
  14. 0f0709e bcache: stop bcache device when backing device is offline by Coly Li · 7 years ago
  15. 1c1a2ee bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n by Coly Li · 7 years ago
  16. 09a44ca bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set by Coly Li · 7 years ago
  17. 4fd8e13 bcache: set dc->io_disable to true in conditional_stop_bcache_device() by Coly Li · 7 years ago
  18. ecb2ba8 bcache: add wait_for_kthread_stop() in bch_allocator_thread() by Coly Li · 7 years ago
  19. bf78980 bcache: count backing device I/O error for writeback I/O by Coly Li · 7 years ago
  20. 6147305 bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error() by Coly Li · 7 years ago
  21. 6e916a7 bcache: store disk name in struct cache and struct cached_dev by Coly Li · 7 years ago
  22. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  23. 5f2b18e bcache: Fix a compiler warning in bcache_device_init() by Bart Van Assche · 7 years ago
  24. 20d3a51 bcache: Reduce the number of sparse complaints about lock imbalances by Bart Van Assche · 7 years ago
  25. 4236146 bcache: Suppress more warnings about set-but-not-used variables by Bart Van Assche · 7 years ago
  26. f0d3814 bcache: Remove an unused variable by Bart Van Assche · 7 years ago
  27. 47344e3 bcache: Fix kernel-doc warnings by Bart Van Assche · 7 years ago
  28. 9dfbdec bcache: Annotate switch fall-through by Bart Van Assche · 7 years ago
  29. 4a4e443 bcache: Add __printf annotation to __bch_check_keys() by Bart Van Assche · 7 years ago
  30. fd01991 bcache: Fix indentation by Bart Van Assche · 7 years ago
  31. c7b7bd0 bcache: add io_disable to struct cached_dev by Coly Li · 7 years ago
  32. 27a40ab bcache: add backing_request_endio() for bi_end_io by Coly Li · 7 years ago
  33. df2b943 bcache: move closure debug file into debug directory by Chengguang Xu · 7 years ago
  34. ca71df3 bcache: fix using of loop variable in memory shrink by Tang Junhui · 7 years ago
  35. f3641c3 bcache: fix error return value in memory shrink by Tang Junhui · 7 years ago
  36. 688892b bcache: fix incorrect sysfs output value of strip size by Tang Junhui · 7 years ago
  37. bc082a5 bcache: fix inaccurate io state for detached bcache devices by Tang Junhui · 7 years ago
  38. 7e027ca bcache: add stop_when_cache_set_failed option to backing device by Coly Li · 7 years ago
  39. 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
  40. 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
  41. fadd94e bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set by Coly Li · 7 years ago
  42. 804f3c6 bcache: fix cached_dev->count usage for bch_cache_set_error() by Coly Li · 7 years ago
  43. 44e1ebe bcache: Use the blk_queue_flag_{set,clear}() functions by Bart Van Assche · 7 years ago
  44. 86755b7a bcache: don't attach backing with duplicate UUID by Michael Lyle · 7 years ago
  45. cc40daf bcache: fix crashes in duplicate cache device register by Tang Junhui · 7 years ago
  46. 60eb34e bcache: fix kcrashes with fio in RAID5 backend dev by Tang Junhui · 7 years ago
  47. 02aa8a8 bcache: correct flash only vols (check all uuids) by Coly Li · 7 years ago
  48. 73ac105 bcache: fix for data collapse after re-attaching an attached device by Tang Junhui · 7 years ago
  49. 7f4fc93 bcache: return attach error when no cache set exist by Tang Junhui · 7 years ago
  50. 7a5e3ec bcache: set writeback_rate_update_seconds in range [1, 60] seconds by Coly Li · 7 years ago
  51. 682811b bcache: fix for allocator and register thread race by Tang Junhui · 7 years ago
  52. 7ba0d83 bcache: set error_limit correctly by Coly Li · 7 years ago
  53. 99361bb bcache: properly set task state in bch_writeback_thread() by Coly Li · 7 years ago
  54. c4dc249 bcache: fix high CPU occupancy during journal by Tang Junhui · 7 years ago
  55. a728eac bcache: add journal statistic by Tang Junhui · 7 years ago
  56. 3609c47 bcache: closures: move control bits one bit right by Michael Lyle · 7 years ago
  57. 616486a bcache: fix writeback target calc on large devices by Michael Lyle · 7 years ago
  58. 5138ac6 bcache: fix misleading error message in bch_count_io_errors() by Coly Li · 7 years ago
  59. 2831231 bcache: reduce cache_set devices iteration by devices_max_used by Coly Li · 7 years ago
  60. b40503e bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct() by Zhai Zhaoxuan · 7 years ago
  61. ce439bf bcache: mark closure_sync() __sched by Kent Overstreet · 7 years ago
  62. e4bf791 bcache: Fix, improve efficiency of closure_sync() by Kent Overstreet · 7 years ago
  63. b1092c9 bcache: allow quick writeback when backing idle by Michael Lyle · 7 years ago
  64. 6e6ccc6 bcache: writeback: properly order backing device IO by Michael Lyle · 7 years ago
  65. 539d39e bcache: fix wrong return value in bch_debug_init() by Tang Junhui · 7 years ago
  66. 4eca1cb bcache: segregate flash only volume write streams by Tang Junhui · 7 years ago
  67. 9d13411 bcache: Use PTR_ERR_OR_ZERO() by Vasyl Gomonovych · 7 years ago
  68. 8d29c44 bcache: stop writeback thread after detaching by Tang Junhui · 7 years ago
  69. b221fc1 bcache: ret IOERR when read meets metadata error by Rui Hua · 7 years ago
  70. 25d8be7 block: move bio_alloc_pages() to bcache by Ming Lei · 7 years ago
  71. c2421ed bcache: comment on direct access to bvec table by Ming Lei · 7 years ago
  72. 263663c block: convert to bio_first_bvec_all & bio_first_page_all by Ming Lei · 7 years ago
  73. 6c4ca1e bcache: check return value of register_shrinker by Michael Lyle · 7 years ago
  74. e393aa2 bcache: recover data from backing when data is clean by Rui Hua · 7 years ago
  75. cf33c1e bcache: Fix building error on MIPS by Huacai Chen · 7 years ago
  76. bb22caf bcache: add a comment in journal bucket reading by Tang Junhui · 7 years ago
  77. 8376d3c md: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  78. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  79. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  80. 330a4db bcache: explicitly destroy mutex while exiting by Liang Chen · 7 years ago
  81. c157313 bcache: fix wrong cache_misses statistics by tang.junhui · 7 years ago
  82. d44c2f9 bcache: update bucket_in_use in real time by Tang Junhui · 7 years ago
  83. 3b304d2 bcache: convert cached_dev.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  84. d59b237 bcache: only permit to recovery read error when cache device is clean by Coly Li · 7 years ago
  85. 9ce762e bcache: writeback rate clamping: make 32 bit safe by Michael Lyle · 7 years ago
  86. 6446c68 bcache: safeguard a dangerous addressing in closure_queue by Liang Chen · 7 years ago
  87. a8500fc bcache: rearrange writeback main thread ratelimit by Michael Lyle · 7 years ago
  88. e41166c bcache: writeback rate shouldn't artifically clamp by Michael Lyle · 7 years ago
  89. ae82ddb bcache: smooth writeback rate control by Michael Lyle · 7 years ago
  90. 1d316e6 bcache: implement PI controller for writeback rate by Michael Lyle · 7 years ago
  91. 5fa89fb bcache: don't write back data if reading it failed by Michael Lyle · 7 years ago
  92. 2385010 bcache: remove unused parameter by Yijing Wang · 7 years ago
  93. b41c9b0 bcache: update bio->bi_opf bypass/writeback REQ_ flag hints by Eric Wheeler · 7 years ago
  94. e89d675 bcache: Remove redundant set_capacity by Yijing Wang · 7 years ago
  95. 1dbe32a bcache: rewrite multiple partitions support by Coly Li · 7 years ago
  96. b1e8139 bcache: fix a comments typo in bch_alloc_sectors() by Coly Li · 7 years ago
  97. 91af830 bcache: check ca->alloc_thread initialized before wake up it by Coly Li · 7 years ago
  98. 58f913d bcache: Avoid nested function definition by Peter Foley · 7 years ago
  99. a5f3d8a bcache: use llist_for_each_entry_safe() in __closure_wake_up() by Coly Li · 7 years ago
  100. 175206c bcache: initialize dirty stripes in flash_dev_run() by Tang Junhui · 7 years ago