summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-07cciss: factor out cciss_enter_performant_modeStephen M. Cameron1-39/+59
2010-08-07cciss: factor out cciss_wait_for_mode_change_ack()Stephen M. Cameron1-12/+15
2010-08-07cciss: make cciss_put_controller_into_performant_mode as __devinitStephen M. Cameron1-2/+1
2010-08-07cciss: cleanup some debug ifdefsStephen M. Cameron1-7/+3
2010-08-07cciss: factor out cciss_p600_dma_prefetch_quirk()Stephen M. Cameron1-18/+19
2010-08-07cciss: factor out cciss_enable_scsi_prefetch()Stephen M. Cameron1-10/+13
2010-08-07cciss: factor out CISS_signature_present()Stephen M. Cameron1-5/+13
2010-08-07cciss: factor out cciss_find_board_paramsStephen M. Cameron1-27/+25
2010-08-07cciss: fix leak of ioremapped memoryStephen M. Cameron1-0/+12
2010-08-07cciss: factor out cciss_find_cfgtablesStephen M. Cameron1-34/+34
2010-08-07cciss: factor out cciss_wait_for_board_ready()Stephen M. Cameron2-15/+32
2010-08-07cciss: factor out cciss_find_memory_BAR()Stephen M. Cameron1-18/+19
2010-08-07cciss: remove board_id parameter from cciss_interrupt_mode()Stephen M. Cameron1-6/+5
2010-08-07cciss: factor out cciss_board_disabledStephen M. Cameron1-6/+9
2010-08-07cciss: factor out cciss_lookup_board_idStephen M. Cameron1-31/+35
2010-08-07cciss: save pdev pointer in per hba structure early to avoid passing it aroun...Stephen M. Cameron1-30/+31
2010-08-07cciss: Set the performant mode bit in the scsi half of the driverStephen M. Cameron1-18/+2
2010-08-07blkfront: Klog the unclean release pathDaniel Stodden1-0/+6
2010-08-07blkfront: Remove obsolete info->usersDaniel Stodden1-8/+2
2010-08-07blkfront: Remove obsolete info->usersDaniel Stodden1-6/+3
2010-08-07blkfront: Lock blockfront_info during xbdev removalDaniel Stodden1-6/+35
2010-08-07blkfront: Fix blkfront backend switch race (bdev release)Daniel Stodden1-16/+33
2010-08-07blkfront: Fix blkfront backend switch race (bdev open)Daniel Stodden1-7/+24
2010-08-07blkfront: Lock blkfront_info when closingDaniel Stodden1-21/+40
2010-08-07blkfront: Clean up vbd releaseDaniel Stodden1-48/+43
2010-08-07blkfront: Fix gendisk leakDaniel Stodden1-0/+3
2010-08-07blkfront: Fix backtrace in del_gendiskDaniel Stodden1-3/+3
2010-08-07xenbus: Make xenbus_switch_state transactionalDaniel Stodden1-24/+66
2010-08-07xen/blkfront: revalidate after setting capacityK. Y. Srinivasan1-0/+1
2010-08-07xen/blkfront: avoid compiler warning from missing casesJeremy Fitzhardinge1-0/+3
2010-08-07xen/front: Propagate changed size of VBDsK. Y. Srinivasan1-2/+17
2010-08-07blkfront: don't access freed struct xenbus_deviceJan Beulich1-18/+16
2010-08-07blkfront: fixes for 'xm block-detach ... --force'Jan Beulich1-7/+81
2010-08-07xen: use less generic names in blkfront driver.Ian Campbell1-6/+6
2010-08-07scsi/i2o: restore ioctl changesArnd Bergmann1-5/+16
2010-08-07scsi/sd: remove big kernel lockArnd Bergmann2-11/+8
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann37-39/+326
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann28-74/+252
2010-08-07scsi/i2o_block: cleanup ioctl handlingArnd Bergmann1-6/+18
2010-08-07scsi: fix discard page leakFUJITA Tomonori2-7/+10
2010-08-07scsi: need to reset unprep_rq_fn in sd_removeFUJITA Tomonori1-0/+1
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori11-13/+12
2010-08-07ide: stop using q->prepare_flush_fnFUJITA Tomonori1-5/+11
2010-08-07virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori1-29/+21
2010-08-07dm: stop using q->prepare_flush_fnFUJITA Tomonori1-14/+2
2010-08-07ps3disk: stop using q->prepare_flush_fnFUJITA Tomonori1-19/+6
2010-08-07osdblk: stop using q->prepare_flush_fnFUJITA Tomonori1-10/+2
2010-08-07scsi: stop using q->prepare_flush_fnFUJITA Tomonori1-10/+16
2010-08-07scsi: remove unused free discard page in sd_doneFUJITA Tomonori1-9/+0
2010-08-07scsi: add sd_unprep_fn to free discard pageFUJITA Tomonori1-1/+11