summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | block: implement mixed merge of different failfast requestsTejun Heo2009-09-111-5/+18
| * | | | | | | | | | | | | | | | | block: use the same failfast bits for bio and requestTejun Heo2009-09-112-20/+27
* | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-09-149-145/+184
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | [SCSI] libiscsi, bnx2i: make bound ep check commonMike Christie2009-09-121-0/+1
| * | | | | | | | | | | | | | | | | | [SCSI] libiscsi: add completion function for drivers that do not need pdu pro...Mike Christie2009-09-121-0/+2
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt2009-09-101-2/+14
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt2009-09-102-0/+22
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt2009-09-101-0/+5
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt2009-09-101-1/+1
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love2009-09-101-8/+9
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: fix: empty zone causes endless discovery retries.Joe Eykholt2009-09-101-0/+1
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: do not log off rports before or after discoveryJoe Eykholt2009-09-101-0/+3
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: remove unused disc->delay elementJoe Eykholt2009-09-101-1/+0
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: eliminate disc->eventJoe Eykholt2009-09-101-1/+0
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: don't create dummy (rogue) remote portsJoe Eykholt2009-09-101-21/+19
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: rename rport event CREATED to READYJoe Eykholt2009-09-101-1/+1
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: make rport structure optionalJoe Eykholt2009-09-101-13/+16
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt2009-09-102-22/+6
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt2009-09-102-14/+19
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: fix RPORT_TO_PRIV and PRIV_TO_RPORT() macros.Joe Eykholt2009-09-101-2/+2
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: change interface for rport_createJoe Eykholt2009-09-101-3/+2
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt2009-09-101-1/+9
| * | | | | | | | | | | | | | | | | | [SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_...Vasu Dev2009-09-051-3/+6
| * | | | | | | | | | | | | | | | | | [SCSI] fcoe, libfc: adds per cpu exch pool within exchange manager(EM)Vasu Dev2009-09-051-0/+1
| * | | | | | | | | | | | | | | | | | [SCSI] iscsi_tcp: add new conn error to indicate tcp conn closedMike Christie2009-09-051-0/+1
| * | | | | | | | | | | | | | | | | | [SCSI] scsi_dh: add the interface scsi_dh_set_params()Chandra Seetharaman2009-08-222-0/+6
| * | | | | | | | | | | | | | | | | | [SCSI] ses: add support for enclosure component hot removalJames Bottomley2009-08-221-1/+1
| * | | | | | | | | | | | | | | | | | [SCSI] ses: fix hotplug with multiple devices and expandersJames Bottomley2009-08-221-1/+2
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: Remove FC_FRAME_SG_LEN in fc_fcp_send_dataYi Zou2009-08-221-7/+0
| * | | | | | | | | | | | | | | | | | [SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor listVasu Dev2009-08-221-40/+8
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: Remove the FC_EM_DBG macroRobert Love2009-08-221-6/+0
| * | | | | | | | | | | | | | | | | | [SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and relat...Vasu Dev2009-08-221-0/+24
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: rename rport state "NONE" to "DELETE".Joe Eykholt2009-08-221-1/+1
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: rename lport NONE state to DISABLEDJoe Eykholt2009-08-221-1/+1
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: change debug messages to give host number.Joe Eykholt2009-08-221-16/+20
| * | | | | | | | | | | | | | | | | | [SCSI] libfc: remove extra semicolons from debug macrosJoe Eykholt2009-08-221-10/+10
| * | | | | | | | | | | | | | | | | | [SCSI] scsi_dh: Reference count scsi_dh_attachChandra Seetharaman2009-08-221-0/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-09-142-0/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into develRussell King2009-09-1237-134/+407
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | ARM: 5636/1: Move vendor enum to AMBA includeLinus Walleij2009-09-121-0/+5
| * | | | | | | | | | | | | | | | | | | Merge branch 'next-s3c' of git://aeryn.fluff.org.uk/bjdooks/linux into devel-...Russell King2009-08-171-0/+80
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | ARM: PL093: Header file for PL093 SSMC PrimeCellBen Dooks2009-07-301-0/+80
* | | | | | | | | | | | | | | | | | | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-146-79/+323
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | KVM: export kvm_para.hMichael S. Tsirkin2009-09-102-0/+9
| * | | | | | | | | | | | | | | | | | | | | KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka2009-09-101-0/+1
| * | | | | | | | | | | | | | | | | | | | | KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang2009-09-101-0/+2
| * | | | | | | | | | | | | | | | | | | | | KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-2/+0
| * | | | | | | | | | | | | | | | | | | | | KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov2009-09-101-1/+0
| * | | | | | | | | | | | | | | | | | | | | KVM: add ioeventfd supportGregory Haskins2009-09-102-2/+32
| * | | | | | | | | | | | | | | | | | | | | KVM: make io_bus interface more robustGregory Haskins2009-09-101-3/+7
OpenPOWER on IntegriCloud