index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2007-10-14
more trivial signedness fixes in drivers
Al Viro
1
-1
/
+1
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
1
-1
/
+1
2007-08-12
drivers/block/cciss.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-8
/
+8
2007-08-01
cciss: fix memory leak
Jesper Juhl
1
-1
/
+4
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-5
/
+5
2007-07-16
Fix too few arguments to function `scsi_cmd_ioctl'
S.Çağlar Onur
1
-1
/
+1
2007-07-10
cciss: add new controller support for P700m
Mike Miller (OS Dev
1
-0
/
+2
2007-05-19
cciss: Fix pci_driver.shutdown while device is still active
Gerald Britton
1
-15
/
+30
2007-05-08
cciss: include scsi/scsi.h unconditionally
Stephen Cameron
1
-0
/
+1
2007-05-08
cciss: set rq->errors more correctly in driver
Mike Miller (OS Dev)
1
-21
/
+22
2007-05-08
cciss: add SG_IO ioctl to cciss
Mike Miller (OS Dev)
1
-53
/
+111
2007-05-08
cciss: reformat error handling
Mike Miller (OS Dev)
1
-85
/
+89
2007-04-13
[PATCH] cciss: unregister from SCSI before tearing down device resources
Bjorn Helgaas
1
-16
/
+19
2007-04-05
[PATCH] cciss: add init of drv->cylinders back to cciss_geometry_inquiry
Mike Miller (OS Dev)
1
-0
/
+1
2007-03-15
[PATCH] cciss endian annotations
Al Viro
1
-5
/
+5
2007-03-06
[PATCH] cciss: add struct pci_driver shutdown support (replaces reboot notifier)
Mike Miller (OS Dev)
1
-4
/
+6
2007-03-06
[PATCH] cciss: fix for 2TB support
Mike Miller (OS Dev)
1
-15
/
+24
2006-12-30
[PATCH] cciss: build with PROC_FS=n
Randy Dunlap
1
-1
/
+2
2006-12-18
[PATCH] cciss: fix XFER_READ/XFER_WRITE in do_cciss_request
Mike Miller
1
-1
/
+1
2006-12-18
[PATCH] cciss: set default raid level when reading geometry fails
Mike Miller
1
-0
/
+1
2006-12-13
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
1
-1
/
+1
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-13
[PATCH] cciss: remove calls to pci_disable_device
Mike Miller
1
-6
/
+13
2006-12-13
[PATCH] cciss: map out more memory for config table
Mike Miller
1
-1
/
+1
2006-12-13
[PATCH] Fixup cciss error handling
Jens Axboe
1
-1
/
+1
2006-12-13
[PATCH 2/2] cciss: remove calls to pci_disable_device
mike.miller@hp.com
1
-5
/
+1
2006-12-13
[PATCH 1/2] cciss: map out more memory for config table
mike.miller@hp.com
1
-1
/
+1
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
[next]