summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)Author
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li
2020-10-02bcache: check and set sync status on cache's in-memory super blockColy Li
2020-10-02bcache: remove can_attach_cache()Coly Li
2020-10-02bcache: don't check seq numbers in register_cache_set()Coly Li
2020-10-02bcache: only use bucket_bytes() on struct cacheColy Li
2020-10-02bcache: remove useless bucket_pages()Coly Li
2020-10-02bcache: remove useless alloc_bucket_pages()Coly Li
2020-10-02bcache: only use block_bytes() on struct cacheColy Li
2020-10-02bcache: add set_uuid in struct cache_setColy Li
2020-10-02bcache: remove for_each_cache()Coly Li
2020-10-02bcache: explicitly make cache_set only have single cacheColy Li
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li
2020-10-02bcache: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-10-02bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang
2020-10-02bcache: share register sysfs with async registerColy Li
2020-09-24md/raid10: improve discard request for far layoutXiao Ni
2020-09-24md/raid10: improve raid10 discard requestXiao Ni
2020-09-24md/raid10: pull codes that wait for blocked dev into one functionXiao Ni
2020-09-24md/raid10: extend r10bio devs to raid disksXiao Ni
2020-09-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni
2020-09-24md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei
2020-09-24md/raid5: reallocate page array after setting new stripe_sizeYufen Yu
2020-09-24md/raid5: resize stripe_head when reshape arrayYufen Yu
2020-09-24md/raid5: let multiple devices of stripe_head share pageYufen Yu
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu
2020-09-24md/raid5: convert to new xor compution interfaceYufen Yu
2020-09-24md/raid5: make async_copy_data() to support different page offsetYufen Yu
2020-09-24md/raid5: add a new member of offset into r5devYufen Yu
2020-09-24md: only calculate blocksize once and use i_blocksize()Xianting Tian
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig
2020-09-24md: update the optimal I/O size on reshapeChristoph Hellwig
2020-09-24bcache: inherit the optimal I/O sizeChristoph Hellwig
2020-09-20dm: Call proper helper to determine dax supportJan Kara
2020-09-20dm/dax: Fix table reference countsDan Williams
2020-09-11bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu
2020-09-11md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu
2020-09-10md: use bdev_check_media_changeChristoph Hellwig
2020-09-02dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin
2020-09-02dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-02dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-02block: remove revalidate_disk()Christoph Hellwig
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig
2020-09-01dm integrity: fix error reporting in bitmap mode after creationMikulas Patocka
2020-09-01dm crypt: Initialize crypto wait structuresDamien Le Moal
2020-09-01dm mpath: fix racey management of PG initializationMike Snitzer
2020-09-01dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka