summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* xen: use less generic names in blkfront driver.Ian Campbell2010-08-071-6/+6
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-0720-26/+207
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-0717-32/+159
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-076-8/+7Star
* virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-29/+21Star
* ps3disk: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-19/+6Star
* osdblk: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-10/+2Star
* block/xd.c: fix brace typoRandy Dunlap2010-08-071-1/+1
* block: fix some more cmd_type cleanup falloutChristoph Hellwig2010-08-071-1/+1
* virtio_blk: add default case to cmd type switchJens Axboe2010-08-071-0/+2
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-079-24/+24
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-0713-41/+56
* floppy: use warning macrosStephen Hemminger2010-08-071-16/+11Star
* floppy: use wait_event_interruptibleStephen Hemminger2010-08-071-50/+9Star
* floppy: fix signed/unsigned warningsStephen Hemminger2010-08-071-2/+2
* floppy: cmos attribute should be staticStephen Hemminger2010-08-071-1/+1
* floppy: use atomic type for usage_countStephen Hemminger2010-08-071-30/+12Star
* floppy: silence warning during disk testStephen Hemminger2010-08-071-0/+1
* floppy: remove unnecessary inlinesStephen Hemminger2010-08-071-7/+7
* floppy: initialize debug jiffies offsetStephen Hemminger2010-08-071-0/+3
* cciss: change pad value from 32 to 0Mike Miller2010-08-071-1/+1
* cciss: remove errant debug codeMike Miller2010-08-071-2/+0Star
* cciss: move next_command function from ifdefMike Miller2010-08-071-22/+23
* cciss: fix call to put_controller_in_performant_modeMike Miller2010-08-071-1/+1
* cciss: make sure we request the performant mode irqMike Miller2010-08-071-4/+4
* cciss: new controller support and bump driver versionMike Miller2010-08-071-6/+14
* cciss: add performant mode support for Stars/SiriusMike Miller2010-08-074-63/+353
* cciss: make interrupt access methods return type boolMike Miller2010-08-071-3/+3
* cciss: check for msi in interrupt_not_for_usMike Miller2010-08-071-2/+3
* cciss: clean up interrupt handlerMike Miller2010-08-071-95/+141
* cciss: enqueue and submit ioMike Miller2010-08-071-23/+15Star
* cciss: set SCSI max cmd len to 16, as default is wrongStephen M. Cameron2010-06-151-0/+1