aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-12/+2
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell1-1/+1
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-03-27constify dentry_operations: restAl Viro1-1/+1
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3-19/+39
2009-03-11SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2-5/+10
2009-03-11SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust1-1/+9
2009-03-10SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust1-13/+20
2009-02-06net/sunrpc/xprtsock.c: some common code foundIlpo Järvinen1-32/+21
2009-02-03sunrpc: fix rdma dependenciesRandy Dunlap1-1/+1
2009-01-27nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support tooJ. Bruce Fields1-3/+2
2009-01-22fs/Kconfig: move sunrpc outAlexey Dobriyan1-0/+79
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust7-39/+39
2009-01-07svc: Clean up deferred requests on transport destructionTom Tucker1-7/+18
2009-01-07svc: Move kfree of deferral record to common codeTom Tucker2-5/+3
2009-01-06SUNRPC: Ensure the server closes sockets in a timely fashionTrond Myklebust1-1/+20
2009-01-06sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton1-6/+16
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2008-12-30Merge branch 'devel' into nextTrond Myklebust8-111/+350
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds10-81/+67
2008-12-23rpc: add service field to new upcallOlga Kornievskaia1-10/+16
2008-12-23rpc: add target field to new upcallOlga Kornievskaia1-7/+21
2008-12-23nfsd: support callbacks with gss flavorsOlga Kornievskaia1-0/+5
2008-12-23rpc: allow gss callbacks to clientOlga Kornievskaia1-0/+1
2008-12-23rpc: pass target name down to rpc level on callbacksOlga Kornievskaia1-0/+16
2008-12-23nfsd: pass client principal name in rsc downcallOlga Kornievskaia1-0/+23
2008-12-23rpc: implement new upcall\"J. Bruce Fields\1-20/+96
2008-12-23rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\1-8/+12
2008-12-23rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\1-3/+61
2008-12-23rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\1-0/+14
2008-12-23rpc: call release_pipe only on last close\"J. Bruce Fields\1-3/+6
2008-12-23rpc: add an rpc_pipe_open method\"J. Bruce Fields\1-7/+15
2008-12-23rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\1-12/+12
2008-12-23rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\1-9/+14
2008-12-23rpc: remove unnecessary assignment\"J. Bruce Fields\1-1/+0
2008-12-23sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton1-5/+12
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach1-1/+1
2008-12-23SUNRPC: rpcsec_gss modules should not be used by out-of-tree codeTrond Myklebust3-14/+14
2008-12-23SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLTrond Myklebust2-28/+28
2008-12-23SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2-7/+7
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+7
2008-12-14rpc/rdma: goto instead of copypasteIlpo Järvinen1-2/+2
2008-12-10net: Make staticRoel Kluin2-2/+2
2008-12-04Merge branch 'master' into nextJames Morris2-4/+25
2008-12-03Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+7
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar1-0/+2
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar1-1/+1
2008-11-24Add a reference to sunrpc in svc_addsockTom Tucker1-2/+7
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+18