- 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
- 13e1db6 bcache: reduce redundant code in bch_cached_dev_run() by Zhiqiang Liu · 3 years, 8 months ago
- a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 9 months ago
- afe78ab bcache: Move journal work to new flush wq by Kai Krakow · 3 years, 10 months ago
- 9f233ff Revert "bcache: Kill btree_io_wq" by Kai Krakow · 3 years, 10 months ago
- d7fae7b bcache: Fix register_device_aync typo by Kai Krakow · 3 years, 10 months ago
- faa8e2c4 bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set' by Ming Lei · 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
- e809270 bcache: set pdev_set_uuid before scond loop iteration by Yi Li · 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 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
- 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
- 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
- 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
- e0fc99e Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block by Linus Torvalds · 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
- 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
- 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
- 65f0f01 bcache: avoid nr_stripes overflow in bcache_device_init() by Coly Li · 4 years, 5 months ago
- 5fe4886 bcache: allocate meta data pages as compound pages by Coly Li · 4 years, 5 months ago
- 6acd193 bcache: Fix typo in Kconfig name by Jean Delvare · 4 years, 5 months ago
- 21cf866 writeback: remove bdi->congested_fn by Christoph Hellwig · 4 years, 6 months ago
- c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 6 months ago
- 987a0ef bcache: stop setting ->queuedata by Christoph Hellwig · 4 years, 6 months ago
- 4b25bbf bcache: pr_info() format clean up in bcache_device_init() by Coly Li · 4 years, 6 months ago
- ee4a36f bcache: use delayed kworker fo asynchronous devices registration by Coly Li · 4 years, 6 months ago
- dcacbc1 bcache: check and adjust logical block size for backing devices by Mauricio Faria de Oliveira · 4 years, 6 months ago
- 0c8d3fc bcache: configure the asynchronous registertion to be experimental by Coly Li · 4 years, 7 months ago
- 9e23ccf bcache: asynchronous devices registration by Coly Li · 4 years, 7 months ago
- 86da9f7 bcache: fix refcount underflow in bcache_device_free() by Coly Li · 4 years, 7 months ago
- 46f5aa8 bcache: Convert pr_<level> uses to a more typical style by Joe Perches · 4 years, 7 months ago
- 3d745ea block: simplify queue allocation by Christoph Hellwig · 4 years, 9 months ago
- ff27668 bcache: pass the make_request methods to blk_queue_make_request by Christoph Hellwig · 4 years, 9 months ago
- 309cc71 bcache: Revert "bcache: shrink btree node cache after bch_btree_check()" by Coly Li · 4 years, 10 months ago
- 49d08d5 bcache: check return value of prio_read() by Coly Li · 4 years, 11 months ago
- 6321bef bcache: use read_cache_page_gfp to read the superblock by Christoph Hellwig · 5 years ago
- 475389a bcache: store a pointer to the on-disk sb in the cache and cached_dev structures by Christoph Hellwig · 5 years ago
- cfa0c56 bcache: return a pointer to the on-disk sb from read_super by Christoph Hellwig · 5 years ago
- fc8f19c bcache: transfer the sb_page reference to register_{bdev,cache} by Christoph Hellwig · 5 years ago
- ae3cd29 bcache: fix use-after-free in register_bcache() by Coly Li · 5 years ago
- 29cda39 bcache: properly initialize 'path' and 'err' in register_bcache() by Coly Li · 5 years ago
- 5024669 bcache: rework error unwinding in register_bcache by Christoph Hellwig · 5 years ago
- a702a69 bcache: use a separate data structure for the on-disk super block by Christoph Hellwig · 5 years ago
- e8547d4 bcache: cached_dev_free needs to put the sb page by Liang Chen · 5 years ago
- c5fcded bcache: add idle_max_writeback_rate sysfs interface by Coly Li · 5 years ago
- 84c529a bcache: fix deadlock in bcache_allocator by Andrea Righi · 5 years ago
- aaf8dbe bcache: add more accurate error messages in read_super() by Coly Li · 5 years ago
- 2d88695 bcache: fix static checker warning in bcache_device_free() by Coly Li · 5 years ago
- 34cf78b bcache: fix a lost wake-up problem caused by mca_cannibalize_lock by Guoju Fang · 5 years ago
- 5d9e06d bcache: fix possible memory leak in bch_cached_dev_run() by Wei Yongjun · 5 years ago
- 1df3877 bcache: shrink btree node cache after bch_btree_check() by Coly Li · 5 years ago
- 7e865eb bcache: fix potential deadlock in cached_def_free() by Coly Li · 5 years ago
- 80265d8 bcache: acquire bch_register_lock later in cached_dev_free() by Coly Li · 5 years ago
- 97ba3b8 bcache: acquire bch_register_lock later in cached_dev_detach_finish() by Coly Li · 5 years ago
- a59ff6c bcache: avoid a deadlock in bcache_reboot() by Coly Li · 5 years ago
- 5c2a634 bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed by Coly Li · 5 years ago
- 0c277e2 bcache: add pendings_cleanup to stop pending bcache device by Coly Li · 5 years ago
- 68a53c9 bcache: remove "XXX:" comment line from run_cache_set() by Coly Li · 5 years ago
- e0faa3d bcache: improve error message in bch_cached_dev_run() by Coly Li · 5 years ago
- 633bb2c bcache: add more error message in bch_cached_dev_attach() by Coly Li · 5 years ago
- 4b6efb4 bcache: more detailed error message to bcache_device_link() by Coly Li · 5 years ago
- 0b13efe bcache: add return value check to bch_cached_dev_run() by Coly Li · 5 years ago
- 08ec1e6 bcache: add io error counting in write_bdev_super_endio() by Coly Li · 5 years ago
- e6dcbd3 bcache: avoid flushing btree node in cache_set_flush() if io disabled by Coly Li · 5 years ago
- 695277f Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" by Coly Li · 5 years ago
- b387e9b bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush() by Coly Li · 5 years ago
- cdca22b bcache: remove redundant LIST_HEAD(journal) from run_cache_set() by Coly Li · 6 years ago
- 95f18c9 bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYNC branch of run_cache_set by Shenghui Wang · 6 years ago
- eb8cbb6 bcache: improve bcache_reboot() by Coly Li · 6 years ago
- 63d63b5 bcache: add comments for closure_fn to be called in closure_queue() by Coly Li · 6 years ago
- bb6d355 bcache: Add comments for blkdev_put() in registration code path by Coly Li · 6 years ago
- 88c12d4 bcache: add error check for calling register_bdev() by Coly Li · 6 years ago
- 2d17456 bcache: add comments for kobj release callback routine by Coly Li · 6 years ago