aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-29bio: allow individual slabs in the bio_setJens Axboe3-3/+3
2008-12-24Merge branch 'linus' into tracing/hw-branch-tracingIngo Molnar1-5/+17
2008-12-19md: Don't read past end of bitmap when reading bitmap.NeilBrown1-5/+17
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar1-1/+1
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-1/+1
2008-11-26blktrace: port to tracepoints, updateIngo Molnar1-0/+2
2008-11-26blktrace: port to tracepointsArnaldo Carvalho de Melo1-3/+3
2008-11-13dm: avoid destroying table in dm_any_congestedChandra Seetharaman1-8/+16
2008-11-13dm: move pending queue wake_up end_io_acctMikulas Patocka1-5/+5
2008-11-13dm mpath: warn if args ignoredChandra Seetharaman1-0/+4
2008-11-13dm mpath: avoid attempting to activate null pathChandra Seetharaman1-2/+2
2008-11-13dm stripe: fix init failureHeinz Mauelshagen1-1/+3
2008-11-13dm raid1: flush workqueue before destructionMikulas Patocka1-0/+1
2008-11-06md: linear: Fix a division by zero bug for very small arrays.Andre Noll1-0/+2
2008-11-06md: fix bug in raid10 recovery.NeilBrown1-1/+1
2008-11-06md: revert the recent addition of a call to the BLKRRPART ioctl.NeilBrown1-6/+0
2008-10-30Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-0/+7
2008-10-30dm snapshot: wait for chunks in destructorMikulas Patocka2-1/+17
2008-10-30dm snapshot: fix register_snapshot deadlockMikulas Patocka1-7/+9
2008-10-30dm raid1: fix do_failuresIlpo Jarvinen1-1/+2
2008-10-28md: destroy partitions and notify udev when md array is stopped.NeilBrown1-0/+7
2008-10-26Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-23/+33
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds6-60/+34
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-15/+6
2008-10-23[PATCH] dm: kill lookup_device wrapperChristoph Hellwig1-15/+6
2008-10-21dm: tidy local_initKiyoshi Ueda1-17/+17
2008-10-21dm: remove unused flush_allKiyoshi Ueda1-13/+1
2008-10-21dm raid1: separate region_hash interface part1Heinz Mauelshagen3-687/+808
2008-10-21dm: mark split bio as clonedMartin K. Petersen1-0/+1
2008-10-21dm crypt: remove waitqueueMilan Broz1-8/+0
2008-10-21dm crypt: fix async splitMilan Broz1-1/+40
2008-10-21dm crypt: tidy sectorMilan Broz1-2/+5
2008-10-21dm: remove dm header from targetsMikulas Patocka14-13/+18
2008-10-21dm: publish array_too_bigMikulas Patocka3-14/+2
2008-10-21dm exception store: fix misordered writesMikulas Patocka1-3/+8
2008-10-21dm exception store: refactor zero_areaAlasdair G Kergon1-34/+68
2008-10-21dm snapshot: drop unused last_percentMikulas Patocka2-4/+0
2008-10-21dm snapshot: fix primary_pe raceMikulas Patocka1-7/+3
2008-10-21dm kcopyd: avoid queue shuffleKazuo Ito1-1/+12
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro2-4/+4
2008-10-21[PATCH] switch mdAl Viro1-10/+10
2008-10-21[PATCH] switch dmAl Viro1-21/+10
2008-10-21[PATCH] beginning of methods conversionAl Viro2-6/+6
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro2-17/+4
2008-10-21[PATCH] lose unused arguments in dm ioctl callbacksAl Viro3-5/+3
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro2-8/+8
2008-10-21md: allow extended partitions on md devices.NeilBrown1-0/+5
2008-10-21md: use sysfs_notify_dirent to notify changes to md/dev-xxx/stateNeilBrown1-9/+12
2008-10-21md: use sysfs_notify_dirent to notify changes to md/array_stateNeilBrown1-14/+16
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-3/+3