aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-13/+13
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-52/+275
2013-04-29net/sunrpc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko1-1/+0
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust1-8/+3
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust6-32/+176
2013-04-14SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2-1/+7
2013-04-14SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust2-4/+74
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-13/+13
2013-04-05sunrpc: drop "select NETVM"Paul Bolle1-1/+0
2013-04-05SUNRPC: Fix a potential memory leak in rpc_new_clientTrond Myklebust1-5/+2
2013-04-05SUNRPC: Remove extra xprt_put()Chuck Lever1-3/+1
2013-04-04SUNRPC: Don't recognize RPC_AUTH_MAXFLAVORChuck Lever1-1/+4
2013-03-29SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switchChuck Lever1-13/+13
2013-03-29SUNRPC: Make gss_mech_get() staticChuck Lever1-4/+1
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever3-2/+69
2013-03-29SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever3-7/+20
2013-03-29SUNRPC: Load GSS kernel module by OIDChuck Lever3-0/+9
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever3-5/+59
2013-03-29SUNRPC: Define rpcsec_gss_info structureChuck Lever1-1/+1
2013-03-29SUNRPC: Missing module alias for auth_rpcgss.koChuck Lever1-0/+1
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+7
2013-03-25SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasksTrond Myklebust2-14/+18
2013-03-25SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman1-0/+1
2013-03-12Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-9/+18
2013-03-09sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields1-5/+10
2013-03-06nfsd: fix krb5 handling of anonymous principalsJ. Bruce Fields1-4/+8
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-3/+1
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+20
2013-03-02SUNRPC: One line comment fixTrond Myklebust1-1/+1
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-101/+162
2013-02-28SUNRPC: add call to get configured timeoutWeston Andros Adamson1-0/+15
2013-02-28SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields1-8/+27
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin3-7/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-20/+20
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-10/+10
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds6-68/+96
2013-02-22new helper: file_inode(file)Al Viro3-20/+20
2013-02-22SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-10/+10
2013-02-21Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-37/+42
2013-02-17sunrpc: silence build warning in gss_fill_contextJeff Layton1-2/+1
2013-02-17svcrpc: fix rpc server shutdown racesJ. Bruce Fields2-34/+32
2013-02-17svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields1-13/+2
2013-02-15SUNRPC: move cache_detail->cache_request callback call to cache_read()Stanislav Kinsbursky1-12/+20
2013-02-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky1-7/+3