summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | md/raid0: remove unused function is_io_in_chunk_boundary()Jason Yan2020-10-081-17/+0
| * | | 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
| * | | md/raid10: improve discard request for far layoutXiao Ni2020-09-242-23/+64
| * | | md/raid10: improve raid10 discard requestXiao Ni2020-09-241-1/+255
| * | | md/raid10: pull codes that wait for blocked dev into one functionXiao Ni2020-09-241-51/+67
| * | | md/raid10: extend r10bio devs to raid disksXiao Ni2020-09-241-5/+4
| * | | md: add md_submit_discard_bio() for submitting discard bioXiao Ni2020-09-243-12/+24
| * | | md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei2020-09-241-4/+4
| * | | md/raid5: reallocate page array after setting new stripe_sizeYufen Yu2020-09-241-0/+20
| * | | md/raid5: resize stripe_head when reshape arrayYufen Yu2020-09-241-0/+24
| * | | md/raid5: let multiple devices of stripe_head share pageYufen Yu2020-09-242-3/+114
| * | | md/raid6: let async recovery function support different page offsetYufen Yu2020-09-241-2/+2
| * | | md/raid6: let syndrome computor support different page offsetYufen Yu2020-09-241-12/+24
| * | | md/raid5: convert to new xor compution interfaceYufen Yu2020-09-241-9/+34
| * | | md/raid5: make async_copy_data() to support different page offsetYufen Yu2020-09-241-3/+5
| * | | md/raid5: add a new member of offset into r5devYufen Yu2020-09-242-11/+40
| * | | md: only calculate blocksize once and use i_blocksize()Xianting Tian2020-09-241-3/+4
| * | | Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe2020-09-2412-106/+58
| |\ \ \
* | \ \ \ Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1313-119/+106
|\ \ \ \ \
| * | | | | block: make bio_crypt_clone() able to failEric Biggers2020-10-051-3/+4
| | |_|_|/ | |/| | |
| * | | | dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov2020-09-253-3/+38
| * | | | md: don't detour through bd_contains for the gendiskChristoph Hellwig2020-09-252-2/+2
| * | | | md: compare bd_disk instead of bd_containsChristoph Hellwig2020-09-251-4/+3
| * | | | block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-1/+1
| | |/ / | |/| |
| * | | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-242-7/+7
| * | | block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-245-56/+3
| * | | md: update the optimal I/O size on reshapeChristoph Hellwig2020-09-242-10/+22
| * | | 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
| * | | md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu2020-09-111-4/+4
| * | | md: use bdev_check_media_changeChristoph Hellwig2020-09-101-1/+1
| * | | block: remove revalidate_disk()Christoph Hellwig2020-09-021-1/+1
| * | | block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-024-10/+10
| * | | block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-011-13/+2
* | | | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-6/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-6/+9