summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-08-301-6/+7
|\
| * raid10: record correct address of bad blockTomasz Majchrzak2016-08-241-4/+5
| * raid10: increment write counter after bio is splitTomasz Majchrzak2016-07-301-2/+2
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-4/+4
|/
* Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li2016-07-281-98/+152
|\
| * raid10: improve random reads performanceTomasz Majchrzak2016-07-191-9/+12
| * md: use seconds granularity for error loggingArnd Bergmann2016-07-191-6/+5
| * md: reduce the number of synchronize_rcu() calls when multiple devices fail.NeilBrown2016-06-131-8/+11
| * md: be extra careful not to take a reference to a Faulty device.NeilBrown2016-06-131-0/+6
| * md/raid10: simplify print_conf a little.NeilBrown2016-06-131-6/+8
| * md/raid10: minor code improvement in fix_read_error()NeilBrown2016-06-131-1/+1
| * md/raid10: add rcu protection to rdev access during reshape.NeilBrown2016-06-131-8/+22
| * md/raid10: add rcu protection to rdev access in raid10_sync_request.NeilBrown2016-06-131-48/+74
| * md/raid10: add rcu protection in raid10_status.NeilBrown2016-06-131-4/+6
| * md/raid10: fix refounct imbalance when resyncing an array with a replacement ...NeilBrown2016-06-131-1/+1
| * md/raid1, raid10: don't recheck "Faulty" flag in read-balance.NeilBrown2016-06-131-8/+0
| * raid1/raid10: slow down resync if there is non-resync activity pendingTomasz Majchrzak2016-06-131-0/+7
* | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-3/+2
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* | md: use bio op accessorsMike Christie2016-06-071-25/+23
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+3
|/
* md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-091-4/+4
* md: raid10: add prerequisite to run underneath dm-raidHeinz Mauelshagen2016-05-091-4/+8
* raid10: include bio_end_io_list in nr_queued to prevent freeze_array hangShaohua Li2016-03-171-2/+5
* MD: rename some functionsShaohua Li2016-01-201-10/+10
* md/raid: only permit hot-add of compatible integrity profilesDan Williams2016-01-141-3/+3
* md/raid10: fix data corruption and crash during resyncArtur Paszkiewicz2015-12-181-1/+3
* Merge tag 'md/4.4' of git://neil.brown.name/mdLinus Torvalds2015-11-041-1/+1
|\
| * Merge branch 'md-next' of git://github.com/goldwynr/linux into for-nextNeilBrown2015-10-141-1/+1
| |\
| | * md-cluster: Use a small window for resyncGoldwyn Rodrigues2015-10-121-1/+1
* | | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-0/+2
|\ \ \
| * | | md: suspend i/o during runtime blk_integrity_unregisterDan Williams2015-10-211-0/+2
| | |/ | |/|
* | | md/raid10: fix the 'new' raid10 layout to work correctly.NeilBrown2015-10-241-2/+20
* | | md/raid10: don't clear bitmap bit when bad-block-list write fails.NeilBrown2015-10-241-4/+11
* | | md/raid10: submit_bio_wait() returns 0 on successJes Sorensen2015-10-211-1/+1
| |/ |/|
* | crash in md-raid1 and md-raid10 due to incorrect list manipulationMikulas Patocka2015-10-091-2/+2
|/
* md: drop null test before destroy functionsJulia Lawall2015-10-021-6/+3
* Merge linux-block/for-4.3/core into md/for-linuxNeilBrown2015-09-051-151/+31
|\
| * Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-151/+31
| |\
| | * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-118/+3
| | * block: manipulate bio->bi_flags through helpersJens Axboe2015-07-291-3/+3
| | * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-30/+25
* | | md/raid10: ensure device failure recorded before write request returns.NeilBrown2015-08-311-1/+28
* | | md/raid10: fix a few typos in commentsNeilBrown2015-08-311-2/+2
|/ /
* / md/raid10: always set reshape_safe when initializing reshape_position.NeilBrown2015-07-221-1/+4
|/
* Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-291-14/+4
|\
| * md/raid10: make sync_request_write() call bio_copy_data()Kent Overstreet2015-06-171-14/+4
* | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+1
|\ \ | |/ |/|
| * writeback: move backing_dev_info->state into bdi_writebackTejun Heo2015-06-021-1/+1
* | md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown2015-06-121-0/+1
|/