summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
AgeCommit message (Expand)AuthorFilesLines
2021-01-09bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_L...Coly Li1-0/+15
2021-01-09bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucketColy Li3-7/+28
2021-01-09bcache: check unsupported feature sets for bcache registerColy Li2-0/+29
2021-01-09bcache: fix typo from SUUP to SUPP in features.hColy Li1-3/+3
2021-01-09bcache: set pdev_set_uuid before scond loop iterationYi Li1-1/+1
2020-12-23md/bcache: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-23bcache:remove a superfluous check in register_bcacheYi Li1-2/+0
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+9
2020-12-07bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang2-9/+9
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-1/+1
2020-12-01block: remove i_bdevChristoph Hellwig1-9/+11
2020-12-01block: add a bdev_kobj helperChristoph Hellwig1-5/+2
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-2/+3
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li11-59/+46
2020-10-02bcache: check and set sync status on cache's in-memory super blockColy Li4-10/+7
2020-10-02bcache: remove can_attach_cache()Coly Li1-10/+0
2020-10-02bcache: don't check seq numbers in register_cache_set()Coly Li1-15/+0
2020-10-02bcache: only use bucket_bytes() on struct cacheColy Li2-2/+2
2020-10-02bcache: remove useless bucket_pages()Coly Li1-1/+0
2020-10-02bcache: remove useless alloc_bucket_pages()Coly Li1-3/+0
2020-10-02bcache: only use block_bytes() on struct cacheColy Li7-24/+24
2020-10-02bcache: add set_uuid in struct cache_setColy Li3-13/+14
2020-10-02bcache: remove for_each_cache()Coly Li6-294/+237
2020-10-02bcache: explicitly make cache_set only have single cacheColy Li3-17/+12
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li4-24/+19
2020-10-02bcache: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-13/+3
2020-10-02bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang1-1/+1
2020-10-02bcache: share register sysfs with async registerColy Li1-5/+7
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-3/+0
2020-09-24bcache: inherit the optimal I/O sizeChristoph Hellwig1-0/+2
2020-09-11bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu1-4/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-8/+8
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds16-129/+448
2020-07-28bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li1-28/+9
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceColy Li1-4/+27
2020-07-25bcache: avoid extra memory consumption in struct bbio for large bucket sizeColy Li2-2/+2
2020-07-25bcache: avoid extra memory allocation from mempool c->fill_iterColy Li1-1/+1
2020-07-25bcache: add sysfs file to display feature sets information of cache setColy Li4-1/+73
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li5-10/+50
2020-07-25bcache: handle btree node memory allocation properly for bucket size > 8MBColy Li1-1/+1
2020-07-25bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li1-2/+10
2020-07-25bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...Coly Li2-9/+10
2020-07-25bcache: handle c->uuids properly for bucket size > 8MBColy Li1-4/+6
2020-07-25bcache: introduce meta_bucket_pages() related helper routinesColy Li2-0/+23
2020-07-25bcache: move bucket related code into read_super_common()Coly Li1-5/+5
2020-07-25bcache: increase super block version for cache device and backing deviceColy Li2-3/+107
2020-07-25bcache: fix super block seq numbers comparision in register_cache_set()Coly Li1-1/+8
2020-07-25bcache: disassemble the big if() checks in bch_cache_set_alloc()Coly Li1-15/+37
2020-07-25bcache: add more accurate error information in read_super_common()Coly Li1-5/+14