summaryrefslogtreecommitdiff
path: root/drivers/block/cciss.c
AgeCommit message (Expand)Author
2010-02-23cciss: Make cciss_seq_show handle holes in the h->drv[] arrayStephen M. Cameron
2009-11-13cciss: make device attrs staticAlex Chiang
2009-10-13cciss: Add cciss_allow_hpsa module parameterStephen M. Cameron
2009-10-13cciss: Fix multiple calls to pci_release_regionsStephen M. Cameron
2009-10-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-10-01cciss: fix build when !PROC_FSAlexander Beregalov
2009-10-01cciss: cciss_host_attr_groups should be constJens Axboe
2009-10-01cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron
2009-10-01cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron
2009-10-01cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron
2009-10-01cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron
2009-10-01cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron
2009-10-01cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron
2009-10-01cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ...Stephen M. Cameron
2009-10-01cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron
2009-10-01cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron
2009-10-01cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson
2009-10-01cciss: Use one scan thread per controller and fix hang during rmmodAndrew Patterson
2009-10-01cciss: Remove sysfs entries for logical drives on driver cleanup.Andrew Patterson
2009-10-01cciss: fix schedule_timeout() parametersRandy Dunlap
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