1. cf2197c bcache: move uapi header bcache.h to bcache code directory by Coly Li · 3 years, 3 months ago
  2. 0f5cd78 bcache: remove the backing_dev_name field from struct cached_dev by Christoph Hellwig · 3 years, 3 months ago
  3. 7e84c21 bcache: remove the cache_dev_name field from struct cache by Christoph Hellwig · 3 years, 3 months ago
  4. 1616a4c bcache: remove bcache device self-defined readahead by Coly Li · 3 years, 7 months ago
  5. 11e9560 bcache: remove PTR_CACHE by Christoph Hellwig · 3 years, 9 months ago
  6. afe78ab bcache: Move journal work to new flush wq by Kai Krakow · 4 years ago
  7. 9f233ff Revert "bcache: Kill btree_io_wq" by Kai Krakow · 4 years ago
  8. 71dda2a bcache: consider the fragmentation when update the writeback rate by dongdong tao · 4 years ago
  9. 4a78426 bcache: remove embedded struct cache_sb from struct cache_set by Coly Li · 4 years, 4 months ago
  10. 63a96c0 bcache: only use bucket_bytes() on struct cache by Coly Li · 4 years, 4 months ago
  11. 3c4fae2 bcache: remove useless bucket_pages() by Coly Li · 4 years, 4 months ago
  12. 4e1ebae bcache: only use block_bytes() on struct cache by Coly Li · 4 years, 4 months ago
  13. 1132e56 bcache: add set_uuid in struct cache_set by Coly Li · 4 years, 4 months ago
  14. 08fdb2c bcache: remove for_each_cache() by Coly Li · 4 years, 4 months ago
  15. 697e234 bcache: explicitly make cache_set only have single cache by Coly Li · 4 years, 4 months ago
  16. 17e4aed bcache: remove 'int n' from parameter list of bch_bucket_alloc_set() by Coly Li · 4 years, 4 months ago
  17. c954ac8 bcache: handle cache prio_buckets and disk_buckets properly for bucket size > 8MB by Coly Li · 4 years, 6 months ago
  18. de1fafa bcache: introduce meta_bucket_pages() related helper routines by Coly Li · 4 years, 6 months ago
  19. 7a14812 bcache: fix overflow in offset_to_stripe() by Coly Li · 4 years, 6 months ago
  20. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 7 months ago
  21. 46f5aa8 bcache: Convert pr_<level> uses to a more typical style by Joe Perches · 4 years, 8 months ago
  22. 038ba8c bcache: add readahead cache policy options via sysfs interface by Coly Li · 5 years ago
  23. 475389a bcache: store a pointer to the on-disk sb in the cache and cached_dev structures by Christoph Hellwig · 5 years ago
  24. c5fcded bcache: add idle_max_writeback_rate sysfs interface by Coly Li · 5 years ago
  25. 84c529a bcache: fix deadlock in bcache_allocator by Andrea Righi · 5 years ago
  26. 34cf78b bcache: fix a lost wake-up problem caused by mca_cannibalize_lock by Guoju Fang · 5 years ago
  27. dff90d5 bcache: add reclaimed_journal_buckets to struct cache_set by Coly Li · 6 years ago
  28. d91ce75 bcache: remove retry_flush_write from struct cache_set by Coly Li · 6 years ago
  29. 249a5f6 bcache: Revert "bcache: fix high CPU occupancy during journal" by Coly Li · 6 years ago
  30. 0b13efe bcache: add return value check to bch_cached_dev_run() by Coly Li · 6 years ago
  31. 7a671d8 bcache: option to automatically run gc thread after writeback by Coly Li · 6 years ago
  32. d2f96f4 bcache: add comment for cache_set->fill_iter by Shenghui Wang · 6 years ago
  33. 91bafdf bcache: remove useless parameter of bch_debug_init() by Dongbo Cao · 6 years ago
  34. 0f843e6 bcache: add separate workqueue for journal_write to avoid deadlock by Guoju Fang · 6 years ago
  35. d0c1b89 bcache: remove unnecessary space before ioctl function pointer arguments by Coly Li · 6 years ago
  36. 958bf49 bcache: replace Symbolic permissions by octal permission numbers by Coly Li · 6 years ago
  37. b0d3098 bcache: style fixes for lines over 80 characters by Coly Li · 6 years ago
  38. fc2d598 bcache: add identifier names to arguments of function definitions by Coly Li · 6 years ago
  39. 1fae7cf bcache: style fix to add a blank line after declarations by Coly Li · 6 years ago
  40. 6f10f7d bcache: style fix to replace 'unsigned' by 'unsigned int' by Coly Li · 6 years ago
  41. ea8c5356 bcache: set max writeback rate when I/O request is idle by Coly Li · 6 years ago
  42. cb329de bcache: fix mistaken code comments in bcache.h by Coly Li · 6 years ago
  43. 78ac210 bcache: do not check return value of debugfs_create_dir() by Coly Li · 6 years ago
  44. 5c25c4f bcache: finish incremental GC by Tang Junhui · 6 years ago
  45. 99a27d5 bcache: simplify the calculation of the total amount of flash dirty data by Tang Junhui · 6 years ago
  46. d19936a bcache: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  47. 04cbc21 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 7 years ago
  48. 0f0709e bcache: stop bcache device when backing device is offline by Coly Li · 7 years ago
  49. 6e916a7 bcache: store disk name in struct cache and struct cached_dev by Coly Li · 7 years ago
  50. c7b7bd0 bcache: add io_disable to struct cached_dev by Coly Li · 7 years ago
  51. 7e027ca bcache: add stop_when_cache_set_failed option to backing device by Coly Li · 7 years ago
  52. 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
  53. 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
  54. 73ac105 bcache: fix for data collapse after re-attaching an attached device by Tang Junhui · 7 years ago
  55. 7ba0d83 bcache: set error_limit correctly by Coly Li · 7 years ago
  56. c4dc249 bcache: fix high CPU occupancy during journal by Tang Junhui · 7 years ago
  57. a728eac bcache: add journal statistic by Tang Junhui · 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. b1092c9 bcache: allow quick writeback when backing idle by Michael Lyle · 7 years ago
  61. 6e6ccc6 bcache: writeback: properly order backing device IO by Michael Lyle · 7 years ago
  62. 539d39e bcache: fix wrong return value in bch_debug_init() by Tang Junhui · 7 years ago
  63. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  64. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  65. d44c2f9 bcache: update bucket_in_use in real time by Tang Junhui · 7 years ago
  66. 3b304d2 bcache: convert cached_dev.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  67. e41166c bcache: writeback rate shouldn't artifically clamp by Michael Lyle · 7 years ago
  68. 1d316e6 bcache: implement PI controller for writeback rate by Michael Lyle · 7 years ago
  69. 9baf309 bcache: fix for gc and write-back race by Tang Junhui · 7 years ago
  70. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  71. be628be bcache: Make gc wakeup sane, remove set_task_state() by Kent Overstreet · 8 years ago
  72. 749b61d bcache: remove driver private bio splitting code by Kent Overstreet · 11 years ago
  73. bf0c55c bcache: fix crash with incomplete cache set by Slava Pestov · 11 years ago
  74. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  75. 3a2fd9d bcache: Kill bucket->gc_gen by Kent Overstreet · 11 years ago
  76. 2531d9ee bcache: Kill unused freelist by Kent Overstreet · 11 years ago
  77. 0a63b66 bcache: Rework btree cache reserve handling by Kent Overstreet · 11 years ago
  78. 56b3077 bcache: Kill btree_io_wq by Kent Overstreet · 11 years ago
  79. 4fe6a81 bcache: Add a real GC_MARK_RECLAIMABLE by Kent Overstreet · 11 years ago
  80. da415a0 bcache: Fix moving_gc deadlocking with a foreground write by Nicholas Swenson · 11 years ago
  81. 9471744 bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED by Darrick J. Wong · 11 years ago
  82. e0a985a bcache: Improve bucket_prio() calculation by Kent Overstreet · 11 years ago
  83. a85e968 bcache: Add struct btree_keys by Kent Overstreet · 11 years ago
  84. ee81128 bcache: Rename/shuffle various code around by Kent Overstreet · 11 years ago
  85. 67539e8 bcache: Add struct bset_sort_state by Kent Overstreet · 11 years ago
  86. fafff81 bcache: Bkey indexing renaming by Kent Overstreet · 11 years ago
  87. 9a02b7e bcache: Remove/fix some header dependencies by Kent Overstreet · 11 years ago
  88. 0a45114 bcache: Use a mempool for mergesort temporary space by Kent Overstreet · 11 years ago
  89. 78b77bf bcache: Btree verify code improvements by Kent Overstreet · 11 years ago
  90. 88b9f8c bcache: kill index() by Kent Overstreet · 11 years ago
  91. 7836541 bcache: Rework allocator reserves by Kent Overstreet · 11 years ago
  92. cb7a583 bcache: kill closure locking usage by Kent Overstreet · 11 years ago
  93. b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
  94. 16749c2 bcache: New writeback PD controller by Kent Overstreet · 11 years ago
  95. 981aa8c bcache: bugfix - moving_gc now moves only correct buckets by Nicholas Swenson · 11 years ago
  96. 20d0189 block: Introduce new bio_split() by Kent Overstreet · 11 years ago
  97. ed9c47b bcache: Kill unaligned bvec hack by Kent Overstreet · 11 years ago
  98. 5ceaaad bcache: Bypass torture test by Kent Overstreet · 11 years ago
  99. c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 11 years ago
  100. 48a915a bcache: Better full stripe scanning by Kent Overstreet · 11 years ago