summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bcache: asynchronous devices registrationColy Li2020-05-271-0/+100
| * bcache: fix refcount underflow in bcache_device_free()Coly Li2020-05-271-2/+5
| * bcache: Convert pr_<level> uses to a more typical styleJoe Perches2020-05-2710-109/+110
| * bcache: remove redundant variables i and nColin Ian King2020-05-271-2/+0
* | bcache: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-14/+4
|/
* bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig2020-04-251-1/+0
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-305-75/+436
|\
| * bcache: remove dupplicated declaration from btree.hColy Li2020-03-241-7/+3
| * bcache: optimize barrier usage for atomic operationsColy Li2020-03-222-6/+6
| * bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso2020-03-221-3/+3
| * bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-221-1/+1
| * bcache: make bch_sectors_dirty_init() to be multithreadedColy Li2020-03-222-3/+174
| * bcache: make bch_btree_check() to be multithreadedColy Li2020-03-222-3/+188