summaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* cciss: unlock on error pathDan Carpenter2010-04-071-0/+1
* cciss: factor out scatter gather chain block mapping codeStephen M. Cameron2010-02-281-29/+34
* cciss: fix scatter gather chain block dma direction kludgeStephen M. Cameron2010-02-281-5/+3
* cciss: simplify scatter gather codeStephen M. Cameron2010-02-281-28/+15
* cciss: factor out scatter gather chain block allocation and freeingStephen M. Cameron2010-02-281-50/+58
* cciss: detect bad alignment of scsi commands at build timeStephen M. Cameron2010-02-281-1/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-4/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* Merge branch 'master' into for-2.6.34Jens Axboe2010-02-221-0/+3
|\
| * cciss: Make cciss_seq_show handle holes in the h->drv[] arrayStephen M. Cameron2010-02-051-0/+3
* | cciss: remove C99-style commentsdann frazier2010-02-221-18/+19
|/
* cciss: fix scatter gather cleanup problemsStephen M. Cameron2009-11-231-7/+18
* cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron2009-11-131-5/+2
* cciss: Add enhanced scatter-gather support.Don Brace2009-11-131-18/+165
* cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGEDStephen M. Cameron2009-11-131-2/+16
* cciss: Remove unnecessary check in scan_threadStephen M. Cameron2009-11-131-7/+5
* cciss: remove sendcmd() as it is no longer used.Stephen M. Cameron2009-11-131-163/+0
* cciss: clean up code in cciss_shutdownStephen M. Cameron2009-11-131-20/+18
* cciss: Remove the "withirq" parameter from various functions where possibleStephen M. Cameron2009-11-131-60/+29