- aa97f6c bcache: fix NULL pointer reference in cached_dev_detach_finish by Lin Feng · 3 years, 2 months ago
- cb690f5 Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
- 2878fea bcache: Revert "bcache: use bvec_virt" by Coly Li · 3 years, 2 months ago
- 8468f45 bcache: fix use-after-free problem in bcache_device_free() by Coly Li · 3 years, 2 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, 2 months ago
- 1b86db5 bcache: replace snprintf in show functions with sysfs_emit by Qing Wang · 3 years, 2 months ago
- cf2197c bcache: move uapi header bcache.h to bcache code directory by Coly Li · 3 years, 2 months ago
- 2961c3b bcache: add error handling support for add_disk() by Luis Chamberlain · 3 years, 2 months ago
- 39fa7a9 bcache: remove bch_crc64_update by Christoph Hellwig · 3 years, 2 months ago
- 00387bd bcache: use bvec_kmap_local in bch_data_verify by Christoph Hellwig · 3 years, 2 months ago
- 0f5cd78 bcache: remove the backing_dev_name field from struct cached_dev by Christoph Hellwig · 3 years, 2 months ago
- 7e84c21 bcache: remove the cache_dev_name field from struct cache by Christoph Hellwig · 3 years, 2 months ago
- 0259d44 bcache: move calc_cached_dev_sectors to proper place on backing device detach by Lin Feng · 3 years, 2 months ago
- d55f7cb bcache: fix error info in register_bcache() by Chao Yu · 3 years, 2 months ago
- a307e2a md: bcache: Fix spelling of 'acquire' by Ding Senjie · 3 years, 2 months ago
- cda25b8 bcache: remove bdev_sectors by Christoph Hellwig · 3 years, 2 months ago
- 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 months ago
- 2fd3e5e bcache: use bvec_virt by Christoph Hellwig · 3 years, 5 months ago
- b75f4ae bcache: move the del_gendisk call out of bcache_device_free by Christoph Hellwig · 3 years, 5 months ago
- 224b068 bcache: add proper error unwinding in bcache_device_init by Christoph Hellwig · 3 years, 5 months ago
- 018eca4 block: move some macros to blkdev.h by Guoqing Jiang · 3 years, 5 months ago
- c66fd01 block: make the block holder code optional by Christoph Hellwig · 3 years, 5 months ago
- df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
- efc1fd6 Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
- 41fe8d0 bcache: avoid oversized read request in cache missing code path by Coly Li · 3 years, 7 months ago
- 1616a4c bcache: remove bcache device self-defined readahead by Coly Li · 3 years, 7 months ago
- bc70852 bcache: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 7 months ago
- 4ee60ec include: remove pagemap.h from blkdev.h by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 33ec5df bcache: fix a regression of code compiling failure in debug.c by Coly Li · 3 years, 9 months ago
- 62594f1 bcache: Use 64-bit arithmetic instead of 32-bit by Gustavo A. R. Silva · 3 years, 9 months ago
- 9c9b81c md: bcache: Trivial typo fixes in the file journal.c by Bhaskar Chowdhury · 3 years, 9 months ago
- be3bace md: bcache: avoid -Wempty-body warnings by Arnd Bergmann · 3 years, 9 months ago
- f9a018e bcache: use NULL instead of using plain integer as pointer by Yang Li · 3 years, 9 months ago
- 11e9560 bcache: remove PTR_CACHE by Christoph Hellwig · 3 years, 9 months ago
- 13e1db6 bcache: reduce redundant code in bch_cached_dev_run() by Zhiqiang Liu · 3 years, 9 months ago
- a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
- 9820b4d Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 6751c1e bcache: Avoid comma separated statements by Joe Perches · 3 years, 11 months ago
- afe78ab bcache: Move journal work to new flush wq by Kai Krakow · 3 years, 11 months ago
- d797bd9 bcache: Give btree_io_wq correct semantics again by Kai Krakow · 3 years, 11 months ago
- 9f233ff Revert "bcache: Kill btree_io_wq" by Kai Krakow · 3 years, 11 months ago
- d7fae7b bcache: Fix register_device_aync typo by Kai Krakow · 3 years, 11 months ago
- 71dda2a bcache: consider the fragmentation when update the writeback rate by dongdong tao · 3 years, 11 months ago
- 0df28ca bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WITH_FEATURES by Coly Li · 4 years ago
- f65b95f bcache: use bio_set_dev to assign ->bi_bdev by Christoph Hellwig · 4 years ago
- faa8e2c4 bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set' by Ming Lei · 4 years ago
- 99dfc43 block: use ->bi_bdev for bio based I/O accounting by Christoph Hellwig · 4 years ago
- 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
- 5342fd4 bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET by Coly Li · 4 years ago
- b16671e bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket by Coly Li · 4 years ago
- 1dfc068 bcache: check unsupported feature sets for bcache register by Coly Li · 4 years ago
- f7b4943d bcache: fix typo from SUUP to SUPP in features.h by Coly Li · 4 years ago
- e809270 bcache: set pdev_set_uuid before scond loop iteration by Yi Li · 4 years ago
- 4692612 md/bcache: convert comma to semicolon by Zheng Yongjun · 4 years ago
- 117ae25 bcache:remove a superfluous check in register_bcache by Yi Li · 4 years ago
- 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- df4ad53 bcache: fix race between setting bdev state to none and new write request direct to backing by Dongsheng Yang · 4 years, 1 month ago
- 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 1 month ago
- a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
- 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 1 month ago
- 8d65269 block: add a bdev_kobj helper by Christoph Hellwig · 4 years, 1 month ago
- a7cb3d2 block: remove __blkdev_driver_ioctl by Christoph Hellwig · 4 years, 2 months ago
- 4a78426 bcache: remove embedded struct cache_sb from struct cache_set by Coly Li · 4 years, 3 months ago
- 6f9414e bcache: check and set sync status on cache's in-memory super block by Coly Li · 4 years, 3 months ago
- ebaa1ac bcache: remove can_attach_cache() by Coly Li · 4 years, 3 months ago
- 08a1782 bcache: don't check seq numbers in register_cache_set() by Coly Li · 4 years, 3 months ago
- 63a96c0 bcache: only use bucket_bytes() on struct cache by Coly Li · 4 years, 3 months ago
- 3c4fae2 bcache: remove useless bucket_pages() by Coly Li · 4 years, 3 months ago
- 421cf1c5 bcache: remove useless alloc_bucket_pages() by Coly Li · 4 years, 3 months ago
- 4e1ebae bcache: only use block_bytes() on struct cache by Coly Li · 4 years, 3 months ago
- 1132e56 bcache: add set_uuid in struct cache_set by Coly Li · 4 years, 3 months ago
- 08fdb2c bcache: remove for_each_cache() by Coly Li · 4 years, 3 months ago
- 697e234 bcache: explicitly make cache_set only have single cache by Coly Li · 4 years, 3 months ago
- 17e4aed bcache: remove 'int n' from parameter list of bch_bucket_alloc_set() by Coly Li · 4 years, 3 months ago
- 84e5d13 bcache: Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 3 months ago
- 7e59c50 bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve() by Dongsheng Yang · 4 years, 3 months ago
- a58e88b bcache: share register sysfs with async register by Coly Li · 4 years, 3 months ago
- c2e4cd5 block: lift setting the readahead size into the block layer by Christoph Hellwig · 4 years, 3 months ago
- 5d4ce78 bcache: inherit the optimal I/O size by Christoph Hellwig · 4 years, 3 months ago
- 0806e60 bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct by Song Liu · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- e0fc99e Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
- c5be1f2 bcache: use disk_{start,end}_io_acct() to count I/O for bcache device by Coly Li · 4 years, 5 months ago
- a2f32ee bcache: fix bio_{start,end}_io_acct with proper device by Coly Li · 4 years, 5 months ago
- 4e4d4e0 bcache: avoid extra memory consumption in struct bbio for large bucket size by Coly Li · 4 years, 5 months ago
- 6907dc4 bcache: avoid extra memory allocation from mempool c->fill_iter by Coly Li · 4 years, 5 months ago
- 092bd54 bcache: add sysfs file to display feature sets information of cache set by Coly Li · 4 years, 5 months ago
- ffa4703 bcache: add bucket_size_hi into struct cache_sb_disk for large bucket by Coly Li · 4 years, 5 months ago
- f9c32a5 bcache: handle btree node memory allocation properly for bucket size > 8MB by Coly Li · 4 years, 5 months ago
- bf6af17 bcache: handle cache set verify_ondisk properly for bucket size > 8MB by Coly Li · 4 years, 5 months ago
- c954ac8 bcache: handle cache prio_buckets and disk_buckets properly for bucket size > 8MB by Coly Li · 4 years, 5 months ago
- 21e478d bcache: handle c->uuids properly for bucket size > 8MB by Coly Li · 4 years, 5 months ago
- de1fafa bcache: introduce meta_bucket_pages() related helper routines by Coly Li · 4 years, 5 months ago
- 198efa3 bcache: move bucket related code into read_super_common() by Coly Li · 4 years, 5 months ago
- d721a43 bcache: increase super block version for cache device and backing device by Coly Li · 4 years, 5 months ago
- 117f636 bcache: fix super block seq numbers comparision in register_cache_set() by Coly Li · 4 years, 5 months ago
- a42d3c6 bcache: disassemble the big if() checks in bch_cache_set_alloc() by Coly Li · 4 years, 5 months ago
- c557a5f bcache: add more accurate error information in read_super_common() by Coly Li · 4 years, 5 months ago
- 5b21403 bcache: add read_super_common() to read major part of super block by Coly Li · 4 years, 5 months ago