summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* bcache: only check feature sets when sb->version >= BCACHE_SB_VERSION_CDEV_WI...Coly Li2021-01-281-0/+6
* 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-093-7/+28
* bcache: check unsupported feature sets for bcache registerColy Li2021-01-092-0/+29
* bcache: fix typo from SUUP to SUPP in features.hColy Li2021-01-091-3/+3
* bcache: set pdev_set_uuid before scond loop iterationYi Li2021-01-091-1/+1
* md/bcache: convert comma to semicolonZheng Yongjun2020-12-231-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-162-9/+9
|\
| * bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang2020-12-072-9/+9
* | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-2/+2
* | 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
|/
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-2/+3
* bcache: remove embedded struct cache_sb from struct cache_setColy Li2020-10-0211-59/+46
* bcache: check and set sync status on cache's in-memory super blockColy Li2020-10-024-10/+7
* 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: only use bucket_bytes() on struct cacheColy Li2020-10-022-2/+2
* bcache: remove useless bucket_pages()Coly Li2020-10-021-1/+0
* bcache: remove useless alloc_bucket_pages()Coly Li2020-10-021-3/+0
* bcache: only use block_bytes() on struct cacheColy Li2020-10-027-24/+24
* bcache: add set_uuid in struct cache_setColy Li2020-10-023-13/+14
* bcache: remove for_each_cache()Coly Li2020-10-026-294/+237
* bcache: explicitly make cache_set only have single cacheColy Li2020-10-023-17/+12
* bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li2020-10-024-24/+19
* bcache: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-10-021-13/+3
* bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang2020-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
* bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu2020-09-111-4/+6
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-8/+8
* Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-0516-129/+448
|\
| * bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li2020-07-281-28/+9
| * bcache: fix bio_{start,end}_io_acct with proper deviceColy Li2020-07-251-4/+27
| * bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li2020-07-252-2/+2
| * bcache: avoid extra memory allocation from mempool c->fill_iterColy Li2020-07-251-1/+1
| * bcache: add sysfs file to display feature sets information of cache setColy Li2020-07-254-1/+73
| * bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li2020-07-255-10/+50
| * bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li2020-07-251-1/+1
| * bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li2020-07-251-2/+10
| * bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li2020-07-252-9/+10
| * bcache: handle c->uuids properly for bucket size > 8MBColy Li2020-07-251-4/+6
| * bcache: introduce meta_bucket_pages() related helper routinesColy Li2020-07-252-0/+23
| * 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-252-3/+107
| * 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