aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAge
* 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
* cciss: Add enhanced scatter-gather support.Don Brace2009-11-13
* cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGEDStephen M. Cameron2009-11-13
* cciss: Remove unnecessary check in scan_threadStephen M. Cameron2009-11-13
* cciss: remove sendcmd() as it is no longer used.Stephen M. Cameron2009-11-13
* cciss: clean up code in cciss_shutdownStephen M. Cameron2009-11-13
* cciss: Remove the "withirq" parameter from various functions where possibleStephen M. Cameron2009-11-13
* cciss: Retry driver initiated cmds with unit attention conditionStephen M. Cameron2009-11-13
* cciss: Fix problem with remove_from_scan_list on driver unloadStephen M. Cameron2009-11-13
* cciss: Make device attributes staticAlex Chiang2009-11-13
* cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron2009-10-13
* cciss: Fix multiple calls to pci_release_regionsStephen M. Cameron2009-10-13
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-04
|\
| * cciss: fix build when !PROC_FSAlexander Beregalov2009-10-01
| * cciss: cciss_host_attr_groups should be constJens Axboe2009-10-01
| * cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron2009-10-01
| * cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron2009-10-01
| * cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron2009-10-01
| * cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron2009-10-01
| * cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron2009-10-01
| * cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron2009-10-01
| * cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron2009-10-01
| * cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron2009-10-01
| * cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron2009-10-01
| * cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron2009-10-01
| * cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron2009-10-01