aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAge
* cciss: cleanup interrupt_not_for_usStephen M. Cameron2010-08-07
* cciss: change printks to dev_warn, etc.Stephen M. Cameron2010-08-07
* cciss: separate cmd_alloc() and cmd_special_alloc()Stephen M. Cameron2010-08-07
* cciss: use consistent variable namesStephen M. Cameron2010-08-07
* cciss: forbid hard reset of 640x boardsStephen M. Cameron2010-08-07
* cciss: sanitize max commandsStephen M. Cameron2010-08-07
* cciss: fix hard reset code.Stephen M. Cameron2010-08-07
* cciss: factor out cciss_reset_devices()Stephen M. Cameron2010-08-07
* cciss: factor out cciss_find_cfg_addrs.Stephen M. Cameron2010-08-07
* cciss: factor out cciss_enter_performant_modeStephen M. Cameron2010-08-07
* cciss: factor out cciss_wait_for_mode_change_ack()Stephen M. Cameron2010-08-07
* cciss: make cciss_put_controller_into_performant_mode as __devinitStephen M. Cameron2010-08-07
* cciss: cleanup some debug ifdefsStephen M. Cameron2010-08-07
* cciss: factor out cciss_p600_dma_prefetch_quirk()Stephen M. Cameron2010-08-07
* cciss: factor out cciss_enable_scsi_prefetch()Stephen M. Cameron2010-08-07
* cciss: factor out CISS_signature_present()Stephen M. Cameron2010-08-07
* cciss: factor out cciss_find_board_paramsStephen M. Cameron2010-08-07
* cciss: fix leak of ioremapped memoryStephen M. Cameron2010-08-07
* cciss: factor out cciss_find_cfgtablesStephen M. Cameron2010-08-07
* cciss: factor out cciss_wait_for_board_ready()Stephen M. Cameron2010-08-07
* cciss: factor out cciss_find_memory_BAR()Stephen M. Cameron2010-08-07
* cciss: remove board_id parameter from cciss_interrupt_mode()Stephen M. Cameron2010-08-07
* cciss: factor out cciss_board_disabledStephen M. Cameron2010-08-07
* cciss: factor out cciss_lookup_board_idStephen M. Cameron2010-08-07
* cciss: save pdev pointer in per hba structure early to avoid passing it aroun...Stephen M. Cameron2010-08-07
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-07
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-07
* cciss: move next_command function from ifdefMike Miller2010-08-07
* cciss: fix call to put_controller_in_performant_modeMike Miller2010-08-07
* cciss: make sure we request the performant mode irqMike Miller2010-08-07
* cciss: new controller support and bump driver versionMike Miller2010-08-07
* cciss: add performant mode support for Stars/SiriusMike Miller2010-08-07
* cciss: check for msi in interrupt_not_for_usMike Miller2010-08-07
* cciss: clean up interrupt handlerMike Miller2010-08-07
* cciss: enqueue and submit ioMike Miller2010-08-07
* cciss: fix shadows sparse warningBill Pemberton2010-05-11
* cciss: unlock on error pathDan Carpenter2010-04-07
* cciss: factor out scatter gather chain block mapping codeStephen M. Cameron2010-02-28
* cciss: fix scatter gather chain block dma direction kludgeStephen M. Cameron2010-02-28
* cciss: simplify scatter gather codeStephen M. Cameron2010-02-28
* cciss: factor out scatter gather chain block allocation and freeingStephen M. Cameron2010-02-28
* cciss: detect bad alignment of scsi commands at build timeStephen M. Cameron2010-02-28
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-26
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-26
* Merge branch 'master' into for-2.6.34Jens Axboe2010-02-22
|\
| * cciss: Make cciss_seq_show handle holes in the h->drv[] arrayStephen M. Cameron2010-02-05
* | cciss: remove C99-style commentsdann frazier2010-02-22
|/
* cciss: fix scatter gather cleanup problemsStephen M. Cameron2009-11-23
* cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron2009-11-13