summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-8/+3
2013-04-05SUNRPC: Fix a potential memory leak in rpc_new_clientTrond Myklebust-5/+2
2013-04-05SUNRPC: Remove extra xprt_put()Chuck Lever-3/+1
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-2/+7
2013-03-25SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust-2/+7
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-0/+1
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman-0/+1
2013-03-12Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-9/+18
2013-03-09sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields-5/+10
2013-03-06nfsd: fix krb5 handling of anonymous principalsJ. Bruce Fields-4/+8
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-3/+1
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-1/+20
2013-03-02SUNRPC: One line comment fixTrond Myklebust-1/+1
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-101/+162
2013-02-28SUNRPC: add call to get configured timeoutWeston Andros Adamson-0/+15
2013-02-28SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields-8/+27
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-7/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-20/+20
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-10/+10
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-68/+96
2013-02-22new helper: file_inode(file)Al Viro-20/+20
2013-02-22SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust-1/+5
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli-10/+10
2013-02-21Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-37/+42
2013-02-17sunrpc: silence build warning in gss_fill_contextJeff Layton-2/+1
2013-02-17svcrpc: fix rpc server shutdown racesJ. Bruce Fields-34/+32
2013-02-17svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields-13/+2
2013-02-15SUNRPC: move cache_detail->cache_request callback call to cache_read()Stanislav Kinsbursky-12/+20
2013-02-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky-7/+3
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky-23/+7
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky-3/+6
2013-02-13sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman-2/+4
2013-02-13sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls.Eric W. Biederman-5/+9
2013-02-13sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman-3/+3
2013-02-13sunrpc: Hash uids by first computing their value in the initial usernsEric W. Biederman-3/+8
2013-02-13sunrpc: Update svcgss xdr handle to rpsec_contect cacheEric W. Biederman-5/+13
2013-02-13sunrpc: Update gss uid to security context mapping.Eric W. Biederman-5/+15
2013-02-13sunrpc: Use gid_valid to test for gid != INVALID_GIDEric W. Biederman-3/+2
2013-02-13sunrpc: Convert kuids and kgids to uids and gids for printingEric W. Biederman-7/+13
2013-02-13sunrpc: Simplify auth_unix now that everything is a kgid_tEric W. Biederman-10/+4
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman-8/+8
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman-10/+10
2013-02-13sunrpc: Use userns friendly constants.Eric W. Biederman-9/+9
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2013-02-08sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton-2/+51
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton-2/+7
2013-02-01SUNRPC: Add missing static declaration to _gss_mech_get_by_nameTrond Myklebust-2/+2
2013-02-01SUNRPC: Avoid RCU dereferences in the transport bind and connect codeTrond Myklebust-4/+4
2013-02-01SUNRPC: Fix an RCU dereference in xprt_reserveTrond Myklebust-1/+4