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