aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/cciss.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-06cciss: fix compile issueGravatar Jens Axboe 1-25/+25
2011-05-06cciss: add cciss_tape_cmds module paramterGravatar Stephen M. Cameron 1-1/+10
2011-05-06cciss: do not use bit 2 doorbell resetGravatar Stephen M. Cameron 1-2/+8
2011-05-06cciss: do not attempt PCI power management reset method if we know it won't w...Gravatar Stephen M. Cameron 1-5/+31
2011-05-06cciss: remove superfluous sleeps around reset codeGravatar Stephen M. Cameron 1-3/+0
2011-05-06cciss: do soft reset if hard reset is brokenGravatar Stephen M. Cameron 1-15/+221
2011-05-06cciss: use new doorbell-bit-5 reset methodGravatar Stephen M. Cameron 1-11/+14
2011-05-06cciss: increase timeouts for post-reset no-opsGravatar Stephen M. Cameron 1-1/+1
2011-05-06cciss: clarify messages around reset behaviorGravatar Stephen M. Cameron 1-2/+3
2011-05-06cciss: get rid of message related magic numbersGravatar Stephen M. Cameron 1-4/+4
2011-05-06cciss: fix reply pool and block fetch table memory leaksGravatar Stephen M. Cameron 1-0/+4
2011-05-06cciss: factor out irq request codeGravatar Stephen M. Cameron 1-16/+25
2011-05-06cciss: factor out scatterlist allocation functionsGravatar Stephen M. Cameron 1-20/+35
2011-05-06cciss: factor out command pool allocation functionsGravatar Stephen M. Cameron 1-31/+36
2011-05-06cciss: do a better job of detecting controller reset failureGravatar Stephen M. Cameron 1-10/+72
2011-03-12cciss: fix missed command status value CMD_UNABORTABLEGravatar Stephen M. Cameron 1-0/+11
2011-03-12cciss: remove unnecessary castsGravatar Stephen M. Cameron 1-2/+1
2011-03-12cciss: Mask off error bits of c->busaddr in cmd_special_free when calling pci...Gravatar Stephen M. Cameron 1-3/+3
2011-03-12cciss: Inform controller we are using 32-bit tags.Gravatar Stephen M. Cameron 1-10/+15
2011-03-12cciss: hoist tag masking out of loopGravatar Stephen M. Cameron 1-3/+1
2011-03-11cciss: export resettable host attributeGravatar Stephen M. Cameron 1-0/+39
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-6/+0
2011-01-19cciss: make cciss_revalidate not loop through CISS_MAX_LUNS volumes unnecessa...Gravatar Stephen M. Cameron 1-1/+1
2011-01-13Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-12/+11
2011-01-10cciss: reinstate proper FIFO order of command queue listGravatar Jens Axboe 1-12/+11
2010-12-20Fix build error in drivers/block/cciss.cGravatar Linus Torvalds 1-1/+1
2010-12-17cciss: fix cciss_revalidate panicGravatar Stephen M. Cameron 1-0/+2
2010-11-17cciss: fix build for PROC_FS disabledGravatar Jens Axboe 1-2/+1
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusGravatar Jens Axboe 1-69/+59
2010-11-10cciss: fix proc warning on attempt to remove non-existant directoryGravatar Jens Axboe 1-1/+2
2010-10-28cciss: remove overlapping PCI IDsGravatar Mike Miller 1-36/+0
2010-10-28block: cciss: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+1
2010-10-23cciss: remove controllers supported by hpsaGravatar Stephen M. Cameron 1-41/+4
2010-10-23cciss: use usleep_range not msleep for small sleepsGravatar Stephen M. Cameron 1-1/+1
2010-10-23cciss: limit commands allocated on reset_devicesGravatar Stephen M. Cameron 1-0/+5
2010-10-23cciss: Use kernel provided PCI state save and restore functionsGravatar Stephen M. Cameron 1-58/+15
2010-10-23cciss: fix board status waiting codeGravatar Stephen M. Cameron 1-8/+35
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-440/+424
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-7/+7
2010-10-19cciss: fix PCI IDs for new Smart Array controllersGravatar Mike Miller 1-10/+12
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-7/+7
2010-09-21cciss: freeing uninitialized data on error pathGravatar Dan Carpenter 1-1/+1
2010-09-10cciss: remove some superfluous tests from cciss_bigpassthru()Gravatar Stephen M. Cameron 1-17/+8
2010-09-10cciss: factor out cciss_big_passthruGravatar Stephen M. Cameron 1-156/+151
2010-09-10cciss: factor out cciss_passthruGravatar Stephen M. Cameron 1-111/+101
2010-09-10cciss: factor out cciss_getluninfoGravatar Stephen M. Cameron 1-14/+18
2010-09-10cciss: factor out cciss_getdrivverGravatar Stephen M. Cameron 1-13/+13
2010-09-10cciss: factor out cciss_getfirmverGravatar Stephen M. Cameron 1-12/+15
2010-09-10cciss: factor out cciss_getbustypesGravatar Stephen M. Cameron 1-11/+13
2010-09-10cciss: factor out cciss_getheartbeatGravatar Stephen M. Cameron 1-11/+13