aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * cciss: cleanup some debug ifdefsStephen M. Cameron2010-08-071-7/+3
| * cciss: factor out cciss_p600_dma_prefetch_quirk()Stephen M. Cameron2010-08-071-18/+19
| * cciss: factor out cciss_enable_scsi_prefetch()Stephen M. Cameron2010-08-071-10/+13
| * cciss: factor out CISS_signature_present()Stephen M. Cameron2010-08-071-5/+13
| * cciss: factor out cciss_find_board_paramsStephen M. Cameron2010-08-071-27/+25
| * cciss: fix leak of ioremapped memoryStephen M. Cameron2010-08-071-0/+12
| * cciss: factor out cciss_find_cfgtablesStephen M. Cameron2010-08-071-34/+34
| * cciss: factor out cciss_wait_for_board_ready()Stephen M. Cameron2010-08-071-15/+17
| * cciss: factor out cciss_find_memory_BAR()Stephen M. Cameron2010-08-071-18/+19
| * cciss: remove board_id parameter from cciss_interrupt_mode()Stephen M. Cameron2010-08-071-6/+5
| * cciss: factor out cciss_board_disabledStephen M. Cameron2010-08-071-6/+9
| * cciss: factor out cciss_lookup_board_idStephen M. Cameron2010-08-071-31/+35
| * cciss: save pdev pointer in per hba structure early to avoid passing it aroun...Stephen M. Cameron2010-08-071-30/+31
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-3/+20
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-3/+5
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-19/+30
| * cciss: move next_command function from ifdefMike Miller2010-08-071-22/+23
| * cciss: fix call to put_controller_in_performant_modeMike Miller2010-08-071-1/+1
| * cciss: make sure we request the performant mode irqMike Miller2010-08-071-4/+4
| * cciss: new controller support and bump driver versionMike Miller2010-08-071-6/+14
| * cciss: add performant mode support for Stars/SiriusMike Miller2010-08-071-51/+216
| * cciss: check for msi in interrupt_not_for_usMike Miller2010-08-071-2/+3
| * cciss: clean up interrupt handlerMike Miller2010-08-071-95/+141
| * cciss: enqueue and submit ioMike Miller2010-08-071-23/+15
* | block: cciss: use ARRAY_SIZEKulikov Vasiliy2010-07-201-1/+1
|/
* cciss: fix shadows sparse warningBill Pemberton2010-05-111-2/+1