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.12.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
2009-09-23
seq_file: constify seq_operations
James Morris
1
-1
/
+1
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
1
-1
/
+1
2009-09-15
driver model: constify attribute groups
David Brownell
1
-1
/
+1
2009-09-11
cciss: memory leak in cciss_init_one()
Eric Dumazet
1
-2
/
+2
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-0
/
+1
2009-07-03
cciss: Ignore stale commands after reboot
Hannes Reinecke
1
-2
/
+13
2009-06-16
block: remove some includings of blktrace_api.h
Li Zefan
1
-1
/
+0
2009-06-09
cciss: Remove no longer needed sendcmd reject processing code
scameron@beardog.cca.cpqcorp.net
1
-95
/
+3
2009-06-09
cciss: change SCSI error handling routines to work with interrupts enabled.
scameron@beardog.cca.cpqcorp.net
1
-0
/
+3
2009-06-09
cciss: separate error processing and command retrying code in sendcmd_withirq...
scameron@beardog.cca.cpqcorp.net
1
-32
/
+45
2009-06-09
cciss: factor out fix target status processing code from sendcmd functions
scameron@beardog.cca.cpqcorp.net
1
-22
/
+34
2009-06-09
cciss: simplify interface of sendcmd() and sendcmd_withirq()
scameron@beardog.cca.cpqcorp.net
1
-62
/
+53
2009-06-09
cciss: factor out core of sendcmd_withirq() for use by SCSI error handling code
scameron@beardog.cca.cpqcorp.net
1
-87
/
+96
2009-06-02
cciss: add cciss driver sysfs entries
Andrew Patterson
1
-3
/
+264
2009-06-02
cciss: fix SCSI device reset handler
Stephen M. Cameron
1
-3
/
+11
2009-06-02
cciss: factor out core of sendcmd() for a more sane interface
Stephen M. Cameron
1
-116
/
+109
2009-05-23
block: Do away with the notion of hardsect_size
Martin K. Petersen
1
-3
/
+3
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-2
/
+2
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
1
-11
/
+11
2009-05-11
block: add rq->resid_len
Tejun Heo
1
-9
/
+4
2009-04-14
Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
Yang Hongyang
1
-1
/
+1
2009-04-07
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-8
/
+109
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-1
/
+1
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-1
/
+1
2009-04-07
cciss: change to discover first memory BAR
Mike Miller
1
-5
/
+14
2009-04-07
cciss: kernel scan thread for MSA2012
Mike Miller
1
-2
/
+86
2009-04-07
cciss: fix residual count for block pc requests
Jens Axboe
1
-1
/
+9
2009-03-24
cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignment
Jens Axboe
1
-0
/
+7
2009-03-05
cciss: remove 30 second initial timeout on controller reset
Jens Axboe
1
-5
/
+3
2009-02-26
cciss: shorten 30s timeout on controller reset
Jens Axboe
1
-3
/
+7
2009-02-18
cciss: PCI power management reset for kexec
Chip Coldwell
1
-0
/
+215
2008-12-29
cciss: simplify parameters to deregister_disk function
Stephen M. Cameron
1
-7
/
+9
2008-12-29
cciss: switch to using hlist for command list management
Jens Axboe
1
-42
/
+30
2008-12-19
cciss: fix problem that deleting multiple logical drives could cause a panic
Stephen M. Cameron
1
-0
/
+5
2008-11-20
cciss: fix DEBUG printk formats
Randy Dunlap
1
-4
/
+5
2008-11-07
cciss: fix regression firmware not displayed in procfs
Mike Miller
1
-1
/
+22
2008-11-07
cciss: fix sysfs broken symlink regression
Mike Miller
1
-0
/
+1
2008-11-07
cciss: new hardware support
Mike Miller
1
-0
/
+4
2008-10-21
[PATCH] switch cciss
Al Viro
1
-39
/
+39
2008-10-21
[PATCH] beginning of methods conversion
Al Viro
1
-4
/
+4
2008-10-21
[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
Al Viro
1
-1
/
+2
2008-10-09
drivers/block: Use DIV_ROUND_UP
Julia Lawall
1
-4
/
+4
2008-08-06
cciss: fix bug if scsi tape support is disabled
Mike Miller
1
-0
/
+2
2008-08-06
cciss: fix negative logical drive count in procfs
Mike Miller
1
-6
/
+9
2008-08-06
cciss: remove redundant code
Mike Miller
1
-304
/
+169
2008-08-06
cciss: make rebuild_lun_table behave better
Mike Miller
1
-122
/
+214
2008-08-06
cciss: return -EFAULT if copy_from_user() fails
Nikanth Karthikesan
1
-1
/
+1
2008-08-06
block/cciss.c: remove pointless curr_queue calculation
Hannes Reinecke
1
-2
/
+0
2008-07-04
cciss: read config to obtain max outstanding commands per controller
Mike Miller
1
-29
/
+37
2008-07-04
cciss: fix regression that no device nodes are created if no logical drives a...
Stephen M. Cameron
1
-0
/
+4
[next]