index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
cciss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
Yang Hongyang
2009-04-13
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2009-04-07
1
-8
/
+109
|
\
|
*
cciss: change to discover first memory BAR
Mike Miller
2009-04-07
1
-5
/
+14
|
*
cciss: kernel scan thread for MSA2012
Mike Miller
2009-04-07
1
-2
/
+86
|
*
cciss: fix residual count for block pc requests
Jens Axboe
2009-04-07
1
-1
/
+9
*
|
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-1
/
+1
*
|
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
1
-1
/
+1
|
/
*
cciss: add BUILD_BUG_ON() for catching bad CommandList_struct alignment
Jens Axboe
2009-03-24
1
-0
/
+7
*
cciss: remove 30 second initial timeout on controller reset
Jens Axboe
2009-03-05
1
-5
/
+3
*
cciss: shorten 30s timeout on controller reset
Jens Axboe
2009-02-26
1
-3
/
+7
*
cciss: PCI power management reset for kexec
Chip Coldwell
2009-02-18
1
-0
/
+215
*
cciss: simplify parameters to deregister_disk function
Stephen M. Cameron
2008-12-29
1
-7
/
+9
*
cciss: switch to using hlist for command list management
Jens Axboe
2008-12-29
1
-42
/
+30
*
cciss: fix problem that deleting multiple logical drives could cause a panic
Stephen M. Cameron
2008-12-19
1
-0
/
+5
*
cciss: fix DEBUG printk formats
Randy Dunlap
2008-11-19
1
-4
/
+5
*
cciss: fix regression firmware not displayed in procfs
Mike Miller
2008-11-06
1
-1
/
+22
*
cciss: fix sysfs broken symlink regression
Mike Miller
2008-11-06
1
-0
/
+1
*
cciss: new hardware support
Mike Miller
2008-11-06
1
-0
/
+4
*
[PATCH] switch cciss
Al Viro
2008-10-21
1
-39
/
+39
*
[PATCH] beginning of methods conversion
Al Viro
2008-10-21
1
-4
/
+4
*
[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
Al Viro
2008-10-21
1
-1
/
+2
*
drivers/block: Use DIV_ROUND_UP
Julia Lawall
2008-10-09
1
-4
/
+4
*
cciss: fix bug if scsi tape support is disabled
Mike Miller
2008-08-06
1
-0
/
+2
*
cciss: fix negative logical drive count in procfs
Mike Miller
2008-08-06
1
-6
/
+9
*
cciss: remove redundant code
Mike Miller
2008-08-06
1
-304
/
+169
*
cciss: make rebuild_lun_table behave better
Mike Miller
2008-08-06
1
-122
/
+214
*
cciss: return -EFAULT if copy_from_user() fails
Nikanth Karthikesan
2008-08-06
1
-1
/
+1
*
block/cciss.c: remove pointless curr_queue calculation
Hannes Reinecke
2008-08-05
1
-2
/
+0
*
cciss: read config to obtain max outstanding commands per controller
Mike Miller
2008-07-04
1
-29
/
+37
*
cciss: fix regression that no device nodes are created if no logical drives a...
Stephen M. Cameron
2008-07-04
1
-0
/
+4
*
cciss: add new hardware support
Mike Miller
2008-06-12
1
-5
/
+16
*
cciss: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2008-05-01
1
-6
/
+2
*
proc: remove proc_root_driver
Alexey Dobriyan
2008-04-29
1
-2
/
+2
*
cciss: Fix race between disk-adding code and interrupt handler
scameron@beardog.cca.cpqcorp.net
2008-04-21
1
-1
/
+16
*
cciss: error: implicit declaration of function 'sg_init_table'
Mike Pagano
2008-04-11
1
-0
/
+1
*
cciss: remove READ_AHEAD define and use block layer defaults
Mike Miller
2008-03-04
1
-3
/
+0
*
resubmit: cciss: procfs updates to display info about many
Mike Miller
2008-03-04
1
-96
/
+157
*
cciss: use upper_32_bits() macro to eliminate warnings
Randy Dunlap
2008-02-06
1
-4
/
+6
*
cciss: fix bug in overriding ->data_len before completion
Jens Axboe
2008-01-29
1
-1
/
+0
*
blk_end_request: changing cciss (take 4)
Kiyoshi Ueda
2008-01-28
1
-22
/
+3
*
cciss: section mismatch
Randy Dunlap
2008-01-14
1
-1
/
+1
*
cciss: update copyright notices
Mike Miller
2007-10-29
1
-7
/
+7
*
[SG] Update drivers to use sg helpers
Jens Axboe
2007-10-22
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2007-10-17
1
-3
/
+8
|
\
|
*
cciss: disable DMA refetch on Smart Array P600
Mike Miller (OS Dev)
2007-10-17
1
-3
/
+8
*
|
drivers/block/cciss.c: fix check-after-use
Adrian Bunk
2007-10-17
1
-29
/
+27
*
|
cciss: fix error reporting for SG_IO
Steve Cameron
2007-10-17
1
-18
/
+61
|
/
*
Merge branch 'sglist-arch' into for-linus
Jens Axboe
2007-10-16
1
-0
/
+1
|
\
|
*
Panic in blk_rq_map_sg() from CCISS driver
Lee Schermerhorn
2007-10-16
1
-0
/
+1
*
|
drivers/block/cpqarray,cciss: kill unused var
Jeff Garzik
2007-10-16
1
-1
/
+0
|
/
[next]