summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* dm mpath: detect invalid map_contextJun'ichi Nomura2012-03-281-14/+32
* dm: clear bi_end_io on remapping failureHannes Reinecke2012-03-281-0/+1
* dm table: simplify call to free_devicesHannes Reinecke2012-03-281-2/+1
* dm thin: correct commentsJoe Thornber2012-03-281-1/+1
* dm raid: no longer experimentalAlasdair G Kergon2012-03-281-2/+2
* dm uevent: no longer experimentalAlasdair G Kergon2012-03-281-2/+2
* dm persistent data: fix btree rebalancing after removeJoe Thornber2012-03-281-75/+99
* dm thin: fix stacked bi_next usageJoe Thornber2012-03-281-51/+73
* dm crypt: add missing error handlingMikulas Patocka2012-03-281-12/+16
* dm crypt: fix mempool deadlockMikulas Patocka2012-03-281-6/+4
* dm exception store: fix init error pathAndrei Warkentin2012-03-281-1/+1
* Merge tag 'md-3.4' of git://neil.brown.name/mdLinus Torvalds2012-03-2213-373/+491
|\
| * md: Add judgement bb->unacked_exist in function md_ack_all_badblocks().majianpeng2012-03-191-1/+1
| * md: fix clearing of the 'changed' flags for the bad blocks list.NeilBrown2012-03-191-1/+2
| * md/bitmap: discard CHUNK_BLOCK_SHIFT macroNeilBrown2012-03-192-19/+19
| * md/bitmap: remove unnecessary indirection when allocating.NeilBrown2012-03-191-28/+3
| * md/bitmap: remove some pointless locking.NeilBrown2012-03-191-12/+2
| * md/bitmap: change a 'goto' to a normal 'if' construct.NeilBrown2012-03-191-19/+21
| * md/bitmap: move printing of bitmap status to bitmap.cNeilBrown2012-03-193-22/+30
| * md/bitmap: remove some unused noise from bitmap.hNeilBrown2012-03-191-18/+0
| * md/raid10 - support resizing some RAID10 arrays.NeilBrown2012-03-191-0/+38
| * md/raid1: handle merge_bvec_fn in member devices.NeilBrown2012-03-191-21/+56
| * 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