summaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cciss: kernel scan thread for MSA2012Mike Miller2009-04-071-2/+86
| * cciss: fix residual count for block pc requestsJens Axboe2009-04-071-1/+9
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
|/
* cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignmentJens Axboe2009-03-241-0/+7
* cciss: remove 30 second initial timeout on controller resetJens Axboe2009-03-051-5/+3Star
* cciss: shorten 30s timeout on controller resetJens Axboe2009-02-261-3/+7
* cciss: PCI power management reset for kexecChip Coldwell2009-02-181-0/+215
* cciss: simplify parameters to deregister_disk functionStephen M. Cameron2008-12-291-7/+9
* cciss: switch to using hlist for command list managementJens Axboe2008-12-291-42/+30Star
* cciss: fix problem that deleting multiple logical drives could cause a panicStephen M. Cameron2008-12-191-0/+5
* cciss: fix DEBUG printk formatsRandy Dunlap2008-11-201-4/+5
* cciss: fix regression firmware not displayed in procfsMike Miller2008-11-071-1/+22
* cciss: fix sysfs broken symlink regressionMike Miller2008-11-071-0/+1
* cciss: new hardware supportMike Miller2008-11-071-0/+4
* [PATCH] switch ccissAl Viro2008-10-211-39/+39
* [PATCH] beginning of methods conversionAl Viro2008-10-211-4/+4
* [PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2008-10-211-1/+2
* drivers/block: Use DIV_ROUND_UPJulia Lawall2008-10-091-4/+4
* cciss: fix bug if scsi tape support is disabledMike Miller2008-08-061-0/+2
* cciss: fix negative logical drive count in procfsMike Miller2008-08-061-6/+9
* cciss: remove redundant codeMike Miller2008-08-061-304/+169Star
* cciss: make rebuild_lun_table behave betterMike Miller2008-08-061-122/+214
* cciss: return -EFAULT if copy_from_user() failsNikanth Karthikesan2008-08-061-1/+1
* block/cciss.c: remove pointless curr_queue calculationHannes Reinecke2008-08-051-2/+0Star
* cciss: read config to obtain max outstanding commands per controllerMike Miller2008-07-041-29/+37
* cciss: fix regression that no device nodes are created if no logical drives a...Stephen M. Cameron2008-07-041-0/+4
* cciss: add new hardware supportMike Miller2008-06-131-5/+16
* cciss: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-011-6/+2Star
* proc: remove proc_root_driverAlexey Dobriyan2008-04-291-2/+2
* cciss: Fix race between disk-adding code and interrupt handlerscameron@beardog.cca.cpqcorp.net2008-04-211-1/+16