index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
cciss.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-08
[PATCH] struct path: convert block_drivers
Josef Sipek
1
-1
/
+1
2006-12-07
[PATCH] cciss: cleanup cciss_interrupt mode
Mike Miller
1
-5
/
+3
2006-12-07
[PATCH] cciss: add support for 1024 logical volumes
Mike Miller
1
-37
/
+77
2006-12-07
[PATCH] cciss: remove unused revalidate_allvol function
Mike Miller
1
-73
/
+1
2006-12-07
[PATCH] cciss: change cciss_open for consistency
Mike Miller
1
-1
/
+1
2006-12-07
[PATCH] cciss: set sector_size to 2048 for performance
Mike Miller
1
-3
/
+9
2006-12-07
[PATCH] cciss: disable DMA prefetch on P600
Mike Miller
1
-0
/
+11
2006-12-07
[PATCH] cciss: fix pci ssid for the E500 controller
Mike Miller
1
-2
/
+2
2006-12-07
[PATCH] cciss: increase number of commands on controller
Mike Miller
1
-36
/
+38
2006-12-07
[PATCH] cciss: reference driver support
Mike Miller
1
-7
/
+23
2006-12-07
[PATCH] cciss: version change
Mike Miller
1
-3
/
+4
2006-11-15
[PATCH] cciss: fix iostat
Jens Axboe
1
-0
/
+6
2006-10-28
[PATCH] cciss: fix printk format warning
Randy Dunlap
1
-4
/
+4
2006-10-22
[PATCH] cciss: Fix warnings (and bug on 1TB discs)
Matthew Wilcox
1
-13
/
+9
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-3
/
+3
2006-10-04
Remove all inclusions of <linux/config.h>
Dave Jones
1
-1
/
+0
2006-10-01
[PATCH] completions: lockdep annotate on stack completions
Peter Zijlstra
1
-3
/
+3
2006-10-01
[PATCH] cciss: remove unneeded spaces in output for attached volumes
Metathronius Galabant
1
-1
/
+1
2006-10-01
[PATCH] cciss: support for >2TB logical volumes
Mike Miller (OS Dev)
1
-68
/
+161
2006-09-30
[PATCH] Kill various deprecated/unused block layer defines/functions
Jens Axboe
1
-1
/
+0
2006-09-13
[PATCH] cciss: version update, new hw
Mike Miller
1
-4
/
+6
2006-07-25
[PATCH] cciss: fix stall with softirq handling and CFQ
Jens Axboe
1
-41
/
+45
2006-07-03
[PATCH] irq-flags: drivers/block Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-26
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-06-25
[PATCH] CCISS: tidy up product table indentation
Bjorn Helgaas
1
-36
/
+18
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-18
[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-28
[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-09
[PATCH] cciss: avoid defining useless MAJOR_NR macro
Christoph Hellwig
1
-1
/
+1
2006-01-09
[PATCH] drivers/block: Use ARRAY_SIZE macro
Tobias Klauser
1
-2
/
+2
2006-01-09
[PATCH] cciss: adds MSI and MSI-X support
Mike Miller
1
-11
/
+76
2006-01-09
[PATCH] Add block_device_operations.getgeo block device method
Christoph Hellwig
1
-15
/
+16
[next]