summaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cciss: Retry driver initiated cmds with unit attention conditionStephen M. Cameron2009-11-131-0/+2
* cciss: Fix problem with remove_from_scan_list on driver unloadStephen M. Cameron2009-11-131-8/+13
* cciss: Make device attributes staticAlex Chiang2009-11-131-8/+8
* cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron2009-10-131-40/+34
* cciss: Fix multiple calls to pci_release_regionsStephen M. Cameron2009-10-131-2/+3
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-041-207/+546
|\
| * cciss: fix build when !PROC_FSAlexander Beregalov2009-10-011-4/+5
| * cciss: cciss_host_attr_groups should be constJens Axboe2009-10-011-1/+1
| * cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron2009-10-011-128/+165
| * cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron2009-10-011-0/+20
| * cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron2009-10-011-0/+24
| * cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron2009-10-011-3/+2
| * cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron2009-10-011-0/+26
| * cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron2009-10-011-1/+1
| * cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron2009-10-011-24/+24
| * cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron2009-10-011-5/+0
| * cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron2009-10-011-7/+8
| * cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron2009-10-011-12/+21
| * cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron2009-10-011-10/+21
| * cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron2009-10-011-4/+14
| * cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron2009-10-011-10/+25
| * cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron2009-10-011-0/+3
| * cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ...Stephen M. Cameron2009-10-011-10/+10
| * cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron2009-10-011-26/+72
| * cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron2009-10-011-8/+0
| * cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson2009-10-011-3/+33
| * cciss: Use one scan thread per controller and fix hang during rmmodAndrew Patterson2009-10-011-20/+136
| * cciss: Remove sysfs entries for logical drives on driver cleanup.Andrew Patterson2009-10-011-1/+4
| * cciss: fix schedule_timeout() parametersRandy Dunlap2009-10-011-2/+3
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
|/
OpenPOWER on IntegriCloud