aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-07cciss: factor out cciss_enable_scsi_prefetch()Stephen M. Cameron1-10/+13
2010-08-07cciss: factor out CISS_signature_present()Stephen M. Cameron1-5/+13
2010-08-07cciss: factor out cciss_find_board_paramsStephen M. Cameron1-27/+25
2010-08-07cciss: fix leak of ioremapped memoryStephen M. Cameron1-0/+12
2010-08-07cciss: factor out cciss_find_cfgtablesStephen M. Cameron1-34/+34
2010-08-07cciss: factor out cciss_wait_for_board_ready()Stephen M. Cameron1-15/+17
2010-08-07cciss: factor out cciss_find_memory_BAR()Stephen M. Cameron1-18/+19
2010-08-07cciss: remove board_id parameter from cciss_interrupt_mode()Stephen M. Cameron1-6/+5
2010-08-07cciss: factor out cciss_board_disabledStephen M. Cameron1-6/+9
2010-08-07cciss: factor out cciss_lookup_board_idStephen M. Cameron1-31/+35
2010-08-07cciss: save pdev pointer in per hba structure early to avoid passing it around so much.Stephen M. Cameron1-30/+31
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-3/+20
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-3/+5
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-19/+30
2010-08-07cciss: move next_command function from ifdefMike Miller1-22/+23
2010-08-07cciss: fix call to put_controller_in_performant_modeMike Miller1-1/+1
2010-08-07cciss: make sure we request the performant mode irqMike Miller1-4/+4
2010-08-07cciss: new controller support and bump driver versionMike Miller1-6/+14
2010-08-07cciss: add performant mode support for Stars/SiriusMike Miller1-51/+216
2010-08-07cciss: check for msi in interrupt_not_for_usMike Miller1-2/+3
2010-08-07cciss: clean up interrupt handlerMike Miller1-95/+141
2010-08-07cciss: enqueue and submit ioMike Miller1-23/+15
2010-07-20block: cciss: use ARRAY_SIZEKulikov Vasiliy1-1/+1
2010-05-11cciss: fix shadows sparse warningBill Pemberton1-2/+1
2010-04-07cciss: unlock on error pathDan Carpenter1-0/+1
2010-02-28cciss: factor out scatter gather chain block mapping codeStephen M. Cameron1-29/+34
2010-02-28cciss: fix scatter gather chain block dma direction kludgeStephen M. Cameron1-5/+3
2010-02-28cciss: simplify scatter gather codeStephen M. Cameron1-28/+15
2010-02-28cciss: factor out scatter gather chain block allocation and freeingStephen M. Cameron1-50/+58
2010-02-28cciss: detect bad alignment of scsi commands at build timeStephen M. Cameron1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-4/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-02-22Merge branch 'master' into for-2.6.34Jens Axboe1-0/+3
2010-02-22cciss: remove C99-style commentsdann frazier1-18/+19
2010-02-05cciss: Make cciss_seq_show handle holes in the h->drv[] arrayStephen M. Cameron1-0/+3
2009-11-23cciss: fix scatter gather cleanup problemsStephen M. Cameron1-7/+18
2009-11-13cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron1-5/+2
2009-11-13cciss: Add enhanced scatter-gather support.Don Brace1-18/+165
2009-11-13cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGEDStephen M. Cameron1-2/+16
2009-11-13cciss: Remove unnecessary check in scan_threadStephen M. Cameron1-7/+5
2009-11-13cciss: remove sendcmd() as it is no longer used.Stephen M. Cameron1-163/+0
2009-11-13cciss: clean up code in cciss_shutdownStephen M. Cameron1-20/+18