1. 3a86156 bcache: fix variable length array abuse in btree_iter by Matthew Mirvish · 10 months ago
  2. b20a229 bcache: use of hlist_count_nodes() by Pierre Gondois · 1 year, 2 months ago
  3. 2c7f497 bcache: prevent potential division by zero error by Rand Deeb · 1 year, 4 months ago
  4. a6a1eb6 bcache: dynamically allocate the md-bcache shrinker by Qi Zheng · 1 year, 6 months ago
  5. a301b2d bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIs by ye xingchen · 1 year, 9 months ago
  6. 7020057 block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 11 months ago
  7. fa97cb8 bcache: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years, 2 months ago
  8. 0f5cd78 bcache: remove the backing_dev_name field from struct cached_dev by Christoph Hellwig · 3 years, 5 months ago
  9. 1616a4c bcache: remove bcache device self-defined readahead by Coly Li · 3 years, 9 months ago
  10. 6751c1e bcache: Avoid comma separated statements by Joe Perches · 4 years, 1 month ago
  11. 71dda2a bcache: consider the fragmentation when update the writeback rate by dongdong tao · 4 years, 1 month ago
  12. 4692612 md/bcache: convert comma to semicolon by Zheng Yongjun · 4 years, 2 months ago
  13. 6f9414e bcache: check and set sync status on cache's in-memory super block by Coly Li · 4 years, 5 months ago
  14. 63a96c0 bcache: only use bucket_bytes() on struct cache by Coly Li · 4 years, 5 months ago
  15. 4e1ebae bcache: only use block_bytes() on struct cache by Coly Li · 4 years, 5 months ago
  16. 092bd54 bcache: add sysfs file to display feature sets information of cache set by Coly Li · 4 years, 8 months ago
  17. 46f5aa8 bcache: Convert pr_<level> uses to a more typical style by Joe Perches · 4 years, 10 months ago
  18. 9876e386 bcache: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  19. 038ba8c bcache: add readahead cache policy options via sysfs interface by Coly Li · 5 years ago
  20. c5fcded bcache: add idle_max_writeback_rate sysfs interface by Coly Li · 5 years ago
  21. 7ad67ca Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  22. d55a4ae9 bcache: add cond_resched() in __bch_cache_cmp() by Shile Zhang · 6 years ago
  23. 20621fe bcache: Revert "bcache: use sysfs_match_string() instead of __sysfs_match_string()" by Coly Li · 6 years ago
  24. dff90d5 bcache: add reclaimed_journal_buckets to struct cache_set by Coly Li · 6 years ago
  25. d91ce75 bcache: remove retry_flush_write from struct cache_set by Coly Li · 6 years ago
  26. a59ff6c bcache: avoid a deadlock in bcache_reboot() by Coly Li · 6 years ago
  27. 54619998 bcache: fix mistaken sysfs entry for io_error counter by Coly Li · 6 years ago
  28. 0b13efe bcache: add return value check to bch_cached_dev_run() by Coly Li · 6 years ago
  29. 89e0341 bcache: use sysfs_match_string() instead of __sysfs_match_string() by Alexandru Ardelean · 6 years ago
  30. 1f0ffa6 bcache: only set BCACHE_DEV_WB_RUNNING when cached device attached by Coly Li · 6 years ago
  31. 4e0c04e bcache: fix inaccurate result of unused buckets by Guoju Fang · 6 years ago
  32. a91fbda bcache: fix input overflow to cache set sysfs file io_error_halflife by Coly Li · 6 years ago
  33. b150084 bcache: fix input overflow to cache set io_error_limit by Coly Li · 6 years ago
  34. 453745f bcache: fix input overflow to journal_delay_ms by Coly Li · 6 years ago
  35. dab71b2 bcache: fix input overflow to writeback_rate_minimum by Coly Li · 6 years ago
  36. 5b5fd3c bcache: fix potential div-zero error of writeback_rate_p_term_inverse by Coly Li · 6 years ago
  37. c3b75a2 bcache: fix potential div-zero error of writeback_rate_i_term_inverse by Coly Li · 6 years ago
  38. 369d21a bcache: fix input overflow to writeback_delay by Coly Li · 6 years ago
  39. f5c0b95 bcache: use sysfs_strtoul_bool() to set bit-field variables by Coly Li · 6 years ago
  40. 8c27a39 bcache: fix input overflow to sequential_cutoff by Coly Li · 6 years ago
  41. f54478c bcache: fix input integer overflow of congested threshold by Coly Li · 6 years ago
  42. d4610456 bcache: export backing_dev_uuid via sysfs by Coly Li · 6 years ago
  43. 926d194 bcache: export backing_dev_name via sysfs by Coly Li · 6 years ago
  44. cc38ca7 bcache: set writeback_percent in a flexible range by Coly Li · 6 years ago
  45. 9aaf516 bcache: make cutoff_writeback and cutoff_writeback_sync tunable by Coly Li · 6 years ago
  46. 7a671d8 bcache: option to automatically run gc thread after writeback by Coly Li · 6 years ago
  47. cb07ad6 bcache: introduce force_wake_up_gc() by Coly Li · 6 years ago
  48. f383ae3 bcache: cannot set writeback_running via sysfs if no writeback kthread created by Shenghui Wang · 6 years ago
  49. 4e361e0 bcache: update comment in sysfs.c by Shenghui Wang · 6 years ago
  50. 7567c2a bcache: Populate writeback_rate_minimum attribute by Ben Peddell · 6 years ago
  51. e1f08f1 bcache: add static const prefix to char * array declarations by Coly Li · 7 years ago
  52. b0d3098 bcache: style fixes for lines over 80 characters by Coly Li · 7 years ago
  53. 1fae7cf bcache: style fix to add a blank line after declarations by Coly Li · 7 years ago
  54. 6f10f7d bcache: style fix to replace 'unsigned' by 'unsigned int' by Coly Li · 7 years ago
  55. 46451874 bcache: fix error setting writeback_rate through sysfs interface by Coly Li · 7 years ago
  56. e921efe bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section by Shenghui Wang · 7 years ago
  57. ea8c5356 bcache: set max writeback rate when I/O request is idle by Coly Li · 7 years ago
  58. b4cb6ef bcache: display rate debug parameters to 0 when writeback is not running by Coly Li · 7 years ago
  59. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  60. ce4c3e1 bcache: Replace bch_read_string_list() by __sysfs_match_string() by Andy Shevchenko · 7 years ago
  61. ecb37ce bcache: Move couple of functions to sysfs.c by Andy Shevchenko · 7 years ago
  62. 04cbc211 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 7 years ago
  63. c7b7bd0 bcache: add io_disable to struct cached_dev by Coly Li · 7 years ago
  64. 688892b bcache: fix incorrect sysfs output value of strip size by Tang Junhui · 7 years ago
  65. 7e027ca bcache: add stop_when_cache_set_failed option to backing device by Coly Li · 7 years ago
  66. 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
  67. 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
  68. 73ac105 bcache: fix for data collapse after re-attaching an attached device by Tang Junhui · 7 years ago
  69. 7f4fc93 bcache: return attach error when no cache set exist by Tang Junhui · 7 years ago
  70. 7a5e3ec bcache: set writeback_rate_update_seconds in range [1, 60] seconds by Coly Li · 7 years ago
  71. 7ba0d83 bcache: set error_limit correctly by Coly Li · 7 years ago
  72. a728eac bcache: add journal statistic by Tang Junhui · 7 years ago
  73. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  74. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  75. 1d316e6 bcache: implement PI controller for writeback rate by Michael Lyle · 7 years ago
  76. 58f913d bcache: Avoid nested function definition by Peter Foley · 7 years ago
  77. 77fa100 bcache: Correct return value for sysfs attach errors by Tony Asleson · 8 years ago
  78. 0b43f49 bcache: gc does not work when triggering by manual command by Tang Junhui · 8 years ago
  79. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  80. cb85114 bcache: remove nested function usage by John Sheu · 11 years ago
  81. 0a63b66 bcache: Rework btree cache reserve handling by Kent Overstreet · 11 years ago
  82. 1575402 bcache: Improve priority_stats by Kent Overstreet · 11 years ago
  83. 3572324 bcache: Minor fixes from kbuild robot by Kent Overstreet · 11 years ago
  84. c052dd9 bcache: Convert btree_iter to struct btree_keys by Kent Overstreet · 11 years ago
  85. f67342d bcache: Refactor bset_tree sysfs stats by Kent Overstreet · 11 years ago
  86. a85e968 bcache: Add struct btree_keys by Kent Overstreet · 11 years ago
  87. 67539e8 bcache: Add struct bset_sort_state by Kent Overstreet · 11 years ago
  88. 7836541 bcache: Rework allocator reserves by Kent Overstreet · 11 years ago
  89. 16749c2 bcache: New writeback PD controller by Kent Overstreet · 11 years ago
  90. 5ceaaad bcache: Bypass torture test by Kent Overstreet · 11 years ago
  91. c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 12 years ago
  92. 8aee122 bcache: Kill sequential_merge option by Kent Overstreet · 12 years ago
  93. a1f0358 bcache: Incremental gc by Kent Overstreet · 11 years ago
  94. 280481d bcache: Debug code improvements by Kent Overstreet · 11 years ago
  95. 72a4451 bcache: Convert gc to a kthread by Kent Overstreet · 11 years ago
  96. 2d679fc bcache: Stripe size isn't necessarily a power of two by Kent Overstreet · 12 years ago
  97. 77c320e bcache: Add on error panic/unregister setting by Kent Overstreet · 12 years ago
  98. aee6f1c bcache: Strip endline when writing the label through sysfs by Gabriel de Perthuis · 11 years ago
  99. 7dc19d5 drivers: convert shrinkers to new count/scan API by Dave Chinner · 12 years ago
  100. d2a65ce bcache: check for allocation failures by Dan Carpenter · 12 years ago