aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | md/raid5: factor out mark_uptodate from ops_complete_compute5Dan Williams2009-08-291-5/+16
| | * | | async_tx: raid6 recovery self testDan Williams2009-08-291-0/+13
| | * | | async_tx: add sum check flagsDan Williams2009-08-292-3/+4
| | * | | md/raid5,6: add percpu scribble region for buffer listsDan Williams2009-08-292-30/+110
| | * | | md/raid6: move the spare page to a percpu allocationDan Williams2009-08-292-86/+175
| | * | | md/raid6: release spare page at ->stop()Dan Williams2009-07-141-14/+12
| | * | | async_tx: structify submission arguments, add scribbleDan Williams2009-06-031-25/+34
| | * | | async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams2009-06-031-14/+11
| | * | | async_tx: rename zero_sum to valDan Williams2009-04-081-1/+1
| | * | | Merge branch 'dmaengine' into async-tx-raid6Dan Williams2009-04-081-12/+18
| | |\ \ \
* | | | | | md: raid-1/10: fix RW bits manipulationDmitry Monakhov2009-09-232-7/+9
* | | | | | md: remove unnecessary memset from multipath.NeilBrown2009-09-231-1/+0
* | | | | | md: report device as congested when suspendedNeilBrown2009-09-238-0/+24
* | | | | | md: Improve name of threads created by md_register_threadNeilBrown2009-09-235-9/+12
* | | | | | md: remove sparse warnings about lock context.NeilBrown2009-09-231-1/+4
* | | | | | md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown2009-09-234-12/+14
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \ \ \ \ \
| * | | | | | trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-211-1/+1
* | | | | | | md: avoid use of broken kzalloc mempoolSage Weil2009-09-221-1/+2
* | | | | | | const: make block_device_operations constAlexey Dobriyan2009-09-222-4/+4
|/ / / / / /
* | | | | | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-1/+1
* | | | | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-149-29/+35
|\ \ \ \ \ \
| * | | | | | block: Optimal I/O limit wrapperMartin K. Petersen2009-09-141-1/+1
| * | | | | | Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-141-6/+10
| * | | | | | bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-119-22/+24
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-09-141-6/+36
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.Chandra Seetharaman2009-08-221-6/+36
* | | | | | | md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!Geert Uytterhoeven2009-09-101-1/+1
* | | | | | | dm snapshot: fix on disk chunk size validationMikulas Patocka2009-09-042-8/+19
* | | | | | | dm exception store: split set_chunk_sizeMikulas Patocka2009-09-042-0/+12
* | | | | | | dm snapshot: fix header corruption race on invalidationMikulas Patocka2009-09-041-10/+34
* | | | | | | dm snapshot: refactor zero_disk_area to use chunk_ioMikulas Patocka2009-09-041-19/+7
* | | | | | | dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow2009-09-043-12/+19
* | | | | | | dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow2009-09-041-1/+7
* | | | | | | dm log: remove incorrect field from userspace table outputJonathan Brassow2009-09-041-6/+10
* | | | | | | dm log: fix userspace status outputJonathan Brassow2009-09-041-1/+1
* | | | | | | dm stripe: expose correct io hintsMike Snitzer2009-09-042-1/+16
* | | | | | | dm table: add more context to terse warning messagesMike Snitzer2009-09-041-7/+18
* | | | | | | dm table: fix queue_limit checking device iteratorMikulas Patocka2009-09-041-11/+11
* | | | | | | dm snapshot: implement iterate devicesMike Snitzer2009-09-041-2/+21
* | | | | | | dm multipath: fix oops when request based io fails when no pathsKiyoshi Ueda2009-09-041-5/+10
|/ / / / / /
* | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-08-181-0/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix new incorrect error return from do_md_stop.NeilBrown2009-08-181-0/+1
* | | | | | dm-log-userspace: fix printk format warningRandy Dunlap2009-08-161-1/+1
|/ / / / /
* | | | | md: allow upper limit for resync/reshape to be set when array is read-onlyNeilBrown2009-08-131-0/+1
* | | | | md/raid5: Properly remove excess drives after shrinking a raid5/6NeilBrown2009-08-131-2/+9
* | | | | md/raid5: make sure a reshape restarts at the correct address.NeilBrown2009-08-131-1/+1
* | | | | md/raid5: allow new reshape modes to be restarted in the middle.NeilBrown2009-08-131-1/+20
* | | | | md: never advance 'events' counter by more than 1.NeilBrown2009-08-131-8/+5
* | | | | Remove deadlock potential in md_openNeilBrown2009-08-102-8/+20