summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | xen/blkfront: Use QUEUE_ORDERED_DRAIN for old backendsJeremy Fitzhardinge2010-08-071-16/+29
| | * | | | xen/blkfront: use tagged queuing for barriersJeremy Fitzhardinge2010-08-071-4/+13
| | * | | | scsi: use REQ_TYPE_FS for flush requestFUJITA Tomonori2010-08-072-17/+4Star
| | * | | | block: set up rq->rq_disk properly for flush requestsFUJITA Tomonori2010-08-071-1/+1
| | * | | | block: set REQ_TYPE_FS on flush requestsFUJITA Tomonori2010-08-071-0/+1
| | * | | | floppy: make controller constStephen Hemminger2010-08-071-8/+8
| | * | | | drivers/block: use memdup_userJulia Lawall2010-08-071-22/+10Star
| | * | | | scsi: convert discard to REQ_TYPE_FS from REQ_TYPE_BLOCK_PCFUJITA Tomonori2010-08-071-1/+6
| | * | | | cciss: cleanup interrupt_not_for_usStephen M. Cameron2010-08-071-14/+1Star
| | * | | | cciss: change printks to dev_warn, etc.Stephen M. Cameron2010-08-072-261/+212Star
| | * | | | cciss: separate cmd_alloc() and cmd_special_alloc()Stephen M. Cameron2010-08-072-74/+89
| | * | | | cciss: use consistent variable namesStephen M. Cameron2010-08-073-612/+592Star
| | * | | | cciss: forbid hard reset of 640x boardsStephen M. Cameron2010-08-071-1/+16
| | * | | | cciss: sanitize max commandsStephen M. Cameron2010-08-071-1/+13
| | * | | | cciss: fix hard reset code.Stephen M. Cameron2010-08-072-52/+152
| | * | | | cciss: factor out cciss_reset_devices()Stephen M. Cameron2010-08-072-20/+34
| | * | | | cciss: factor out cciss_find_cfg_addrs.Stephen M. Cameron2010-08-071-12/+23
| | * | | | cciss: factor out cciss_enter_performant_modeStephen M. Cameron2010-08-071-39/+59
| | * | | | cciss: factor out cciss_wait_for_mode_change_ack()Stephen M. Cameron2010-08-071-12/+15
| | * | | | cciss: make cciss_put_controller_into_performant_mode as __devinitStephen M. Cameron2010-08-071-2/+1Star
| | * | | | cciss: cleanup some debug ifdefsStephen M. Cameron2010-08-071-7/+3Star
| | * | | | cciss: factor out cciss_p600_dma_prefetch_quirk()Stephen M. Cameron2010-08-071-18/+19
| | * | | | cciss: factor out cciss_enable_scsi_prefetch()Stephen M. Cameron2010-08-071-10/+13
| | * | | | cciss: factor out CISS_signature_present()Stephen M. Cameron2010-08-071-5/+13
| | * | | | cciss: factor out cciss_find_board_paramsStephen M. Cameron2010-08-071-27/+25Star
| | * | | | cciss: fix leak of ioremapped memoryStephen M. Cameron2010-08-071-0/+12
| | * | | | cciss: factor out cciss_find_cfgtablesStephen M. Cameron2010-08-071-34/+34
| | * | | | cciss: factor out cciss_wait_for_board_ready()Stephen M. Cameron2010-08-072-15/+32
| | * | | | cciss: factor out cciss_find_memory_BAR()Stephen M. Cameron2010-08-071-18/+19
| | * | | | cciss: remove board_id parameter from cciss_interrupt_mode()Stephen M. Cameron2010-08-071-6/+5Star
| | * | | | cciss: factor out cciss_board_disabledStephen M. Cameron2010-08-071-6/+9
| | * | | | cciss: factor out cciss_lookup_board_idStephen M. Cameron2010-08-071-31/+35
| | * | | | cciss: save pdev pointer in per hba structure early to avoid passing it aroun...Stephen M. Cameron2010-08-071-30/+31
| | * | | | cciss: Set the performant mode bit in the scsi half of the driverStephen M. Cameron2010-08-071-18/+2Star
| | * | | | blkfront: Klog the unclean release pathDaniel Stodden2010-08-071-0/+6
| | * | | | blkfront: Remove obsolete info->usersDaniel Stodden2010-08-071-8/+2Star
| | * | | | blkfront: Remove obsolete info->usersDaniel Stodden2010-08-071-6/+3Star
| | * | | | blkfront: Lock blockfront_info during xbdev removalDaniel Stodden2010-08-071-6/+35
| | * | | | blkfront: Fix blkfront backend switch race (bdev release)Daniel Stodden2010-08-071-16/+33
| | * | | | blkfront: Fix blkfront backend switch race (bdev open)Daniel Stodden2010-08-071-7/+24
| | * | | | blkfront: Lock blkfront_info when closingDaniel Stodden2010-08-071-21/+40
| | * | | | blkfront: Clean up vbd releaseDaniel Stodden2010-08-071-48/+43Star
| | * | | | blkfront: Fix gendisk leakDaniel Stodden2010-08-071-0/+3
| | * | | | blkfront: Fix backtrace in del_gendiskDaniel Stodden2010-08-071-3/+3
| | * | | | xenbus: Make xenbus_switch_state transactionalDaniel Stodden2010-08-071-24/+66
| | * | | | xen/blkfront: revalidate after setting capacityK. Y. Srinivasan2010-08-071-0/+1
| | * | | | xen/blkfront: avoid compiler warning from missing casesJeremy Fitzhardinge2010-08-071-0/+3
| | * | | | xen/front: Propagate changed size of VBDsK. Y. Srinivasan2010-08-071-2/+17
| | * | | | blkfront: don't access freed struct xenbus_deviceJan Beulich2010-08-071-18/+16Star
| | * | | | blkfront: fixes for 'xm block-detach ... --force'Jan Beulich2010-08-071-7/+81