aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/cciss.c
AgeCommit message (Expand)Author
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-11cciss: memory leak in cciss_init_one()Eric Dumazet
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-03cciss: Ignore stale commands after rebootHannes Reinecke
2009-06-16block: remove some includings of blktrace_api.hLi Zefan
2009-06-09cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net
2009-06-09cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net
2009-06-09cciss: separate error processing and command retrying code in sendcmd_withirq...scameron@beardog.cca.cpqcorp.net
2009-06-09cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net
2009-06-09cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net
2009-06-09cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net
2009-06-02cciss: add cciss driver sysfs entriesAndrew Patterson
2009-06-02cciss: fix SCSI device reset handlerStephen M. Cameron
2009-06-02cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-05-11block: add rq->resid_lenTejun Heo
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang
2009-04-07Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-07cciss: change to discover first memory BARMike Miller
2009-04-07cciss: kernel scan thread for MSA2012Mike Miller
2009-04-07cciss: fix residual count for block pc requestsJens Axboe
2009-03-24cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignmentJens Axboe
2009-03-05cciss: remove 30 second initial timeout on controller resetJens Axboe
2009-02-26cciss: shorten 30s timeout on controller resetJens Axboe
2009-02-18cciss: PCI power management reset for kexecChip Coldwell
2008-12-29cciss: simplify parameters to deregister_disk functionStephen M. Cameron
2008-12-29cciss: switch to using hlist for command list managementJens Axboe
2008-12-19cciss: fix problem that deleting multiple logical drives could cause a panicStephen M. Cameron
2008-11-19cciss: fix DEBUG printk formatsRandy Dunlap
2008-11-06cciss: fix regression firmware not displayed in procfsMike Miller
2008-11-06cciss: fix sysfs broken symlink regressionMike Miller
2008-11-06cciss: new hardware supportMike Miller
2008-10-21[PATCH] switch ccissAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro
2008-10-09drivers/block: Use DIV_ROUND_UPJulia Lawall
2008-08-06cciss: fix bug if scsi tape support is disabledMike Miller
2008-08-06cciss: fix negative logical drive count in procfsMike Miller
2008-08-06cciss: remove redundant codeMike Miller
2008-08-06cciss: make rebuild_lun_table behave betterMike Miller
2008-08-06cciss: return -EFAULT if copy_from_user() failsNikanth Karthikesan
2008-08-05block/cciss.c: remove pointless curr_queue calculationHannes Reinecke
2008-07-04cciss: read config to obtain max outstanding commands per controllerMike Miller
2008-07-04cciss: fix regression that no device nodes are created if no logical drives a...Stephen M. Cameron