aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04[SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman1-4/+4
2009-10-16dm snapshot: allow chunk size to be less than page sizeMikulas Patocka1-16/+0
2009-10-16dm snapshot: use unsigned integer chunk sizeMikulas Patocka4-23/+25
2009-10-16dm snapshot: lock snapshot while supplying statusMikulas Patocka1-0/+4
2009-10-16dm exception store: fix failed set_chunk_size error pathMikulas Patocka1-1/+1
2009-10-16dm snapshot: require non zero chunk size by end of ctrMikulas Patocka1-0/+5
2009-10-16dm: dec_pending needs locking to save error valueKiyoshi Ueda1-2/+8
2009-10-16dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac1-0/+1
2009-10-16dm log: userspace fix incorrect luid cast in userspace_ctrAndrew Morton1-1/+1
2009-10-16dm snapshot: free exception store on init failureJonathan Brassow1-1/+4
2009-10-16dm snapshot: sort by chunk size to fix raceMikulas Patocka1-1/+6
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan1-6/+10
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+6
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe1-10/+6
2009-10-02dm/connector: Only process connector packages from privileged processesPhilipp Reisner1-0/+3
2009-10-02connector/dm: Fixed a compilation warningPhilipp Reisner1-2/+1
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown3-568/+961
2009-09-23md: raid-1/10: fix RW bits manipulationDmitry Monakhov2-7/+9
2009-09-23md: remove unnecessary memset from multipath.NeilBrown1-1/+0
2009-09-23md: report device as congested when suspendedNeilBrown8-0/+24
2009-09-23md: Improve name of threads created by md_register_threadNeilBrown5-9/+12
2009-09-23md: remove sparse warnings about lock context.NeilBrown1-1/+4
2009-09-23md: remove sparse waring "symbol xxx shadows an earlier one"NeilBrown4-12/+14
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22md: avoid use of broken kzalloc mempoolSage Weil1-1/+2
2009-09-22const: make block_device_operations constAlexey Dobriyan2-4/+4
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-1/+1
2009-09-16md/raid6: cleanup ops_run_compute6_2Dan Williams1-12/+15
2009-09-16md/raid6: eliminate BUG_ON with side effectDan Williams1-2/+4
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds9-29/+35
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-6/+36
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen1-1/+1
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan1-6/+10
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe9-22/+24
2009-09-10md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!Geert Uytterhoeven1-1/+1
2009-09-08Merge commit 'md/for-linus' into async-tx-nextDan Williams18-183/+297
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams43-1098/+3987
2009-09-08dmaengine: add fence supportDan Williams1-14/+23
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams3-582/+958
2009-09-04dm snapshot: fix on disk chunk size validationMikulas Patocka2-8/+19
2009-09-04dm exception store: split set_chunk_sizeMikulas Patocka2-0/+12
2009-09-04dm snapshot: fix header corruption race on invalidationMikulas Patocka1-10/+34
2009-09-04dm snapshot: refactor zero_disk_area to use chunk_ioMikulas Patocka1-19/+7
2009-09-04dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow3-12/+19
2009-09-04dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow1-1/+7
2009-09-04dm log: remove incorrect field from userspace table outputJonathan Brassow1-6/+10
2009-09-04dm log: fix userspace status outputJonathan Brassow1-1/+1
2009-09-04dm stripe: expose correct io hintsMike Snitzer2-1/+16