summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * 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: fix overflow in offset_to_stripe()Coly Li2020-07-253-8/+27
| * bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li2020-07-251-6/+6
| * bcache: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-07-251-4/+2
| * bcache: movinggc: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2020-07-251-2/+2
| * bcache: writeback: Remove unneeded variable iXu Wang2020-07-251-2/+0
| * bcache: journel: use for_each_clear_bit() to simplify the codeXu Wang2020-07-251-4/+1
| * bcache: allocate meta data pages as compound pagesColy Li2020-07-254-5/+5
| * bcache: Fix typo in Kconfig nameJean Delvare2020-07-252-2/+2
* | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-082-48/+0
|/
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-013-6/+5
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-013-11/+20
* 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
* bcache: check and adjust logical block size for backing devicesMauricio Faria de Oliveira2020-06-141-3/+19
* bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu2020-06-141-2/+6
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-0211-113/+226
|\
| * bcache: configure the asynchronous registertion to be experimentalColy Li2020-05-272-0/+11