summaryrefslogtreecommitdiff
path: root/drivers/md/raid10.c
AgeCommit message (Expand)Author
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-26md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discardXiao Ni
2021-08-04Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe
2021-07-23md/raid10: properly indicate failure when ending a failed write requestWei Shuyu
2021-06-14md/raid10: enable io accountingGuoqing Jiang
2021-03-24md/raid10: improve discard request for far layoutXiao Ni
2021-03-24md/raid10: improve raid10 discard requestXiao Ni
2021-03-24md/raid10: pull the code that wait for blocked dev into one functionXiao Ni
2021-03-24md/raid10: extend r10bio devs to raid disksXiao Ni
2021-02-08md/raid10: remove dead code in reshape_requestChristoph Hellwig
2021-01-27md: remove bio_alloc_mddevChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-09Revert "md/raid10: extend r10bio devs to raid disks"Song Liu
2020-12-09Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu
2020-12-09Revert "md/raid10: improve raid10 discard request"Song Liu
2020-12-09Revert "md/raid10: improve discard request for far layout"Song Liu
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-11-30md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor
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: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei
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-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-22md/raid10: avoid deadlock on recovery.Vitaly Mayatskikh
2020-07-15md: raid10: Fix compilation warningDamien Le Moal
2020-07-14md: fix deadlock causing by sysfs_notifyJunxiao Bi
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2019-11-11md/raid10: prevent access of uninitialized resync_pages offsetJohn Pittman
2019-10-24md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery
2019-08-07md: allow last device to be forcibly removed from RAID1/RAID10.Guoqing Jiang
2019-08-07md/raid10: end bio when the device faultyYufen Yu
2019-06-15md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang
2019-06-15md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza
2019-06-15md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva
2019-06-15drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni
2018-12-20md: fix raid10 hang issue caused by barrierGuoqing Jiang
2018-12-20raid10: refactor common wait code from regular read/write requestGuoqing Jiang
2018-10-18md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang
2018-10-18md-cluster/raid10: support add disk under grow modeGuoqing Jiang
2018-10-18md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang