aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* 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/+30
* 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-191-4/+5
* cciss: fix regression firmware not displayed in procfsMike Miller2008-11-061-1/+22
* cciss: fix sysfs broken symlink regressionMike Miller2008-11-061-0/+1
* cciss: new hardware supportMike Miller2008-11-061-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/+169
* 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/+0
* 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-121-5/+16
* cciss: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-011-6/+2
* 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
* cciss: error: implicit declaration of function 'sg_init_table'Mike Pagano2008-04-111-0/+1
* cciss: remove READ_AHEAD define and use block layer defaultsMike Miller2008-03-041-3/+0
* resubmit: cciss: procfs updates to display info about manyMike Miller2008-03-041-96/+157
* cciss: use upper_32_bits() macro to eliminate warningsRandy Dunlap2008-02-061-4/+6
* cciss: fix bug in overriding ->data_len before completionJens Axboe2008-01-291-1/+0
* blk_end_request: changing cciss (take 4)Kiyoshi Ueda2008-01-281-22/+3
* cciss: section mismatchRandy Dunlap2008-01-141-1/+1
* cciss: update copyright noticesMike Miller2007-10-291-7/+7
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-10-171-3/+8
|\
| * cciss: disable DMA refetch on Smart Array P600Mike Miller (OS Dev)2007-10-171-3/+8
* | drivers/block/cciss.c: fix check-after-useAdrian Bunk2007-10-171-29/+27
* | cciss: fix error reporting for SG_IOSteve Cameron2007-10-171-18/+61
|/
* Merge branch 'sglist-arch' into for-linusJens Axboe2007-10-161-0/+1
|\
| * Panic in blk_rq_map_sg() from CCISS driverLee Schermerhorn2007-10-161-0/+1
* | drivers/block/cpqarray,cciss: kill unused varJeff Garzik2007-10-161-1/+0
|/
* more trivial signedness fixes in driversAl Viro2007-10-141-1/+1