aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/cciss.c
AgeCommit message (Expand)Author
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
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-22Merge branch 'master' into for-2.6.34Jens Axboe
2010-02-22cciss: remove C99-style commentsdann frazier
2010-02-05cciss: Make cciss_seq_show handle holes in the h->drv[] arrayStephen M. Cameron
2009-11-23cciss: fix scatter gather cleanup problemsStephen M. Cameron
2009-11-13cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron
2009-11-13cciss: Add enhanced scatter-gather support.Don Brace
2009-11-13cciss: Do not automatically rescan on UNIT ATTENTION/LUN DATA CHANGEDStephen M. Cameron
2009-11-13cciss: Remove unnecessary check in scan_threadStephen M. Cameron
2009-11-13cciss: remove sendcmd() as it is no longer used.Stephen M. Cameron
2009-11-13cciss: clean up code in cciss_shutdownStephen M. Cameron
2009-11-13cciss: Remove the "withirq" parameter from various functions where possibleStephen M. Cameron
2009-11-13cciss: Retry driver initiated cmds with unit attention conditionStephen M. Cameron
2009-11-13cciss: Fix problem with remove_from_scan_list on driver unloadStephen M. Cameron
2009-11-13cciss: Make device attributes staticAlex Chiang
2009-10-13cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron
2009-10-13cciss: Fix multiple calls to pci_release_regionsStephen M. Cameron
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-10-01cciss: fix build when !PROC_FSAlexander Beregalov
2009-10-01cciss: cciss_host_attr_groups should be constJens Axboe
2009-10-01cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron
2009-10-01cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron
2009-10-01cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron
2009-10-01cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron
2009-10-01cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron
2009-10-01cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron
2009-10-01cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ...Stephen M. Cameron
2009-10-01cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron
2009-10-01cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron
2009-10-01cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson
2009-10-01cciss: Use one scan thread per controller and fix hang during rmmodAndrew Patterson
2009-10-01cciss: Remove sysfs entries for logical drives on driver cleanup.Andrew Patterson
2009-10-01cciss: fix schedule_timeout() parametersRandy Dunlap