aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-10cciss: remove some superfluous tests from cciss_bigpassthru()Stephen M. Cameron1-17/+8
2010-09-10cciss: factor out cciss_big_passthruStephen M. Cameron1-156/+151
2010-09-10cciss: factor out cciss_passthruStephen M. Cameron1-111/+101
2010-09-10cciss: factor out cciss_getluninfoStephen M. Cameron1-14/+18
2010-09-10cciss: factor out cciss_getdrivverStephen M. Cameron1-13/+13
2010-09-10cciss: factor out cciss_getfirmverStephen M. Cameron1-12/+15
2010-09-10cciss: factor out cciss_getbustypesStephen M. Cameron1-11/+13
2010-09-10cciss: factor out cciss_getheartbeatStephen M. Cameron1-11/+13
2010-09-10cciss: factor out cciss_setnodenameStephen M. Cameron1-36/+29
2010-09-10cciss: factor out cciss_getnodenameStephen M. Cameron1-13/+15
2010-09-10cciss: factor out cciss_setintinfoStephen M. Cameron1-34/+32
2010-09-10cciss: factor out cciss_getintinfoStephen M. Cameron1-13/+15
2010-09-10cciss: factor out cciss_getpciinfoStephen M. Cameron1-17/+17
2010-08-25cciss: fix reporting of max queue depth since initStephen M. Cameron1-0/+2
2010-08-23cciss: handle allocation failureDan Carpenter1-0/+3
2010-08-23cciss: disable doorbell reset on reset_devicesStephen M. Cameron1-0/+6
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-884/+1281
2010-08-07cciss: cleanup interrupt_not_for_usStephen M. Cameron1-14/+1
2010-08-07cciss: change printks to dev_warn, etc.Stephen M. Cameron1-176/+138
2010-08-07cciss: separate cmd_alloc() and cmd_special_alloc()Stephen M. Cameron1-70/+83
2010-08-07cciss: use consistent variable namesStephen M. Cameron1-307/+304
2010-08-07cciss: forbid hard reset of 640x boardsStephen M. Cameron1-1/+16
2010-08-07cciss: sanitize max commandsStephen M. Cameron1-1/+13
2010-08-07cciss: fix hard reset code.Stephen M. Cameron1-52/+148
2010-08-07cciss: factor out cciss_reset_devices()Stephen M. Cameron1-20/+31
2010-08-07cciss: factor out cciss_find_cfg_addrs.Stephen M. Cameron1-12/+23
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