aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-3/+3
2011-11-28cciss: fix flush cache transfer lengthStephen M. Cameron1-0/+2
2011-11-28cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron1-2/+2
2011-11-16cciss: auto engage SCSI mid layer at driver load timeStephen M. Cameron1-0/+1
2011-11-11The Windows driver .inf disables ASPM on all cciss devices. Do the same.Matthew Garrett1-0/+5
2011-10-20cciss: add small delay when using PCI Power Management to reset for kumpMike Miller1-0/+7
2011-08-08cciss: add transport mode attribute to sysJoe Handzik1-0/+13
2011-08-08cciss: Adds simple mode functionalityJoseph Handzik1-11/+45
2011-05-06cciss: fix compile issueJens Axboe1-25/+25
2011-05-06cciss: add cciss_tape_cmds module paramterStephen M. Cameron1-1/+10
2011-05-06cciss: do not use bit 2 doorbell resetStephen M. Cameron1-2/+8
2011-05-06cciss: do not attempt PCI power management reset method if we know it won't work.Stephen M. Cameron1-5/+31
2011-05-06cciss: remove superfluous sleeps around reset codeStephen M. Cameron1-3/+0
2011-05-06cciss: do soft reset if hard reset is brokenStephen M. Cameron1-15/+221
2011-05-06cciss: use new doorbell-bit-5 reset methodStephen M. Cameron1-11/+14
2011-05-06cciss: increase timeouts for post-reset no-opsStephen M. Cameron1-1/+1
2011-05-06cciss: clarify messages around reset behaviorStephen M. Cameron1-2/+3
2011-05-06cciss: get rid of message related magic numbersStephen M. Cameron1-4/+4
2011-05-06cciss: fix reply pool and block fetch table memory leaksStephen M. Cameron1-0/+4
2011-05-06cciss: factor out irq request codeStephen M. Cameron1-16/+25
2011-05-06cciss: factor out scatterlist allocation functionsStephen M. Cameron1-20/+35
2011-05-06cciss: factor out command pool allocation functionsStephen M. Cameron1-31/+36
2011-05-06cciss: do a better job of detecting controller reset failureStephen M. Cameron1-10/+72
2011-03-12cciss: fix missed command status value CMD_UNABORTABLEStephen M. Cameron1-0/+11
2011-03-12cciss: remove unnecessary castsStephen M. Cameron1-2/+1
2011-03-12cciss: Mask off error bits of c->busaddr in cmd_special_free when calling pci_free_consistentStephen M. Cameron1-3/+3
2011-03-12cciss: Inform controller we are using 32-bit tags.Stephen M. Cameron1-10/+15
2011-03-12cciss: hoist tag masking out of loopStephen M. Cameron1-3/+1
2011-03-11cciss: export resettable host attributeStephen M. Cameron1-0/+39
2011-03-10block: remove per-queue pluggingJens Axboe1-6/+0
2011-01-19cciss: make cciss_revalidate not loop through CISS_MAX_LUNS volumes unnecessarily.Stephen M. Cameron1-1/+1
2011-01-13Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+11
2011-01-10cciss: reinstate proper FIFO order of command queue listJens Axboe1-12/+11
2010-12-20Fix build error in drivers/block/cciss.cLinus Torvalds1-1/+1
2010-12-17cciss: fix cciss_revalidate panicStephen M. Cameron1-0/+2
2010-11-17cciss: fix build for PROC_FS disabledJens Axboe1-2/+1
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe1-69/+59
2010-11-10cciss: fix proc warning on attempt to remove non-existant directoryJens Axboe1-1/+2
2010-10-28cciss: remove overlapping PCI IDsMike Miller1-36/+0
2010-10-28block: cciss: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-10-23cciss: remove controllers supported by hpsaStephen M. Cameron1-41/+4
2010-10-23cciss: use usleep_range not msleep for small sleepsStephen M. Cameron1-1/+1
2010-10-23cciss: limit commands allocated on reset_devicesStephen M. Cameron1-0/+5
2010-10-23cciss: Use kernel provided PCI state save and restore functionsStephen M. Cameron1-58/+15
2010-10-23cciss: fix board status waiting codeStephen M. Cameron1-8/+35
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-440/+424
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-7/+7
2010-10-19cciss: fix PCI IDs for new Smart Array controllersMike Miller1-10/+12
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+7
2010-09-21cciss: freeing uninitialized data on error pathDan Carpenter1-1/+1