summaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAgeFilesLines
* cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron2009-10-131-40/+34Star
* 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/+2Star
| * 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/+0Star
| * 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/+0Star
| * 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-021-1/+1
|/
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* cciss: memory leak in cciss_init_one()Eric Dumazet2009-09-111-2/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* cciss: Ignore stale commands after rebootHannes Reinecke2009-07-031-2/+13
* block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0Star
* cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net2009-06-091-95/+3Star
* cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net2009-06-091-0/+3
* cciss: separate error processing and command retrying code in sendcmd_withirq...scameron@beardog.cca.cpqcorp.net2009-06-091-32/+45
* cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net2009-06-091-22/+34
* cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net2009-06-091-62/+53Star
* cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-87/+96
* cciss: add cciss driver sysfs entriesAndrew Patterson2009-06-021-3/+264
* cciss: fix SCSI device reset handlerStephen M. Cameron2009-06-021-3/+11
* cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron2009-06-021-116/+109Star
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-3/+3
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+2
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-11/+11
* block: add rq->resid_lenTejun Heo2009-05-111-9/+4Star
* Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-04-071-8/+109
|\
| * cciss: change to discover first memory BARMike Miller2009-04-071-5/+14