index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
parport-lowlevel.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-08-23
[SCSI] nsp_cs: fix buf overflow
Jiri Slaby
1
-1
/
+1
2009-08-23
[SCSI] ch: Check NULL for kmalloc() return
Davidlohr Bueso A
1
-0
/
+6
2009-08-23
[SCSI] ibmvscsi: avoid unnecessary use of kzalloc_pool
Sage Weil
1
-1
/
+1
2009-08-23
[SCSI] qla2xxx: Update version number to 8.03.01-k5
Giridhar Malavali
1
-1
/
+1
2009-08-23
[SCSI] qla2xxx: Fix to ensure driver works in sinlge queue mode if multiqueue...
Anirban Chakraborty
6
-12
/
+27
2009-08-23
[SCSI] qla2xxx: Correct display of vp_count in debug printk.
Andrew Vasquez
1
-1
/
+2
2009-08-23
[SCSI] qla2xxx: Fix a bug that clears the interrupt status register for the b...
Anirban Chakraborty
1
-2
/
+4
2009-08-23
[SCSI] qla2xxx: ISP21xx/22xx do not support FDMI registrations.
Andrew Vasquez
1
-0
/
+4
2009-08-23
[SCSI] qla2xxx: Pad IOCB structure for size requirements.
Shyam Sundar
1
-1
/
+1
2009-08-23
[SCSI] qla2xxx: Handle RSCN's per master/slave vn-port basis.
Santosh Vernekar
1
-1
/
+1
2009-08-23
[SCSI] qla2xxx: Process DPC requests within valid Fabric topologies.
Lalit Chandivade
1
-0
/
+3
2009-08-23
[SCSI] qla2xxx: Mark all devices lost on loss of fc port.
Santosh Vernekar
1
-0
/
+1
2009-08-23
[SCSI] qla2xxx: Skip RSCN processing on vha if event is global.
Santosh Vernekar
1
-4
/
+20
2009-08-23
[SCSI] qla2xxx: Correctly handle 'global port-unavailable' AEN.
Andrew Vasquez
1
-1
/
+29
2009-08-23
[SCSI] qla2xxx: Pass the command's data residual to upper-layer callers.
Ravi Anand
1
-0
/
+1
2009-08-23
[SCSI] scsi_dh: Use scsi_dh_set_params() in multipath.
Chandra Seetharaman
1
-6
/
+36
2009-08-23
[SCSI] scsi_dh: Provide set_params interface in emc device handler
Chandra Seetharaman
1
-3
/
+56
2009-08-23
[SCSI] scsi_dh: add the interface scsi_dh_set_params()
Chandra Seetharaman
3
-0
/
+39
2009-08-23
[SCSI] ses: update enclosure data on hot add
James Bottomley
2
-71
/
+100
2009-08-23
[SCSI] ses: add support for enclosure component hot removal
James Bottomley
3
-16
/
+41
2009-08-23
[SCSI] ses: fix hotplug with multiple devices and expanders
James Bottomley
3
-17
/
+40
2009-08-23
[SCSI] ipr: fix buffer overflow
Brian King
1
-1
/
+1
2009-08-23
[SCSI] bnx2i : Fix "cid #n not valid" issue
Anil Veerabhadrappa
1
-2
/
+1
2009-08-23
[SCSI] bnx2i : Fix command session number jump issue seen during cable pull test
Anil Veerabhadrappa
1
-3
/
+0
2009-08-23
[SCSI] fcoe: removes phys_dev and renames real_dev to netdev.
Vasu Dev
2
-47
/
+51
2009-08-23
[SCSI] libfc: Remove page flags check for sglist
Yi Zou
1
-27
/
+0
2009-08-23
[SCSI] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_data
Yi Zou
2
-9
/
+0
2009-08-23
[SCSI] fcoe: Remove ifdef for NETIF_F_FCOE_CRC and NETIF_F_FSO
Yi Zou
1
-6
/
+0
2009-08-23
[SCSI] fcoe, libfc: adds offload EM per eth device with only single xid range...
Vasu Dev
3
-79
/
+85
2009-08-23
[SCSI] fcoe: modifies fcoe_hostlist_lock uses as prep work to add shared offl...
Vasu Dev
1
-8
/
+18
2009-08-23
[SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor list
Vasu Dev
6
-137
/
+142
2009-08-23
[SCSI] libfc: Remove the FC_EM_DBG macro
Robert Love
2
-13
/
+6
2009-08-23
[SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and relat...
Vasu Dev
4
-7
/
+80
2009-08-23
[SCSI] libfc: fix: cancel rport retry timer
Joe Eykholt
1
-2
/
+1
2009-08-23
[SCSI] libfc: fc_rport_logoff should not drop the lock
Joe Eykholt
1
-22
/
+38
2009-08-23
[SCSI] libfc: rename rport state "NONE" to "DELETE".
Joe Eykholt
2
-15
/
+15
2009-08-23
[SCSI] libfc: fix WARNING from fc_seq_start_next on closed exchanges
Joe Eykholt
1
-1
/
+0
2009-08-23
[SCSI] libfc: in fc_lport_destroy, flush rports after turning off link
Joe Eykholt
1
-1
/
+5
2009-08-23
[SCSI] libfc: stop login after fabric logoff
Joe Eykholt
1
-8
/
+34
2009-08-23
[SCSI] libfc: rename lport NONE state to DISABLED
Joe Eykholt
3
-8
/
+8
2009-08-23
[SCSI] fcoe: stop delivery of received frames before doing lport_destroy()
Joe Eykholt
1
-3
/
+3
2009-08-23
[SCSI] libfc: change debug messages to give host number.
Joe Eykholt
1
-16
/
+20
2009-08-23
[SCSI] libfc: remove extra semicolons from debug macros
Joe Eykholt
1
-10
/
+10
2009-08-23
[SCSI] fcoe: Call dev_ethtool_get_settings() in fcoe_link_ok
Yi Zou
1
-21
/
+17
2009-08-23
[SCSI] libfcoe: Set fip_flags according to fcf and lport's capability of SPMA...
Yi Zou
1
-3
/
+9
2009-08-23
[SCSI] fcoe: Fix validation of mac address when checking for spma support
Yi Zou
1
-1
/
+1
2009-08-23
[SCSI] ALUA: send STPG if explicit and implicit is supported
Mike Christie
1
-1
/
+1
2009-08-23
[SCSI] scsi_transport_sas: fix incorrect duplicate setup of max_phys
James Bottomley
1
-4
/
+0
2009-08-23
[SCSI] fc_transport: Correct max fc_host attribute count
James Smart
1
-1
/
+1
2009-08-23
[SCSI] lpfc 8.3.4: Update driver version to 8.3.4
James Smart
1
-1
/
+1
[next]