summaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAgeFilesLines
...
* block: remove per-queue pluggingJens Axboe2011-03-101-6/+0
* cciss: make cciss_revalidate not loop through CISS_MAX_LUNS volumes unnecessa...Stephen M. Cameron2011-01-191-1/+1
* Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-12/+11
|\
| * cciss: reinstate proper FIFO order of command queue listJens Axboe2011-01-101-12/+11
* | Fix build error in drivers/block/cciss.cLinus Torvalds2010-12-201-1/+1
* | cciss: fix cciss_revalidate panicStephen M. Cameron2010-12-171-0/+2
* | cciss: fix build for PROC_FS disabledJens Axboe2010-11-171-2/+1
* | Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe2010-11-101-69/+59
|\ \
| * | cciss: remove controllers supported by hpsaStephen M. Cameron2010-10-231-41/+4
| * | cciss: use usleep_range not msleep for small sleepsStephen M. Cameron2010-10-231-1/+1
| * | cciss: limit commands allocated on reset_devicesStephen M. Cameron2010-10-231-0/+5
| * | cciss: Use kernel provided PCI state save and restore functionsStephen M. Cameron2010-10-231-58/+15
| * | cciss: fix board status waiting codeStephen M. Cameron2010-10-231-8/+35
* | | cciss: fix proc warning on attempt to remove non-existant directoryJens Axboe2010-11-101-1/+2
* | | cciss: remove overlapping PCI IDsMike Miller2010-10-281-36/+0
* | | block: cciss: fix information leak to userlandVasiliy Kulikov2010-10-281-0/+1
|/ /
* | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-440/+424
|\ \
| * | cciss: fix PCI IDs for new Smart Array controllersMike Miller2010-10-191-10/+12
| * | cciss: remove some superfluous tests from cciss_bigpassthru()Stephen M. Cameron2010-09-101-17/+8
| * | cciss: factor out cciss_big_passthruStephen M. Cameron2010-09-101-156/+151
| * | cciss: factor out cciss_passthruStephen M. Cameron2010-09-101-111/+101
| * | cciss: factor out cciss_getluninfoStephen M. Cameron2010-09-101-14/+18
| * | cciss: factor out cciss_getdrivverStephen M. Cameron2010-09-101-13/+13
| * | cciss: factor out cciss_getfirmverStephen M. Cameron2010-09-101-12/+15
| * | cciss: factor out cciss_getbustypesStephen M. Cameron2010-09-101-11/+13
| * | cciss: factor out cciss_getheartbeatStephen M. Cameron2010-09-101-11/+13
| * | cciss: factor out cciss_setnodenameStephen M. Cameron2010-09-101-36/+29
| * | cciss: factor out cciss_getnodenameStephen M. Cameron2010-09-101-13/+15
| * | cciss: factor out cciss_setintinfoStephen M. Cameron2010-09-101-34/+32
| * | cciss: factor out cciss_getintinfoStephen M. Cameron2010-09-101-13/+15
| * | cciss: factor out cciss_getpciinfoStephen M. Cameron2010-09-101-17/+17
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-7/+7
|\ \ \ | |_|/ |/| |
| * | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+7
* | | cciss: freeing uninitialized data on error pathDan Carpenter2010-09-211-1/+1
|/ /
* | cciss: fix reporting of max queue depth since initStephen M. Cameron2010-08-251-0/+2
* | cciss: handle allocation failureDan Carpenter2010-08-231-0/+3
* | cciss: disable doorbell reset on reset_devicesStephen M. Cameron2010-08-231-0/+6
|/
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-884/+1281
|\
| * cciss: cleanup interrupt_not_for_usStephen M. Cameron2010-08-071-14/+1
| * cciss: change printks to dev_warn, etc.Stephen M. Cameron2010-08-071-176/+138
| * cciss: separate cmd_alloc() and cmd_special_alloc()Stephen M. Cameron2010-08-071-70/+83
| * cciss: use consistent variable namesStephen M. Cameron2010-08-071-307/+304
| * cciss: forbid hard reset of 640x boardsStephen M. Cameron2010-08-071-1/+16
| * cciss: sanitize max commandsStephen M. Cameron2010-08-071-1/+13
| * cciss: fix hard reset code.Stephen M. Cameron2010-08-071-52/+148
| * cciss: factor out cciss_reset_devices()Stephen M. Cameron2010-08-071-20/+31
| * cciss: factor out cciss_find_cfg_addrs.Stephen M. Cameron2010-08-071-12/+23
| * cciss: factor out cciss_enter_performant_modeStephen M. Cameron2010-08-071-39/+59
| * cciss: factor out cciss_wait_for_mode_change_ack()Stephen M. Cameron2010-08-071-12/+15
| * cciss: make cciss_put_controller_into_performant_mode as __devinitStephen M. Cameron2010-08-071-2/+1