summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
Commit message (Expand)AuthorAgeFilesLines
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
* bcache: Move journal work to new flush wqKai Krakow2021-02-101-0/+16
* Revert "bcache: Kill btree_io_wq"Kai Krakow2021-02-101-0/+4
* bcache: Fix register_device_aync typoKai Krakow2021-02-101-2/+2
* bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei2021-01-241-1/+1
* bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li2021-01-091-0/+15
* bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li2021-01-091-3/+19
* bcache: check unsupported feature sets for bcache registerColy Li2021-01-091-0/+14
* bcache: set pdev_set_uuid before scond loop iterationYi Li2021-01-091-1/+1
* bcache:remove a superfluous check in register_bcacheYi Li2020-12-231-2/+0
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-9/+0
|\
| * bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang2020-12-071-9/+0
* | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-1/+1
* | block: remove i_bdevChristoph Hellwig2020-12-011-9/+11
* | block: add a bdev_kobj helperChristoph Hellwig2020-12-011-5/+2
|/
* bcache: remove embedded struct cache_sb from struct cache_setColy Li2020-10-021-30/+17
* bcache: check and set sync status on cache's in-memory super blockColy Li2020-10-021-5/+2
* bcache: remove can_attach_cache()Coly Li2020-10-021-10/+0
* bcache: don't check seq numbers in register_cache_set()Coly Li2020-10-021-15/+0
* bcache: remove useless alloc_bucket_pages()Coly Li2020-10-021-3/+0
* bcache: only use block_bytes() on struct cacheColy Li2020-10-021-1/+1
* bcache: add set_uuid in struct cache_setColy Li2020-10-021-12/+12
* bcache: remove for_each_cache()Coly Li2020-10-021-67/+48
* bcache: explicitly make cache_set only have single cacheColy Li2020-10-021-11/+8
* bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li2020-10-021-1/+1
* bcache: share register sysfs with async registerColy Li2020-10-021-5/+7
* block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-3/+0
* bcache: inherit the optimal I/O sizeChristoph Hellwig2020-09-241-0/+2
* Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-89/+188
|\
| * bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li2020-07-251-1/+1
| * bcache: avoid extra memory allocation from mempool c->fill_iterColy Li2020-07-251-1/+1
| * bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li2020-07-251-4/+19
| * bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li2020-07-251-1/+1
| * bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li2020-07-251-5/+5
| * bcache: handle c->uuids properly for bucket size > 8MBColy Li2020-07-251-4/+6
| * bcache: introduce meta_bucket_pages() related helper routinesColy Li2020-07-251-0/+3
| * bcache: move bucket related code into read_super_common()Coly Li2020-07-251-5/+5
| * bcache: increase super block version for cache device and backing deviceColy Li2020-07-251-3/+29
| * bcache: fix super block seq numbers comparision in register_cache_set()Coly Li2020-07-251-1/+8
| * bcache: disassemble the big if() checks in bch_cache_set_alloc()Coly Li2020-07-251-15/+37
| * bcache: add more accurate error information in read_super_common()Coly Li2020-07-251-5/+14
| * bcache: add read_super_common() to read major part of super blockColy Li2020-07-251-48/+63
| * bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li2020-07-251-6/+6
| * bcache: allocate meta data pages as compound pagesColy Li2020-07-251-1/+1
| * bcache: Fix typo in Kconfig nameJean Delvare2020-07-251-1/+1
* | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-081-1/+0
|/
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-7/+16
* bcache: stop setting ->queuedataChristoph Hellwig2020-07-011-1/+0
* bcache: pr_info() format clean up in bcache_device_init()Coly Li2020-06-141-2/+1
* bcache: use delayed kworker fo asynchronous devices registrationColy Li2020-06-141-6/+8