index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
cciss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
seq_file: constify seq_operations
James Morris
2009-09-23
1
-1
/
+1
*
const: make block_device_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
*
driver model: constify attribute groups
David Brownell
2009-09-15
1
-1
/
+1
*
cciss: memory leak in cciss_init_one()
Eric Dumazet
2009-09-11
1
-2
/
+2
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
1
-0
/
+1
*
cciss: Ignore stale commands after reboot
Hannes Reinecke
2009-07-03
1
-2
/
+13
*
block: remove some includings of blktrace_api.h
Li Zefan
2009-06-16
1
-1
/
+0
*
cciss: Remove no longer needed sendcmd reject processing code
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-95
/
+3
*
cciss: change SCSI error handling routines to work with interrupts enabled.
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-0
/
+3
*
cciss: separate error processing and command retrying code in sendcmd_withirq...
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-32
/
+45
*
cciss: factor out fix target status processing code from sendcmd functions
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-22
/
+34
*
cciss: simplify interface of sendcmd() and sendcmd_withirq()
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-62
/
+53
*
cciss: factor out core of sendcmd_withirq() for use by SCSI error handling code
scameron@beardog.cca.cpqcorp.net
2009-06-09
1
-87
/
+96
*
cciss: add cciss driver sysfs entries
Andrew Patterson
2009-06-02
1
-3
/
+264
*
cciss: fix SCSI device reset handler
Stephen M. Cameron
2009-06-02
1
-3
/
+11
*
cciss: factor out core of sendcmd() for a more sane interface
Stephen M. Cameron
2009-06-02
1
-116
/
+109
*
block: Do away with the notion of hardsect_size
Martin K. Petersen
2009-05-22
1
-3
/
+3
*
block: implement and enforce request peek/start/fetch
Tejun Heo
2009-05-11
1
-2
/
+2
*
block: convert to pos and nr_sectors accessors
Tejun Heo
2009-05-11
1
-11
/
+11
*
block: add rq->resid_len
Tejun Heo
2009-05-11
1
-9
/
+4
*
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
[next]