aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron1-10/+21
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron1-4/+14
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron1-10/+25
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron1-0/+3
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path work.Stephen M. Cameron1-10/+10
2009-10-01cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron1-26/+72
2009-10-01cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron1-8/+0
2009-10-01cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson1-3/+33
2009-10-01cciss: Use one scan thread per controller and fix hang during rmmodAndrew Patterson1-20/+136
2009-10-01cciss: Remove sysfs entries for logical drives on driver cleanup.Andrew Patterson1-1/+4
2009-10-01cciss: fix schedule_timeout() parametersRandy Dunlap1-2/+3
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-11cciss: memory leak in cciss_init_one()Eric Dumazet1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-07-03cciss: Ignore stale commands after rebootHannes Reinecke1-2/+13
2009-06-16block: remove some includings of blktrace_api.hLi Zefan1-1/+0
2009-06-09cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net1-95/+3
2009-06-09cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net1-0/+3
2009-06-09cciss: separate error processing and command retrying code in sendcmd_withirq_core()scameron@beardog.cca.cpqcorp.net1-32/+45
2009-06-09cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net1-22/+34
2009-06-09cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net1-62/+53
2009-06-09cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net1-87/+96
2009-06-02cciss: add cciss driver sysfs entriesAndrew Patterson1-3/+264
2009-06-02cciss: fix SCSI device reset handlerStephen M. Cameron1-3/+11
2009-06-02cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron1-116/+109
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-3/+3
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-11/+11
2009-05-11block: add rq->resid_lenTejun Heo1-9/+4
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-1/+1
2009-04-07Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-8/+109
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-04-07cciss: change to discover first memory BARMike Miller1-5/+14
2009-04-07cciss: kernel scan thread for MSA2012Mike Miller1-2/+86
2009-04-07cciss: fix residual count for block pc requestsJens Axboe1-1/+9
2009-03-24cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignmentJens Axboe1-0/+7
2009-03-05cciss: remove 30 second initial timeout on controller resetJens Axboe1-5/+3
2009-02-26cciss: shorten 30s timeout on controller resetJens Axboe1-3/+7
2009-02-18cciss: PCI power management reset for kexecChip Coldwell1-0/+215
2008-12-29cciss: simplify parameters to deregister_disk functionStephen M. Cameron1-7/+9
2008-12-29cciss: switch to using hlist for command list managementJens Axboe1-42/+30
2008-12-19cciss: fix problem that deleting multiple logical drives could cause a panicStephen M. Cameron1-0/+5
2008-11-19cciss: fix DEBUG printk formatsRandy Dunlap1-4/+5
2008-11-06cciss: fix regression firmware not displayed in procfsMike Miller1-1/+22
2008-11-06cciss: fix sysfs broken symlink regressionMike Miller1-0/+1
2008-11-06cciss: new hardware supportMike Miller1-0/+4
2008-10-21[PATCH] switch ccissAl Viro1-39/+39