aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid10.c
Commit message (Expand)AuthorAge
* md: make sure MD_RECOVERY_DONE is clear before starting recovery/resyncNeilBrown2015-06-12
* md: remove 'go_faster' option from ->sync_request()NeilBrown2015-04-21
* md/raid10: round up to bdev_logical_block_size in narrow_write_error.NeilBrown2015-02-15
* md/raid10: fix conversion from RAID0 to RAID10NeilBrown2015-02-11
* md: rename ->stop to ->freeNeilBrown2015-02-03
* md: split detach operation out from ->stop.NeilBrown2015-02-03
* md: make merge_bvec_fn more robust in face of personality changes.NeilBrown2015-02-03
* md: make ->congested robust against personality changes.NeilBrown2015-02-03
* md: remove unwanted white space from md.cNeilBrown2014-10-13
* md/raid10: another memory leak due to reshape.NeilBrown2014-10-13
* md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.NeilBrown2014-10-08
* md/raid10: always initialise ->state on newly allocated r10_bioNeilBrown2014-08-19
* md/raid10: avoid memory leak on error path during reshape.NeilBrown2014-08-19
* md/raid10: Fix memory leak when raid10 reshape completes.NeilBrown2014-08-19
* md/raid10: fix memory leak when reshaping a RAID10.NeilBrown2014-08-19
* md/raid1,raid10: always abort recover on write error.NeilBrown2014-07-30
* md/raid10: call wait_barrier() for each request submitted.NeilBrown2014-05-05
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-30
|\
| * block: Introduce new bio_split()Kent Overstreet2013-11-24
| * block: Rename bio_split() -> bio_pair_split()Kent Overstreet2013-11-24
| * block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-24
| * block: Abstract out bvec iteratorKent Overstreet2013-11-24
* | md/raid10: avoid fullsync when not necessary.NeilBrown2014-01-14
* | md/raid10: fix bug when raid10 recovery fails to recover a block.NeilBrown2014-01-14
* | md/raid10: fix two bugs in handling of known-bad-blocks.NeilBrown2014-01-14
|/
* Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds2013-11-20
|\
| * md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown2013-11-18
* | block: Consolidate duplicated bio_trim() implementationsKent Overstreet2013-11-08
|/
* md: Fix skipping recovery for read-only arrays.Lukasz Dorau2013-10-23
* md/raid10: remove use-after-free bug.NeilBrown2013-07-25
* md/raid10: fix two problems with RAID10 resync.NeilBrown2013-07-18
* md/raid10: fix bug which causes all RAID10 reshapes to move no data.NeilBrown2013-07-04
* md/raid10: fix two bugs affecting RAID10 reshape.NeilBrown2013-07-02
* md/raid10: check In_sync flag in 'enough()'.NeilBrown2013-06-13
* md/raid10: locking changes for 'enough()'.NeilBrown2013-06-13
* DM RAID: Add ability to restore transiently failed devices on resumeJonathan Brassow2013-06-13
* Merge tag 'md-3.10-fixes' of git://neil.brown.name/mdLinus Torvalds2013-06-13
|\
| * md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in placeH. Peter Anvin2013-06-13
| * md/raid1,raid10: use freeze_array in place of raise_barrier in various places.NeilBrown2013-06-12
| * md/raid1: consider WRITE as successful only if at least one non-Faulty and no...Alex Lyakas2013-06-12
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\ \ | |/ |/|
| * raid10: Use bio_reset()Kent Overstreet2013-03-23
| * block: Add submit_bio_wait(), remove from mdKent Overstreet2013-03-23
| * block: Remove bi_idx referencesKent Overstreet2013-03-23
| * block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-23
| * block: Use bio_sectors() more consistentlyKent Overstreet2013-03-23
* | MD: ignore discard request for hard disks of hybid raid1/raid10 arrayShaohua Li2013-04-30
* | md: raid1/raid10 md devices leak memory when stoppingHirokazu Takahashi2013-04-30
* | md/raid10: Allow skipping recovery when clean arrays are assembledMartin Wilck2013-04-23
|/
* md/raid1,raid10: fix deadlock with freeze_array()NeilBrown2013-02-25