Age | Commit message (Expand) | Author | Files | Lines |
2006-06-25 | [PATCH] CCISS: run through Lindent | Bjorn Helgaas | 1 | -1534/+1581 |
2006-06-25 | [PATCH] CCISS: remove parens around return values | Bjorn Helgaas | 1 | -23/+23 |
2006-06-25 | [PATCH] CCISS: fix a few spelling errors | Bjorn Helgaas | 1 | -8/+8 |
2006-06-25 | [PATCH] CCISS: use ARRAY_SIZE without intermediates | Bjorn Helgaas | 1 | -4/+2 |
2006-06-25 | [PATCH] CCISS: announce cciss%d devices with PCI address/IRQ/DAC info | Bjorn Helgaas | 1 | -7/+9 |
2006-06-25 | [PATCH] CCISS: request all PCI resources | Bjorn Helgaas | 1 | -44/+18 |
2006-06-25 | [PATCH] CCISS: disable device when returning failure | Bjorn Helgaas | 1 | -9/+18 |
2006-06-25 | [PATCH] random: make CCISS use add_disk_randomness | Matt Mackall | 1 | -2/+2 |
2006-06-21 | [PATCH] CCISS: add device symlink to the block cciss block devices in sysfs | Greg Kroah-Hartman | 1 | -0/+1 |
2006-04-17 | [PATCH] cciss: bug fix for crash when running hpacucli | Mike Miller | 1 | -47/+49 |
2006-03-27 | [PATCH] unused label in drivers/block/cciss. | Eric Sesterhenn | 1 | -1/+1 |
2006-03-27 | [PATCH] kzalloc() conversion in drivers/block | Eric Sesterhenn | 1 | -7/+3 |
2006-03-24 | BUG_ON() Conversion in drivers/block/ | Eric Sesterhenn | 1 | -2/+1 |
2006-03-23 | [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 | Jens Axboe | 1 | -0/+2 |
2006-03-23 | [PATCH] cciss: fix use-after-free in cciss_init_one | Patrick McHardy | 1 | -1/+1 |
2006-03-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+1 |
2006-03-22 | Fix "frist", "fisrt", typos | Uwe Zeisberger | 1 | -1/+1 |
2006-02-27 | [SCSI] cciss: kfree(NULL) is legal | Andrew Morton | 1 | -2/+1 |
2006-02-07 | [PATCH] cciss: softirq handler needs to save interrupt flags | Jens Axboe | 1 | -2/+3 |
2006-01-09 | [PATCH] drivers/block: Replace pci_module_init() with pci_register_driver() | Richard Knutsson | 1 | -1/+1 |
2006-01-09 | [BLOCK] CCISS: update for blk softirq completions | Jens Axboe | 1 | -26/+46 |
2006-01-08 | [PATCH] cciss: avoid defining useless MAJOR_NR macro | Christoph Hellwig | 1 | -1/+1 |
2006-01-08 | [PATCH] drivers/block: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -2/+2 |
2006-01-08 | [PATCH] cciss: adds MSI and MSI-X support | Mike Miller | 1 | -11/+76 |
2006-01-08 | [PATCH] Add block_device_operations.getgeo block device method | Christoph Hellwig | 1 | -15/+16 |
2006-01-06 | [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() | Tejun Heo | 1 | -1/+1 |
2005-12-12 | [PATCH] cciss: fix for deregister_disk | Mike Miller | 1 | -1/+3 |
2005-12-12 | [PATCH] cciss: double put_disk() | Jens Axboe | 1 | -3/+0 |
2005-11-18 | [PATCH 3/3] cciss: add put_disk into cleanup routines | mikem | 1 | -9/+24 |
2005-11-18 | [PATCH 2/3] cciss: bug fix for BIG_PASS_THRU | Jens Axboe | 1 | -3/+4 |
2005-11-08 | Merge by hand (conflicts between pending drivers and kfree cleanups) | James Bottomley | 1 | -26/+162 |
2005-11-07 | [PATCH] kfree cleanup: misc remaining drivers | Jesper Juhl | 1 | -8/+4 |
2005-11-06 | [SCSI] cciss: scsi error handling | mike.miller@hp.com | 1 | -26/+162 |
2005-09-21 | [PATCH] cciss: busy_initializing bug fix | Mike Miller | 1 | -4/+1 |
2005-09-13 | [PATCH] cciss: fix for DMA brokeness | Mike Miller | 1 | -2/+6 |
2005-09-13 | [PATCH] cciss: bug fix in cciss_remove_one | Mike Miller | 1 | -2/+3 |
2005-09-13 | [PATCH] cciss: direct lookup for command completions | Mike Miller | 1 | -5/+65 |
2005-09-13 | [PATCH] cciss: new disk register/deregister routines | Mike Miller | 1 | -189/+326 |
2005-09-13 | [PATCH] cciss: busy_initializing flag | Mike Miller | 1 | -0/+8 |
2005-09-13 | [PATCH] cciss: new controller pci/subsystem ids | Mike Miller | 1 | -9/+24 |
2005-09-10 | [PATCH] drivers/block: fix-up schedule_timeout() usage | Nishanth Aravamudan | 1 | -4/+3 |
2005-07-28 | [PATCH] cciss per disk queue | Mike Miller | 1 | -23/+26 |
2005-06-28 | [PATCH] cciss_ioctl() warning fix | Andrew Morton | 1 | -1/+0 |
2005-06-27 | [PATCH] cciss: remove partition info from CCISS_GETLUNINFO | Mike Miller | 1 | -7/+0 |
2005-06-27 | [PATCH] cciss: pci domain info pass 2 | Mike Miller | 1 | -0/+1 |
2005-06-27 | [PATCH] cciss: pci id fix | Mike Miller | 1 | -3/+6 |
2005-06-11 | [SCSI] cciss 2.6 DMA mapping | mike.miller@hp.com | 1 | -9/+3 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+2976 |