aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/cciss.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-14[PATCH] cciss endian annotationsGravatar Al Viro 1-5/+5
2007-03-06[PATCH] cciss: add struct pci_driver shutdown support (replaces reboot notifier)Gravatar Mike Miller (OS Dev) 1-4/+6
2007-03-06[PATCH] cciss: fix for 2TB supportGravatar Mike Miller (OS Dev) 1-15/+24
2006-12-30[PATCH] cciss: build with PROC_FS=nGravatar Randy Dunlap 1-1/+2
2006-12-18[PATCH] cciss: fix XFER_READ/XFER_WRITE in do_cciss_requestGravatar Mike Miller 1-1/+1
2006-12-18[PATCH] cciss: set default raid level when reading geometry failsGravatar Mike Miller 1-0/+1
2006-12-13Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-12-13[PATCH] cciss: remove calls to pci_disable_deviceGravatar Mike Miller 1-6/+13
2006-12-13[PATCH] cciss: map out more memory for config tableGravatar Mike Miller 1-1/+1
2006-12-13[PATCH] Fixup cciss error handlingGravatar Jens Axboe 1-1/+1
2006-12-13[PATCH 2/2] cciss: remove calls to pci_disable_deviceGravatar mike.miller@hp.com 1-5/+1
2006-12-13[PATCH 1/2] cciss: map out more memory for config tableGravatar mike.miller@hp.com 1-1/+1
2006-12-08[PATCH] struct path: convert block_driversGravatar Josef Sipek 1-1/+1
2006-12-07[PATCH] cciss: cleanup cciss_interrupt modeGravatar Mike Miller 1-5/+3
2006-12-07[PATCH] cciss: add support for 1024 logical volumesGravatar Mike Miller 1-37/+77
2006-12-07[PATCH] cciss: remove unused revalidate_allvol functionGravatar Mike Miller 1-73/+1
2006-12-07[PATCH] cciss: change cciss_open for consistencyGravatar Mike Miller 1-1/+1
2006-12-07[PATCH] cciss: set sector_size to 2048 for performanceGravatar Mike Miller 1-3/+9
2006-12-07[PATCH] cciss: disable DMA prefetch on P600Gravatar Mike Miller 1-0/+11
2006-12-07[PATCH] cciss: fix pci ssid for the E500 controllerGravatar Mike Miller 1-2/+2
2006-12-07[PATCH] cciss: increase number of commands on controllerGravatar Mike Miller 1-36/+38
2006-12-07[PATCH] cciss: reference driver supportGravatar Mike Miller 1-7/+23
2006-12-07[PATCH] cciss: version changeGravatar Mike Miller 1-3/+4
2006-11-14[PATCH] cciss: fix iostatGravatar Jens Axboe 1-0/+6
2006-10-28[PATCH] cciss: fix printk format warningGravatar Randy Dunlap 1-4/+4
2006-10-21[PATCH] cciss: Fix warnings (and bug on 1TB discs)Gravatar Matthew Wilcox 1-13/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-3/+3
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-1/+0
2006-10-01[PATCH] completions: lockdep annotate on stack completionsGravatar Peter Zijlstra 1-3/+3
2006-10-01[PATCH] cciss: remove unneeded spaces in output for attached volumesGravatar Metathronius Galabant 1-1/+1
2006-10-01[PATCH] cciss: support for >2TB logical volumesGravatar Mike Miller (OS Dev) 1-68/+161
2006-09-30[PATCH] Kill various deprecated/unused block layer defines/functionsGravatar Jens Axboe 1-1/+0
2006-09-13[PATCH] cciss: version update, new hwGravatar Mike Miller 1-4/+6
2006-07-25[PATCH] cciss: fix stall with softirq handling and CFQGravatar Jens Axboe 1-41/+45
2006-07-02[PATCH] irq-flags: drivers/block Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2006-06-25[PATCH] CCISS: tidy up product table indentationGravatar Bjorn Helgaas 1-36/+18
2006-06-25[PATCH] CCISS: run through LindentGravatar Bjorn Helgaas 1-1534/+1581
2006-06-25[PATCH] CCISS: remove parens around return valuesGravatar Bjorn Helgaas 1-23/+23
2006-06-25[PATCH] CCISS: fix a few spelling errorsGravatar Bjorn Helgaas 1-8/+8
2006-06-25[PATCH] CCISS: use ARRAY_SIZE without intermediatesGravatar Bjorn Helgaas 1-4/+2
2006-06-25[PATCH] CCISS: announce cciss%d devices with PCI address/IRQ/DAC infoGravatar Bjorn Helgaas 1-7/+9
2006-06-25[PATCH] CCISS: request all PCI resourcesGravatar Bjorn Helgaas 1-44/+18
2006-06-25[PATCH] CCISS: disable device when returning failureGravatar Bjorn Helgaas 1-9/+18
2006-06-25[PATCH] random: make CCISS use add_disk_randomnessGravatar Matt Mackall 1-2/+2
2006-06-21[PATCH] CCISS: add device symlink to the block cciss block devices in sysfsGravatar Greg Kroah-Hartman 1-0/+1
2006-04-17[PATCH] cciss: bug fix for crash when running hpacucliGravatar Mike Miller 1-47/+49
2006-03-27[PATCH] unused label in drivers/block/cciss.Gravatar Eric Sesterhenn 1-1/+1
2006-03-27[PATCH] kzalloc() conversion in drivers/blockGravatar Eric Sesterhenn 1-7/+3