summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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-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-07block: push down BKL into .open and .releaseArnd Bergmann20-26/+207
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann17-32/+159
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori6-8/+7
2010-08-07virtio_blk: stop using q->prepare_flush_fnFUJITA Tomonori1-29/+21
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-07block/xd.c: fix brace typoRandy Dunlap1-1/+1
2010-08-07block: fix some more cmd_type cleanup falloutChristoph Hellwig1-1/+1
2010-08-07virtio_blk: add default case to cmd type switchJens Axboe1-0/+2
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig9-24/+24
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig13-41/+56
2010-08-07floppy: use warning macrosStephen Hemminger1-16/+11
2010-08-07floppy: use wait_event_interruptibleStephen Hemminger1-50/+9
2010-08-07floppy: fix signed/unsigned warningsStephen Hemminger1-2/+2
2010-08-07floppy: cmos attribute should be staticStephen Hemminger1-1/+1
2010-08-07floppy: use atomic type for usage_countStephen Hemminger1-30/+12
2010-08-07floppy: silence warning during disk testStephen Hemminger1-0/+1
2010-08-07floppy: remove unnecessary inlinesStephen Hemminger1-7/+7
2010-08-07floppy: initialize debug jiffies offsetStephen Hemminger1-0/+3
2010-08-07cciss: change pad value from 32 to 0Mike Miller1-1/+1
2010-08-07cciss: remove errant debug codeMike Miller1-2/+0
2010-08-07cciss: move next_command function from ifdefMike Miller1-22/+23
2010-08-07cciss: fix call to put_controller_in_performant_modeMike Miller1-1/+1
2010-08-07cciss: make sure we request the performant mode irqMike Miller1-4/+4