aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/cciss.c
AgeCommit message (Expand)Author
2010-09-21cciss: freeing uninitialized data on error pathDan Carpenter
2010-08-25cciss: fix reporting of max queue depth since initStephen M. Cameron
2010-08-23cciss: handle allocation failureDan Carpenter
2010-08-23cciss: disable doorbell reset on reset_devicesStephen M. Cameron
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-07cciss: cleanup interrupt_not_for_usStephen M. Cameron
2010-08-07cciss: change printks to dev_warn, etc.Stephen M. Cameron
2010-08-07cciss: separate cmd_alloc() and cmd_special_alloc()Stephen M. Cameron
2010-08-07cciss: use consistent variable namesStephen M. Cameron
2010-08-07cciss: forbid hard reset of 640x boardsStephen M. Cameron
2010-08-07cciss: sanitize max commandsStephen M. Cameron
2010-08-07cciss: fix hard reset code.Stephen M. Cameron
2010-08-07cciss: factor out cciss_reset_devices()Stephen M. Cameron
2010-08-07cciss: factor out cciss_find_cfg_addrs.Stephen M. Cameron
2010-08-07cciss: factor out cciss_enter_performant_modeStephen M. Cameron
2010-08-07cciss: factor out cciss_wait_for_mode_change_ack()Stephen M. Cameron
2010-08-07cciss: make cciss_put_controller_into_performant_mode as __devinitStephen M. Cameron
2010-08-07cciss: cleanup some debug ifdefsStephen M. Cameron
2010-08-07cciss: factor out cciss_p600_dma_prefetch_quirk()Stephen M. Cameron
2010-08-07cciss: factor out cciss_enable_scsi_prefetch()Stephen M. Cameron
2010-08-07cciss: factor out CISS_signature_present()Stephen M. Cameron
2010-08-07cciss: factor out cciss_find_board_paramsStephen M. Cameron
2010-08-07cciss: fix leak of ioremapped memoryStephen M. Cameron
2010-08-07cciss: factor out cciss_find_cfgtablesStephen M. Cameron
2010-08-07cciss: factor out cciss_wait_for_board_ready()Stephen M. Cameron
2010-08-07cciss: factor out cciss_find_memory_BAR()Stephen M. Cameron
2010-08-07cciss: remove board_id parameter from cciss_interrupt_mode()Stephen M. Cameron
2010-08-07cciss: factor out cciss_board_disabledStephen M. Cameron
2010-08-07cciss: factor out cciss_lookup_board_idStephen M. Cameron
2010-08-07cciss: save pdev pointer in per hba structure early to avoid passing it aroun...Stephen M. Cameron
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2010-08-07cciss: move next_command function from ifdefMike Miller
2010-08-07cciss: fix call to put_controller_in_performant_modeMike Miller
2010-08-07cciss: make sure we request the performant mode irqMike Miller
2010-08-07cciss: new controller support and bump driver versionMike Miller
2010-08-07cciss: add performant mode support for Stars/SiriusMike Miller
2010-08-07cciss: check for msi in interrupt_not_for_usMike Miller
2010-08-07cciss: clean up interrupt handlerMike Miller
2010-08-07cciss: enqueue and submit ioMike Miller
2010-07-20block: cciss: use ARRAY_SIZEKulikov Vasiliy
2010-05-11cciss: fix shadows sparse warningBill Pemberton
2010-04-07cciss: unlock on error pathDan Carpenter
2010-02-28cciss: factor out scatter gather chain block mapping codeStephen M. Cameron
2010-02-28cciss: fix scatter gather chain block dma direction kludgeStephen M. Cameron
2010-02-28cciss: simplify scatter gather codeStephen M. Cameron
2010-02-28cciss: factor out scatter gather chain block allocation and freeingStephen M. Cameron
2010-02-28cciss: detect bad alignment of scsi commands at build timeStephen M. Cameron
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen