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
/
scsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-05-18
1
-2
/
+5
|
\
|
*
drivercore: revert addition of of_match to struct device
Grant Likely
2011-05-18
1
-2
/
+5
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-05-18
2
-4
/
+18
|
\
\
|
|
/
|
/
|
|
*
scsi: remove performance regression due to async queue run
Jens Axboe
2011-05-17
2
-4
/
+18
*
|
[SCSI] fix oops in scsi_run_queue()
James Bottomley
2011-05-03
1
-1
/
+6
*
|
[SCSI] pmcraid: reject negative request size
Dan Rosenberg
2011-04-24
1
-0
/
+3
*
|
[SCSI] put stricter guards on queue dead checks
James Bottomley
2011-04-24
1
-8
/
+8
*
|
[SCSI] scsi_dh: fix reference counting in scsi_dh_activate error path
Mike Snitzer
2011-04-24
1
-3
/
+6
*
|
[SCSI] mpt2sas: prevent heap overflows and unchecked reads
Dan Rosenberg
2011-04-24
1
-2
/
+21
|
/
*
block: get rid of QUEUE_FLAG_REENTER
Jens Axboe
2011-04-19
2
-31
/
+5
*
block: add blk_run_queue_async
Christoph Hellwig
2011-04-18
2
-2
/
+2
*
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
2011-04-07
134
-324
/
+324
|
\
|
*
Fix common misspellings
Lucas De Marchi
2011-03-31
134
-324
/
+324
*
|
x86: Stop including <linux/delay.h> in two asm header files
Jean Delvare
2011-03-29
1
-0
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2011-03-25
47
-772
/
+1855
|
\
|
*
[SCSI] qla4xxx: Use polling mode for disable interrupt mailbox completion
Sarang Radke
2011-03-23
1
-2
/
+1
|
*
[SCSI] Revert "[SCSI] Retrieve the Caching mode page"
James Bottomley
2011-03-23
1
-47
/
+16
|
*
[SCSI] bnx2fc: IO completion not processed due to missed wakeup
Bhanu Gollapudi
2011-03-23
1
-6
/
+4
|
*
[SCSI] qla4xxx: Update driver version to 5.02.00-k6
Vikas Chaudhary
2011-03-23
1
-1
/
+1
|
*
[SCSI] qla4xxx: masking required bits of add_fw_options during initialization
Prasanna Mumbai
2011-03-23
2
-0
/
+6
|
*
[SCSI] qla4xxx: added new function qla4xxx_relogin_all_devices
Vikas Chaudhary
2011-03-23
1
-31
/
+23
|
*
[SCSI] qla4xxx: add support for ql4xsess_recovery_tmo cmd line param
Vikas Chaudhary
2011-03-23
1
-2
/
+8
|
*
[SCSI] qla4xxx: Add support for ql4xmaxqdepth command line parameter
Vikas Chaudhary
2011-03-23
1
-1
/
+11
|
*
[SCSI] qla4xxx: cleanup function qla4xxx_process_ddb_changed
Vikas Chaudhary
2011-03-23
1
-12
/
+3
|
*
[SCSI] qla4xxx: Prevent other port reinitialization during remove_adapter
Karen Higgins
2011-03-23
4
-16
/
+46
|
*
[SCSI] qla4xxx: remove unused ddb flag DF_NO_RELOGIN
Vikas Chaudhary
2011-03-23
2
-4
/
+0
|
*
[SCSI] qla4xxx: cleanup DDB relogin logic during initialization
Karen Higgins
2011-03-23
6
-192
/
+33
|
*
[SCSI] qla4xxx: Do not retry ISP82XX initialization if H/W state is failed
Prasanna Mumbai
2011-03-23
1
-0
/
+13
|
*
[SCSI] qla4xxx: Do not send mbox command if FW is in failed state
Prasanna Mumbai
2011-03-23
1
-6
/
+18
|
*
[SCSI] qla4xxx: cleanup qla4xxx_initialize_ddb_list()
Vikas Chaudhary
2011-03-23
1
-7
/
+0
|
*
[SCSI] ses: add subenclosure support
James Bottomley
2011-03-23
1
-19
/
+25
|
*
[SCSI] bnx2fc: Bump version to 1.0.1
Nithin Sujir
2011-03-23
2
-2
/
+2
|
*
[SCSI] bnx2fc: Remove unnecessary module state checks
Bhanu Gollapudi
2011-03-23
1
-23
/
+0
|
*
[SCSI] bnx2fc: Fix MTU issue by using static MTU
Bhanu Gollapudi
2011-03-23
3
-36
/
+6
|
*
[SCSI] bnx2fc: Remove network bonding checking
Michael Chan
2011-03-23
1
-7
/
+0
|
*
[SCSI] bnx2fc: Call bnx2fc_return_rqe and bnx2fc_get_next_rqe with tgt lock held
Nithin Sujir
2011-03-23
1
-2
/
+11
|
*
[SCSI] bnx2fc: common free list for cleanup commands
Bhanu Gollapudi
2011-03-23
3
-32
/
+58
|
*
[SCSI] bnx2fc: Remove rtnl_trylock/restart_syscall checks
Nithin Sujir
2011-03-23
1
-14
/
+5
|
*
[SCSI] bnx2fc: Avoid holding cq_lock when iounmap() is called
Bhanu Gollapudi
2011-03-23
1
-2
/
+2
|
*
[SCSI] libiscsi_tcp: use kmap in xmit path
Mike Christie
2011-03-23
1
-2
/
+13
|
*
[SCSI] aacraid: Add new code for PMC-Sierra's SRC based controller family
Mahesh Rajashekhara
2011-03-23
13
-59
/
+898
|
*
[SCSI] mpt2sas : Added customer specific display support
Kashyap, Desai
2011-03-23
2
-0
/
+69
|
*
[SCSI] lpfc 8.3.22: Update driver version to 8.3.22
James Smart
2011-03-23
1
-1
/
+1
|
*
[SCSI] lpfc 8.3.22: Update Copyright Dates
James Smart
2011-03-23
7
-7
/
+7
|
*
[SCSI] lpfc 8.3.22: FC Discovery fixes
James Smart
2011-03-23
3
-32
/
+81
|
*
[SCSI] lpfc 8.3.22: Add support for PCI Adapter Failure
James Smart
2011-03-23
7
-71
/
+207
|
*
[SCSI] lpfc 8.3.22: T10-DIF corrections
James Smart
2011-03-23
6
-15
/
+48
|
*
[SCSI] lpfc 8.3.22: Add new mailbox command and new BSG fix
James Smart
2011-03-23
3
-118
/
+229
|
*
[SCSI] mvsas: Add support for HighPoint RR27xx series HBA
HighPoint Linux Team
2011-03-23
1
-0
/
+7
|
*
[SCSI] scsi_transport_iscsi: make priv_sess file writeable only by root
Vasiliy Kulikov
2011-03-23
1
-1
/
+1
[next]