summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * md/raid10: handle merge_bvec_fn in member devices.NeilBrown2012-03-193-41/+90
| * md: add proper merge_bvec handling to RAID0 and Linear.NeilBrown2012-03-193-88/+107
| * md: tidy up rdev_for_each usage.NeilBrown2012-03-1911-63/+66
| * md/raid1,raid10: avoid deadlock during resync/recovery.NeilBrown2012-03-192-4/+30
| * md/bitmap: ensure to load bitmap when creating via sysfs.NeilBrown2012-03-191-0/+2
| * md: don't set md arrays to readonly on shutdown.NeilBrown2012-03-191-22/+15
| * md: allow re-add to failed arrays.NeilBrown2012-03-192-2/+2
| * md/raid5: use atomic_dec_return() instead of atomic_dec() and atomic_read().majianpeng2012-03-131-4/+3
| * md/raid5: removed unused 'added_devices' variable.NeilBrown2012-03-131-5/+2
| * md/raid10: remove unnecessary smp_mb() from end_sync_writeNeilBrown2012-03-131-3/+1
| * md/raid5: make sure reshape_position is cleared on error path.NeilBrown2012-03-131-0/+1
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-212-25/+25
|\ \
| * | dm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
| * | md: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-21/+21
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+0
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2012-02-0314-437/+1303
| |\
| * | dm-bufio.c: there's no need to include linux/version.hJesper Juhl2012-02-031-1/+0
* | | Merge tag 'dm-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2012-03-085-20/+49
|\ \ \
| * | | dm raid: fix flush supportJonathan E Brassow2012-03-071-0/+1
| * | | dm raid: set MD_CHANGE_DEVS when rebuildingJonathan E Brassow2012-03-071-6/+10
| * | | dm thin metadata: decrement counter after removing mapped blockJoe Thornber2012-03-071-0/+2
| * | | dm thin metadata: unlock superblock in init_pmd error pathJoe Thornber2012-03-071-0/+1
| * | | dm thin metadata: remove incorrect close_device on creation error pathsMike Snitzer2012-03-071-5/+17
| * | | dm flakey: fix crash on read when corrupt_bio_byte not setMike Snitzer2012-03-071-1/+1
| * | | dm io: fix discard supportMilan Broz2012-03-071-7/+16
| * | | dm ioctl: do not leak argv if target message only contains whitespaceJesper Juhl2012-03-071-1/+1
* | | | Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2012-03-052-12/+28
|\ \ \ \ | |/ / / |/| | |
| * | | md/raid10: fix assembling of arrays with replacement devices.NeilBrown2012-03-061-1/+0
| * | | md/raid10: fix handling of error on last working device in array.NeilBrown2012-02-141-10/+27
| * | | md/raid1: fix buglet in md_raid1_contested.NeilBrown2012-02-131-1/+1
* | | | Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2012-02-082-5/+12
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | md: two small fixes to handling interrupt resync.NeilBrown2012-02-071-2/+3
| * | Prevent DM RAID from loading bitmap twice.Jonathan Brassow2012-01-311-3/+9
* | | Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-01-152-3/+4
|\ \ \
| * | | block: Introduce blk_set_stacking_limits functionMartin K. Petersen2012-01-112-3/+4
* | | | dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini2012-01-143-2/+27
* | | | Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2012-01-112-1/+16
|\ \ \ \ | | |/ / | |/| |
| * | | md/raid1: perform bad-block tests for WriteMostly devices too.NeilBrown2012-01-111-1/+10
| * | | md: notify the 'degraded' sysfs attribute on failure.NeilBrown2012-01-111-0/+6
* | | | Merge tag 'md-3.3' of git://neil.brown.name/mdLinus Torvalds2012-01-0810-431/+1256
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | md/raid1: Mark device want_replacement when we see a write error.NeilBrown2011-12-231-1/+15
| * | md/raid1: If there is a spare and a want_replacement device, start replacement.NeilBrown2011-12-231-2/+15
| * | md/raid1: recognise replacements when assembling arrays.NeilBrown2011-12-231-2/+23
| * | md/raid1: handle activation of replacement device when recovery completes.NeilBrown2011-12-231-3/+33
| * | md/raid1: Allow a failed replacement device to be removed.NeilBrown2011-12-231-0/+6
| * | md/raid1: Allocate spare to store replacement devices and their bios.NeilBrown2011-12-232-31/+40
| * | md/raid1: Replace use of mddev->raid_disks with conf->raid_disks.NeilBrown2011-12-231-3/+4
| * | md/raid10: If there is a spare and a want_replacement device, start replacement.NeilBrown2011-12-231-4/+36
| * | md/raid10: recognise replacements when assembling array.NeilBrown2011-12-231-0/+17
| * | md/raid10: Allow replacement device to be replace old drive.NeilBrown2011-12-231-11/+61
OpenPOWER on IntegriCloud