index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] sg: protect sdp->exclude
Jörn Engel
2012-05-17
1
-7
/
+30
*
[SCSI] sg: prevent unwoken sleep
Jörn Engel
2012-05-17
1
-2
/
+14
*
[SCSI] sg: remove closed flag
Jörn Engel
2012-05-17
1
-7
/
+7
*
[SCSI] sg: use wait_event_interruptible()
Jörn Engel
2012-05-17
1
-12
/
+7
*
[SCSI] sg: remove while (1) non-loop
Jörn Engel
2012-05-17
1
-30
/
+22
*
[SCSI] sg: remove unnecessary indentation
Jörn Engel
2012-05-17
1
-29
/
+24
*
[SCSI] sd: limit the scope of the async probe domain
Dan Williams
2012-05-17
5
-6
/
+19
*
[SCSI] hpsa: dial down lockup detection during firmware flash
Stephen M. Cameron
2012-05-10
3
-5
/
+37
*
[SCSI] hpsa: removed unused member maxQsinceinit
Stephen M. Cameron
2012-05-10
1
-1
/
+0
*
[SCSI] hpsa: add new RAID level "1(ADM)"
Mike Miller
2012-05-10
1
-1
/
+1
*
[SCSI] hpsa: factor out hpsa_free_irqs_and_disable_msix
Stephen M. Cameron
2012-05-10
1
-12
/
+14
*
[SCSI] hpsa: refine interrupt handler locking for greater concurrency
Matt Gates
2012-05-10
2
-26
/
+48
*
[SCSI] hpsa: use multiple reply queues
Matt Gates
2012-05-10
3
-73
/
+153
*
[SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_...
Stephen M. Cameron
2012-05-10
1
-15
/
+15
*
[SCSI] hpsa: do aborts two ways
Stephen M. Cameron
2012-05-10
1
-2
/
+72
*
[SCSI] hpsa: add abort error handler function
Stephen M. Cameron
2012-05-10
3
-2
/
+271
*
[SCSI] hpsa: remove unused parameter from finish_cmd
Stephen M. Cameron
2012-05-10
1
-4
/
+4
*
[SCSI] hpsa: do not give up retry of driver cmds after only 3 retries
Stephen M. Cameron
2012-05-10
1
-2
/
+9
*
[SCSI] hpsa: retry driver initiated commands on busy status
Matt Bondurant
2012-05-10
1
-1
/
+12
*
[SCSI] hpsa: do not read from controller unnecessarily in completion code
Stephen M. Cameron
2012-05-10
1
-4
/
+4
*
[SCSI] hpsa: suppress excessively chatty error messages
Stephen M. Cameron
2012-05-10
1
-1
/
+1
*
[SCSI] hpsa: enable bus master bit after pci_enable_device
Stephen M. Cameron
2012-05-10
1
-0
/
+3
*
[SCSI] hpsa: do not skip disabled devices
Stephen M. Cameron
2012-05-10
1
-13
/
+0
*
[SCSI] hpsa: call pci_disable_device on driver unload
Stephen M. Cameron
2012-05-10
1
-8
/
+2
*
[SCSI] scsi_transport_spi: fix for unbalanced reference counting
Mike Maslenkin
2012-05-10
1
-2
/
+2
*
[SCSI] bnx2i: Updated version and copyright year
Eddie Wai
2012-05-10
7
-9
/
+9
*
[SCSI] bnx2i: Added the setting of target can_queue via target_alloc
Eddie Wai
2012-05-10
1
-0
/
+1
*
[SCSI] pm8001: raise host can queue
Mark Salyzyn
2012-05-10
3
-13
/
+17
*
[SCSI] ufs: Assign UTRLBAU = upper_32_ bits(UTRLD base address)
Santosh Yaraganavi
2012-05-10
1
-3
/
+3
*
[SCSI] fcoe: remove a stray unlock
Dan Carpenter
2012-05-10
1
-3
/
+2
*
[SCSI] libfcoe: fix VN2VN N_Port_ID Beacon source MAC
Yi Zou
2012-05-10
1
-1
/
+7
*
[SCSI] fcoe: Don't hold rtnl_mutex in fcoe_update_src_mac
Robert Love
2012-05-10
1
-2
/
+0
*
[SCSI] libfc: defer releasing master lport until complete fcoe interface clea...
Vasu Dev
2012-05-10
1
-2
/
+7
*
[SCSI] libfc: flush lport worker after its disabled
Vasu Dev
2012-05-10
1
-1
/
+1
*
[SCSI] fcoe: remove lport from net device before doing per cpu rx thread cleanup
Vasu Dev
2012-05-10
2
-5
/
+24
*
[SCSI] ufs: Update MAINTAINERS
Vinayak Holikatti
2012-05-10
1
-0
/
+8
*
[SCSI] ufs: Fix evaluation of UTP task completion code
Venkatraman S
2012-05-10
1
-1
/
+1
*
[SCSI] mpt2sas: move the scsi_host_put to the right place
Tomas Henzl
2012-05-10
1
-1
/
+1
*
[SCSI] fc class: fix scanning when devs are offline
Mike Christie
2012-05-10
1
-10
/
+14
*
[SCSI] st: fix memory leak with >1MB tape I/O
David Jeffery
2012-05-10
1
-1
/
+1
*
[SCSI] bfa: Update the MAINTAINERS file.
Krishna Gudipati
2012-04-25
1
-0
/
+1
*
[SCSI] bfa: Fix bfa logging for Logical port state change notification
Krishna Gudipati
2012-04-25
1
-3
/
+3
*
[SCSI] bfa: sysfs model description fix.
Krishna Gudipati
2012-04-25
1
-17
/
+2
*
[SCSI] bfa: Fix to defer vport delete handler invocation till firmware logo r...
Krishna Gudipati
2012-04-25
4
-32
/
+15
*
[SCSI] storvsc: Properly handle errors from the host
K. Y. Srinivasan
2012-04-25
1
-5
/
+15
*
[SCSI] be2iscsi: Get Port State and Speed of the Adapter
John Soni Jose
2012-04-25
3
-0
/
+140
*
[SCSI] be2iscsi: adding functionality to change network settings using iscsiadm
Mike Christie
2012-04-25
7
-106
/
+858
*
[SCSI] be2iscsi: Adding bsg interface for be2iscsi
Jayamohan Kallickal
2012-04-25
4
-1
/
+162
*
[SCSI] be2iscsi: Get Initiator Name for the iSCSI_Host
John Soni Jose
2012-04-25
5
-0
/
+92
*
[SCSI] be2iscsi: Return async handle of unknown opcode to free list.
Jayamohan Kallickal
2012-04-25
1
-2
/
+1
[next]