1. 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
  2. d2d05b8 bcache: fix set_at_max_writeback_rate() for multiple attached devices by Coly Li · 2 years, 5 months ago
  3. 6dd3be6 bcache:: fix repeated words in comments by Jilin Yuan · 2 years, 5 months ago
  4. 11e529c bcache: bset: Fix comment typos by Jules Maselbas · 2 years, 5 months ago
  5. d86b4e6 bcache: remove unused bch_mark_cache_readahead function def in stats.h by Lin Feng · 2 years, 5 months ago
  6. 97d26ae bcache: remove unnecessary flush_workqueue by Li Lei · 2 years, 5 months ago
  7. 6614a3c Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 7 months ago
  8. 640c46a bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration' by Coly Li · 2 years, 8 months ago
  9. 552eee3 md/bcache: Combine two prio_io() arguments by Bart Van Assche · 2 years, 8 months ago
  10. 9a4fd6a md/bcache: Combine two uuid_io() arguments by Bart Van Assche · 2 years, 8 months ago
  11. e33c267 mm: shrinkers: provide shrinkers with names by Roman Gushchin · 2 years, 9 months ago
  12. 8b9ab62 block: remove blk_cleanup_disk by Christoph Hellwig · 2 years, 9 months ago
  13. 78c6499 Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 9 months ago
  14. a1a2d8f bcache: avoid unnecessary soft lockup in kworker update_writeback_rate() by Coly Li · 2 years, 9 months ago
  15. 40f567b md: bcache: check the return value of kzalloc() in detached_dev_do_request() by Jia-Ju Bai · 2 years, 9 months ago
  16. 7d6b902 bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_init() by Coly Li · 2 years, 9 months ago
  17. 32feee3 bcache: avoid journal no-space deadlock by reserving 1 journal bucket by Coly Li · 2 years, 9 months ago
  18. 80db4e4 bcache: remove incremental dirty sector counting for bch_sectors_dirty_init() by Coly Li · 2 years, 9 months ago
  19. 4dc34ae1 bcache: improve multithreaded bch_sectors_dirty_init() by Coly Li · 2 years, 9 months ago
  20. 6225364 bcache: improve multithreaded bch_btree_check() by Coly Li · 2 years, 9 months ago
  21. 115cd47 Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 9 months ago
  22. 9dca416 bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook() by Coly Li · 2 years, 11 months ago
  23. ff2695e bcache: put bch_bio_map() back to correct location in journal_write_unlocked() by Coly Li · 2 years, 11 months ago
  24. 44abff2c block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD by Christoph Hellwig · 2 years, 11 months ago
  25. 7020057 block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 11 months ago
  26. 066ff57 block: turn bio_kmalloc into a simple kmalloc wrapper by Christoph Hellwig · 2 years, 11 months ago
  27. 266d17a Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years ago
  28. 887554a bcache: fixup multiple threads crash by Mingzhe Zou · 3 years, 1 month ago
  29. 7b1002f bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharing by Mingzhe Zou · 3 years, 2 months ago
  30. 07fee7a bcache: use bvec_kmap_local in bio_csum by Christoph Hellwig · 3 years ago
  31. abfc426 block: pass a block_device to bio_clone_fast by Christoph Hellwig · 3 years, 1 month ago
  32. a0e8de7 block: initialize the target bio in __bio_clone_fast by Christoph Hellwig · 3 years, 1 month ago
  33. 56b4b5a block: clone crypto and integrity data in __bio_clone_fast by Christoph Hellwig · 3 years, 1 month ago
  34. a7c50c9 block: pass a block_device and opf to bio_reset by Christoph Hellwig · 3 years, 1 month ago
  35. 49add49 block: pass a block_device and opf to bio_init by Christoph Hellwig · 3 years, 1 month ago
  36. 609be10 block: pass a block_device and opf to bio_alloc_bioset by Christoph Hellwig · 3 years, 1 month ago
  37. 322cbb5 block: remove genhd.h by Christoph Hellwig · 3 years, 1 month ago
  38. fa97cb8 bcache: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years, 2 months ago
  39. aa97f6c bcache: fix NULL pointer reference in cached_dev_detach_finish by Lin Feng · 3 years, 4 months ago
  40. cb690f5 Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  41. 2878fea bcache: Revert "bcache: use bvec_virt" by Coly Li · 3 years, 4 months ago
  42. 8468f45 bcache: fix use-after-free problem in bcache_device_free() by Coly Li · 3 years, 4 months ago
  43. 3f01727 Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  44. 1b86db5 bcache: replace snprintf in show functions with sysfs_emit by Qing Wang · 3 years, 4 months ago
  45. cf2197c bcache: move uapi header bcache.h to bcache code directory by Coly Li · 3 years, 4 months ago
  46. 2961c3b bcache: add error handling support for add_disk() by Luis Chamberlain · 3 years, 5 months ago
  47. 39fa7a9 bcache: remove bch_crc64_update by Christoph Hellwig · 3 years, 4 months ago
  48. 00387bd bcache: use bvec_kmap_local in bch_data_verify by Christoph Hellwig · 3 years, 4 months ago
  49. 0f5cd78 bcache: remove the backing_dev_name field from struct cached_dev by Christoph Hellwig · 3 years, 4 months ago
  50. 7e84c21 bcache: remove the cache_dev_name field from struct cache by Christoph Hellwig · 3 years, 4 months ago
  51. 0259d44 bcache: move calc_cached_dev_sectors to proper place on backing device detach by Lin Feng · 3 years, 4 months ago
  52. d55f7cb bcache: fix error info in register_bcache() by Chao Yu · 3 years, 4 months ago
  53. a307e2a md: bcache: Fix spelling of 'acquire' by Ding Senjie · 3 years, 4 months ago
  54. cda25b8 bcache: remove bdev_sectors by Christoph Hellwig · 3 years, 5 months ago
  55. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 5 months ago
  56. 2fd3e5e bcache: use bvec_virt by Christoph Hellwig · 3 years, 7 months ago
  57. b75f4aed bcache: move the del_gendisk call out of bcache_device_free by Christoph Hellwig · 3 years, 7 months ago
  58. 224b068 bcache: add proper error unwinding in bcache_device_init by Christoph Hellwig · 3 years, 7 months ago
  59. 018eca4 block: move some macros to blkdev.h by Guoqing Jiang · 3 years, 8 months ago
  60. c66fd01 block: make the block holder code optional by Christoph Hellwig · 3 years, 7 months ago
  61. df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  62. efc1fd6 Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
  63. 41fe8d0 bcache: avoid oversized read request in cache missing code path by Coly Li · 3 years, 9 months ago
  64. 1616a4c bcache: remove bcache device self-defined readahead by Coly Li · 3 years, 9 months ago
  65. bc70852 bcache: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 10 months ago
  66. 4ee60ec include: remove pagemap.h from blkdev.h by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  67. 33ec5df bcache: fix a regression of code compiling failure in debug.c by Coly Li · 3 years, 11 months ago
  68. 62594f1 bcache: Use 64-bit arithmetic instead of 32-bit by Gustavo A. R. Silva · 3 years, 11 months ago
  69. 9c9b81c md: bcache: Trivial typo fixes in the file journal.c by Bhaskar Chowdhury · 3 years, 11 months ago
  70. be3bace md: bcache: avoid -Wempty-body warnings by Arnd Bergmann · 3 years, 11 months ago
  71. f9a018e bcache: use NULL instead of using plain integer as pointer by Yang Li · 3 years, 11 months ago
  72. 11e9560 bcache: remove PTR_CACHE by Christoph Hellwig · 3 years, 11 months ago
  73. 13e1db6 bcache: reduce redundant code in bch_cached_dev_run() by Zhiqiang Liu · 3 years, 11 months ago
  74. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 4 years ago
  75. 9820b4d Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  76. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  77. 6751c1e bcache: Avoid comma separated statements by Joe Perches · 4 years, 1 month ago
  78. afe78ab bcache: Move journal work to new flush wq by Kai Krakow · 4 years, 1 month ago
  79. d797bd9 bcache: Give btree_io_wq correct semantics again by Kai Krakow · 4 years, 1 month ago
  80. 9f233ff Revert "bcache: Kill btree_io_wq" by Kai Krakow · 4 years, 1 month ago
  81. d7fae7b bcache: Fix register_device_aync typo by Kai Krakow · 4 years, 1 month ago
  82. 71dda2a bcache: consider the fragmentation when update the writeback rate by dongdong tao · 4 years, 1 month ago
  83. 0df28ca bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WITH_FEATURES by Coly Li · 4 years, 1 month ago
  84. f65b95f bcache: use bio_set_dev to assign ->bi_bdev by Christoph Hellwig · 4 years, 1 month ago
  85. faa8e2c4 bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set' by Ming Lei · 4 years, 2 months ago
  86. 99dfc43 block: use ->bi_bdev for bio based I/O accounting by Christoph Hellwig · 4 years, 1 month ago
  87. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years, 1 month ago
  88. 5342fd4 bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET by Coly Li · 4 years, 2 months ago
  89. b16671e bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket by Coly Li · 4 years, 2 months ago
  90. 1dfc068 bcache: check unsupported feature sets for bcache register by Coly Li · 4 years, 2 months ago
  91. f7b4943d bcache: fix typo from SUUP to SUPP in features.h by Coly Li · 4 years, 2 months ago
  92. e809270 bcache: set pdev_set_uuid before scond loop iteration by Yi Li · 4 years, 2 months ago
  93. 4692612 md/bcache: convert comma to semicolon by Zheng Yongjun · 4 years, 2 months ago
  94. 117ae25 bcache:remove a superfluous check in register_bcache by Yi Li · 4 years, 2 months ago
  95. 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  96. df4ad53 bcache: fix race between setting bdev state to none and new write request direct to backing by Dongsheng Yang · 4 years, 3 months ago
  97. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 3 months ago
  98. a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 3 months ago
  99. 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 3 months ago
  100. 8d65269 block: add a bdev_kobj helper by Christoph Hellwig · 4 years, 4 months ago