aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2006-08-03RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust1-1/+1
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds1-0/+1
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields1-1/+3
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-20Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust3-15/+11
2006-06-18Add generic Kbuild files for 'make headers_install'David Woodhouse1-0/+1
2006-06-09RPC: Allow struc xdr_stream to read the page section of an xdr_bufTrond Myklebust1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse3-3/+0
2006-04-25Sanitise linux/sunrpc/debug.h for userspace consumptionDavid Woodhouse1-13/+12
2006-04-19NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust1-0/+1
2006-04-19NFS: fix PROC_FS=n compile errorAdrian Bunk1-0/+12
2006-04-11[PATCH] knfsd: svcrpc: WARN() instead of returning an error from svc_take_pageJ. Bruce Fields1-4/+5
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-2/+2
2006-03-27[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk1-1/+0
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown1-7/+6
2006-03-27[PATCH] knfsd: Unexport cache_fresh and fix a small raceNeilBrown1-2/+0
2006-03-27[PATCH] knfsd: Remove DefineCacheLookupNeilBrown1-113/+0
2006-03-27[PATCH] knfsd: Create cache_lookup function instead of using a macro to decla...NeilBrown1-0/+12
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown1-17/+11
2006-03-27[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown1-5/+7
2006-03-23Merge branch 'linus'Trond Myklebust1-1/+1
2006-03-20[NET]: sem2mutex part 2Ingo Molnar1-1/+1
2006-03-20SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers.J. Bruce Fields1-0/+2
2006-03-20SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust2-0/+3
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever2-15/+0
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever1-0/+2
2006-03-20SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever2-1/+79
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever1-0/+6
2006-03-20SUNRPC: add a handful of per-xprt countersChuck Lever1-0/+13
2006-03-20SUNRPC: track length of RPC wait queuesChuck Lever1-0/+1
2006-03-20SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust1-0/+1
2006-02-01SUNRPC: Remove obsolete rpcauth #definesTrond Myklebust1-5/+1
2006-02-01SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust1-0/+1
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust1-0/+5
2006-01-18[PATCH] svcrpc: save and restore the daddr field when request deferredJ. Bruce Fields1-0/+1
2006-01-06SUNRPC: Update the spkm3 code to use the make_checksum interfaceJ. Bruce Fields1-1/+1
2006-01-06SUNRPC: Ensure client closes the socket when server initiates a closeTrond Myklebust1-0/+1
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever1-1/+0
2006-01-06SUNRPC: transport switch API for setting port numberChuck Lever1-0/+1
2006-01-06SUNRPC: new interface to force an RPC rebindChuck Lever1-0/+1
2006-01-06SUNRPC: switchable buffer allocationChuck Lever2-7/+6
2006-01-06SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string()Adrian Bunk1-1/+0
2006-01-06NFS: support large reads and writes on the wireChuck Lever1-5/+0
2006-01-06NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust1-2/+19
2006-01-06SUNRPC: Further cleanupsTrond Myklebust1-0/+1
2006-01-06RPC: Clean up RPC task structureTrond Myklebust2-7/+16
2006-01-06SUNRPC: Yet more RPC cleanupsTrond Myklebust1-1/+2
2005-11-07[PATCH] knfsd: Fix some minor sign problems in nfsd/xdrNeilBrown1-1/+2
2005-10-18RPCSEC_GSS: krb5 cleanupJ. Bruce Fields1-8/+4
2005-10-18RPCSEC_GSS remove all qop parametersJ. Bruce Fields4-27/+8
2005-10-18RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields1-1/+17
2005-10-18RPCSEC_GSS: krb5 pre-privacy cleanupJ. Bruce Fields1-3/+2
2005-10-18RPCSEC_GSS: cleanup au_rslack calculationJ. Bruce Fields1-1/+6
2005-10-18SUNRPC: Provide a callback to allow free pages allocated during xdr encodingJ. Bruce Fields1-1/+4
2005-10-18SUNRPC: Add support for privacy to generic gss-api code.J. Bruce Fields1-0/+22
2005-10-18RPC: allow call_encode() to delay transmission of an RPC call.Trond Myklebust1-0/+1
2005-09-23Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"Trond Myklebust2-6/+5
2005-09-23[PATCH] RPC,NFS: new rpc_pipefs patchChristoph Hellwig2-5/+6
2005-09-23[PATCH] RPC: rationalize set_buffer_sizeChuck Lever1-2/+2
2005-09-23[PATCH] RPC: parametrize various transport connect timeoutsChuck Lever1-23/+6
2005-09-23[PATCH] RPC: allow RPC client's port range to be adjustableChuck Lever2-3/+16
2005-09-23[PATCH] RPC: clean up after nocong was removedChuck Lever1-22/+0
2005-09-23[PATCH] RPC: remove xprt->nocongChuck Lever1-1/+0
2005-09-23[PATCH] RPC: add a release_rqst callout to the RPC transport switchChuck Lever1-0/+2
2005-09-23[PATCH] RPC: add generic interface for adjusting the congestion windowChuck Lever1-1/+2
2005-09-23[PATCH] RPC: separate xprt_timer implementationsChuck Lever1-0/+2
2005-09-23[PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever1-0/+3
2005-09-23[PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever1-0/+3
2005-09-23[PATCH] RPC: add API to set transport-specific timeoutsChuck Lever1-0/+3
2005-09-23[PATCH] RPC: get rid of xprt->streamChuck Lever1-2/+1
2005-09-23[PATCH] RPC: skip over transport-specific heads automaticallyChuck Lever2-0/+32
2005-09-23[PATCH] RPC: separate TCP and UDP write space callbacksChuck Lever1-0/+2
2005-09-23[PATCH] RPC: client-side transport switch cleanupChuck Lever1-26/+35
2005-09-23[PATCH] RPC: Add helper for waking tasks pending on a transportChuck Lever1-0/+1
2005-09-23[PATCH] RPC: rename the sockstate fieldChuck Lever1-11/+49
2005-09-23[PATCH] RPC: Rename xprt_lockChuck Lever1-1/+1
2005-09-23[PATCH] RPC: Rename sock_lockChuck Lever1-1/+1
2005-09-23[PATCH] RPC: transport switch function namingChuck Lever1-0/+1
2005-09-23[PATCH] RPC: introduce client-side transport switchChuck Lever2-12/+31
2005-09-23[PATCH] RPC: extract socket logic common to both client and serverChuck Lever1-0/+1
2005-09-07[PATCH] sunrpc: cache_register can use wrong module referenceBruce Allan1-0/+1
2005-08-16[PATCH] NFS: Ensure ACL xdr code doesn't overflow.Trond Myklebust1-0/+1
2005-06-22[PATCH] NFSD: Add server support for NFSv3 ACLs.Andreas Gruenbacher1-0/+11
2005-06-22[PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a sing...Andreas Gruenbacher1-1/+2
2005-06-22[PATCH] RPC: Encode and decode arbitrary XDR arraysAndreas Gruenbacher1-1/+18
2005-06-22[PATCH] RPC: fix accounting bug in the case of a truncated RPC messageTrond Myklebust1-1/+1
2005-06-22[PATCH] RPC: Lazy RPC receive buffer allocationOlaf Kirch1-1/+1
2005-06-22[PATCH] RPC: Allow multiple RPC client programs to share the same transportAndreas Gruenbacher1-0/+2
2005-06-22[PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()Trond Myklebust1-1/+0
2005-06-22[PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...Trond Myklebust1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds22-0/+2940