summaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] cciss: fix printk format warningRandy Dunlap2006-10-281-4/+4
* [PATCH] cciss: Fix warnings (and bug on 1TB discs)Matthew Wilcox2006-10-211-13/+9Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-3/+3
* [PATCH] cciss: remove unneeded spaces in output for attached volumesMetathronius Galabant2006-10-011-1/+1
* [PATCH] cciss: support for >2TB logical volumesMike Miller (OS Dev)2006-10-011-68/+161
* [PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe2006-09-301-1/+0Star
* [PATCH] cciss: version update, new hwMike Miller2006-09-131-4/+6
* [PATCH] cciss: fix stall with softirq handling and CFQJens Axboe2006-07-251-41/+45
* [PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0Star
* [PATCH] CCISS: tidy up product table indentationBjorn Helgaas2006-06-251-36/+18Star
* [PATCH] CCISS: run through LindentBjorn Helgaas2006-06-251-1534/+1581
* [PATCH] CCISS: remove parens around return valuesBjorn Helgaas2006-06-251-23/+23
* [PATCH] CCISS: fix a few spelling errorsBjorn Helgaas2006-06-251-8/+8
* [PATCH] CCISS: use ARRAY_SIZE without intermediatesBjorn Helgaas2006-06-251-4/+2Star
* [PATCH] CCISS: announce cciss%d devices with PCI address/IRQ/DAC infoBjorn Helgaas2006-06-251-7/+9
* [PATCH] CCISS: request all PCI resourcesBjorn Helgaas2006-06-251-44/+18Star
* [PATCH] CCISS: disable device when returning failureBjorn Helgaas2006-06-251-9/+18
* [PATCH] random: make CCISS use add_disk_randomnessMatt Mackall2006-06-251-2/+2
* [PATCH] CCISS: add device symlink to the block cciss block devices in sysfsGreg Kroah-Hartman2006-06-211-0/+1
* [PATCH] cciss: bug fix for crash when running hpacucliMike Miller2006-04-171-47/+49
* [PATCH] unused label in drivers/block/cciss.Eric Sesterhenn2006-03-271-1/+1
* [PATCH] kzalloc() conversion in drivers/blockEric Sesterhenn2006-03-271-7/+3Star
* BUG_ON() Conversion in drivers/block/Eric Sesterhenn2006-03-241-2/+1Star
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-0/+2
* [PATCH] cciss: fix use-after-free in cciss_init_onePatrick McHardy2006-03-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-221-1/+1
|\
| * Fix "frist", "fisrt", typosUwe Zeisberger2006-03-221-1/+1
* | [SCSI] cciss: kfree(NULL) is legalAndrew Morton2006-02-281-2/+1Star
|/
* [PATCH] cciss: softirq handler needs to save interrupt flagsJens Axboe2006-02-071-2/+3
* [PATCH] drivers/block: Replace pci_module_init() with pci_register_driver()Richard Knutsson2006-01-091-1/+1
* [BLOCK] CCISS: update for blk softirq completionsJens Axboe2006-01-091-26/+46
* [PATCH] cciss: avoid defining useless MAJOR_NR macroChristoph Hellwig2006-01-091-1/+1
* [PATCH] drivers/block: Use ARRAY_SIZE macroTobias Klauser2006-01-091-2/+2
* [PATCH] cciss: adds MSI and MSI-X supportMike Miller2006-01-091-11/+76
* [PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig2006-01-091-15/+16
* [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo2006-01-061-1/+1
* [PATCH] cciss: fix for deregister_diskMike Miller2005-12-131-1/+3
* [PATCH] cciss: double put_disk()Jens Axboe2005-12-121-3/+0Star
* [PATCH 3/3] cciss: add put_disk into cleanup routinesmikem2005-11-181-9/+24
* [PATCH 2/3] cciss: bug fix for BIG_PASS_THRUJens Axboe2005-11-181-3/+4
* Merge by hand (conflicts between pending drivers and kfree cleanups)James Bottomley2005-11-081-26/+162
|\
| * [SCSI] cciss: scsi error handlingmike.miller@hp.com2005-11-061-26/+162
* | [PATCH] kfree cleanup: misc remaining driversJesper Juhl2005-11-071-8/+4Star
|/
* [PATCH] cciss: busy_initializing bug fixMike Miller2005-09-211-4/+1Star
* [PATCH] cciss: fix for DMA brokenessMike Miller2005-09-131-2/+6
* [PATCH] cciss: bug fix in cciss_remove_oneMike Miller2005-09-131-2/+3
* [PATCH] cciss: direct lookup for command completionsMike Miller2005-09-131-5/+65