summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | SUNRPC: Handle socket errors correctlyTrond Myklebust2009-03-111-7/+5
| * | | | SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust2009-03-113-37/+34
| * | | | SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust2009-03-111-4/+14
| * | | | SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust2009-03-111-4/+1
| * | | | SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust2009-03-111-8/+18
| * | | | SUNRPC: dynamically load RPC transport modules on-demandTom Talpey2009-03-111-0/+31
| * | | | XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey2009-03-111-12/+14
| * | | | SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey2009-03-111-3/+5
| * | | | SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever2009-03-111-18/+26
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-301-1/+1
|\ \ \ \
| * | | | cpumask: use new cpumask_ functions in core code.Rusty Russell2009-03-301-1/+1
| | |/ / | |/| |
* / | | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-312-12/+2
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-271-1/+1
|\ \ \
| * | | constify dentry_operations: restAl Viro2009-03-271-1/+1
| |/ /
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-263-19/+39
|\| |
| * | SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-112-5/+10
| * | SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust2009-03-111-1/+9
| * | SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust2009-03-101-13/+20
| |/
* / net/sunrpc/xprtsock.c: some common code foundIlpo Järvinen2009-02-061-32/+21
|/
* sunrpc: fix rdma dependenciesRandy Dunlap2009-02-031-1/+1
* nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support tooJ. Bruce Fields2009-01-271-3/+2
* fs/Kconfig: move sunrpc outAlexey Dobriyan2009-01-221-0/+79
* SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust2009-01-077-39/+39
* svc: Clean up deferred requests on transport destructionTom Tucker2009-01-071-7/+18
* svc: Move kfree of deferral record to common codeTom Tucker2009-01-072-5/+3
* SUNRPC: Ensure the server closes sockets in a timely fashionTrond Myklebust2009-01-061-1/+20
* sunrpc: add sv_maxconn field to svc_serv (try #3)Jeff Layton2009-01-061-6/+16
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0
* Merge branch 'devel' into nextTrond Myklebust2008-12-308-111/+350
|\
| * rpc: add service field to new upcallOlga Kornievskaia2008-12-231-10/+16
| * rpc: add target field to new upcallOlga Kornievskaia2008-12-231-7/+21
| * nfsd: support callbacks with gss flavorsOlga Kornievskaia2008-12-231-0/+5
| * rpc: allow gss callbacks to clientOlga Kornievskaia2008-12-231-0/+1
| * rpc: pass target name down to rpc level on callbacksOlga Kornievskaia2008-12-231-0/+16
| * nfsd: pass client principal name in rsc downcallOlga Kornievskaia2008-12-231-0/+23
| * rpc: implement new upcall\"J. Bruce Fields\2008-12-231-20/+96
| * rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\2008-12-231-8/+12
| * rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\2008-12-231-3/+61
| * rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\2008-12-231-0/+14
| * rpc: call release_pipe only on last close\"J. Bruce Fields\2008-12-231-3/+6
| * rpc: add an rpc_pipe_open method\"J. Bruce Fields\2008-12-231-7/+15
| * rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\2008-12-231-12/+12
| * rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\2008-12-231-9/+14
| * rpc: remove unnecessary assignment\"J. Bruce Fields\2008-12-231-1/+0
| * sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton2008-12-231-5/+12
| * optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach2008-12-231-1/+1
| * SUNRPC: rpcsec_gss modules should not be used by out-of-tree codeTrond Myklebust2008-12-233-14/+14
| * SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLTrond Myklebust2008-12-232-28/+28
| * SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2008-12-232-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-2810-81/+67
|\ \