summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-3039-1001/+4469
|\ \ \
| * | | iser-target: Add iSCSI Extensions for RDMA (iSER) target driverNicholas Bellinger2013-04-257-0/+2475
| * | | tcm_vhost: Enable VIRTIO_SCSI_F_HOTPLUGAsias He2013-04-251-1/+2
| * | | tcm_vhost: Add ioctl to get and set events missed flagAsias He2013-04-252-0/+20
| * | | tcm_vhost: Add hotplug/hotunplug supportAsias He2013-04-252-2/+218
| * | | tcm_vhost: Refactor the lock nesting ruleAsias He2013-04-251-13/+19
| * | | tcm_fc: Check for aborted sequenceMark Rustad2013-04-251-1/+8
| * | | iscsi-target: Add iser network portal attributeNicholas Bellinger2013-04-251-0/+79
| * | | iscsi-target: Refactor TX queue logic + export response PDU creationNicholas Bellinger2013-04-254-304/+370
| * | | iscsi-target: Refactor RX PDU logic + export request PDU handlingNicholas Bellinger2013-04-258-204/+346
| * | | iscsi-target: Add per transport iscsi_cmd alloc/freeNicholas Bellinger2013-04-255-5/+26
| * | | iscsi-target: Add iser-target parameter keys + setup during loginNicholas Bellinger2013-04-254-17/+161
| * | | iscsi-target: Initial traditional TCP conversion to iscsit_transportNicholas Bellinger2013-04-259-315/+380
| * | | iscsi-target: Add iscsit_transport API templateNicholas Bellinger2013-04-253-1/+140
| * | | target: Add export of target_get_sess_cmd symbolNicholas Bellinger2013-04-252-3/+3
| * | | target: Change default sense key of NOT_READYJörn Engel2013-04-251-2/+7
| * | | target/file: Set is_nonrot attributeAsias He2013-04-251-0/+3
| * | | target: Add sbc_execute_unmap() helperAsias He2013-04-254-155/+97
| * | | target/iblock: Add iblock_do_unmap() helperAsias He2013-04-251-17/+26
| * | | target/file: Add fd_do_unmap() helperAsias He2013-04-251-42/+30
| * | | target/file: Add UNMAP emulation supportAsias He2013-04-251-0/+111
| * | | target/file: Add WRITE_SAME w/ UNMAP=1 emulation supportAsias He2013-04-251-5/+89
| * | | qla2xxx: Remove unused functionJörn Engel2013-04-252-20/+0
| * | | tcm_fc: using kfree_rcu() to simplify the codeWei Yongjun2013-04-251-8/+1
| * | | target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macrosAndy Grover2013-04-251-8/+6
| * | | target/iscsi: Remove chap_set_random()Andy Grover2013-04-251-27/+1
* | | | Merge tag 'dlm-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2013-04-301-3/+15
|\ \ \ \
| * | | | dlm: avoid unnecessary posix unlockDavid Teigland2013-04-081-3/+15
* | | | | Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-3041-563/+1174
|\ \ \ \ \
| * | | | | NFSv4: Warn once about servers that incorrectly apply open mode to setattrTrond Myklebust2013-04-291-0/+7
| * | | | | NFSv4: Servers should only check SETATTR stateid open mode on size changeTrond Myklebust2013-04-291-4/+9
| * | | | | Merge branch 'bugfixes' into linux-nextTrond Myklebust2013-04-234-25/+40
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust2013-04-2317-240/+375
| |\ \ \ \ \ \
| | * | | | | | NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONEChuck Lever2013-04-221-1/+1
| | * | | | | | NFSv4: Don't clear the machine cred when client establish returns EACCESTrond Myklebust2013-04-051-16/+0
| | * | | | | | NFSv4: Fix issues in nfs4_discover_server_trunkingTrond Myklebust2013-04-051-1/+6
| | * | | | | | NFSv4: Fix the fallback to AUTH_NULL if krb5i is not availableTrond Myklebust2013-04-041-0/+2
| | * | | | | | NFS: Use server-recommended security flavor by default (NFSv3)Chuck Lever2013-04-042-38/+44
| | * | | | | | SUNRPC: Don't recognize RPC_AUTH_MAXFLAVORChuck Lever2013-04-041-1/+4
| | * | | | | | NFS: Use "krb5i" to establish NFSv4 state whenever possibleChuck Lever2013-03-292-33/+6
| | * | | | | | NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSECChuck Lever2013-03-291-0/+1
| | * | | | | | NFS: Use static list of security flavors during root FH lookup recoveryChuck Lever2013-03-291-12/+20
| | * | | | | | NFS: Avoid PUTROOTFH when managing leasesChuck Lever2013-03-292-28/+15
| | * | | | | | NFS: Clean up nfs4_proc_get_rootfhChuck Lever2013-03-291-10/+22
| | * | | | | | NFS: Handle missing rpc.gssd when looking up root FHChuck Lever2013-03-291-1/+1
| | * | | | | | SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switchChuck Lever2013-03-291-13/+13
| | * | | | | | SUNRPC: Make gss_mech_get() staticChuck Lever2013-03-292-7/+1
| | * | | | | | SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever2013-03-296-15/+87
| | * | | | | | SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever2013-03-294-8/+24
| | * | | | | | SUNRPC: Load GSS kernel module by OIDChuck Lever2013-03-293-0/+9