summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
2004-04-21[PATCH] sunrpc rmmod oops fixAndrew Morton
2004-04-12Merge NFS conflictsLinus Torvalds
2004-04-11[PATCH] knfsd: Add data integrity to serve rside gssAndrew Morton
2004-04-11[PATCH] knfsd: Export a symbol needed by auth_gssAndrew Morton
2004-04-11[PATCH] knfsd: Remove name_lookup.h that noone is using anymore.Andrew Morton
2004-04-10RPC: Ensure that we only schedule one RPC request at a time.Trond Myklebust
2004-04-10RPC: add a field to the xdr_buf that explicitly contains the maximum bufferTrond Myklebust
2004-04-10RPCSEC_GSS: Fix RPC padding in two instances of RPCSEC_GSS code.Trond Myklebust
2004-04-10RPC: add fair queueing to the RPC scheduler.Trond Myklebust
2004-03-13RPC: patch by Chuck Lever to make the number of RPC slots a tunable parameter.Trond Myklebust
2004-03-13RPC,NFSv3: remove the redundant "memset()" in call_encode(). Fix up the only ...Trond Myklebust
2004-03-13NFSv2/v3/v4: Parenthesize #defines in nfs?xdr.c. Fix an off-by-one error on t...Trond Myklebust
2004-03-13RPC: Ensure that we have the correct capabilities when binding a socket to a ...Trond Myklebust
2004-03-13RPC: Sync rpc_set_timeo() up to the 2.4.x version. In particular, this willTrond Myklebust
2004-03-13RPC: Make XIDs unique on a per-transport basis rather than globally unique. G...Trond Myklebust
2004-02-26[PATCH] kNFSd: Add minimal server-side support for rpcsec_gss.Andrew Morton
2004-02-26[PATCH] knfsd: NGROUPS fixesAndrew Morton
2004-02-18[PATCH] kNFSd:fix build problems in nfs w/o proc_fs on 2.6.0-test5Andrew Morton
2004-02-18[PATCH] kNFSd: convert NFS /proc interfaces to seq_fileAndrew Morton
2004-02-18[PATCH] kNFSd: Allow sunrpc/svc cache init function to modify the "key"Andrew Morton
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton
2004-02-07RPC: Ensure that we disconnect TCP sockets if there has been noTrond Myklebust
2004-02-07RPC/NFSv4: Allow lease RENEW calls to be soft (i.e. to timeTrond Myklebust
2004-02-07RPC: Add support for sharing the same RPC transport andTrond Myklebust
2004-02-07RPCSEC_GSS: Move the gss sequence number history from the taskTrond Myklebust
2004-02-07RPCSEC_GSS: Client-side only support for rpcsec_gss integrityTrond Myklebust
2004-02-07RPCSEC_GSS: Miscellaneous cleanups of the krb5 code requiredTrond Myklebust
2004-02-07RPCSEC_GSS: Make the upcalls detect if the userland daemonTrond Myklebust
2004-02-07NFSv4/RPCSEC_GSS: Ensure that RPC userland upcalls time outTrond Myklebust
2004-01-20[PATCH] NFS/RPC modprobe -r sunrpc causes an oopsAndrew Morton
2004-01-18[PATCH] nfs: Fix an Oops in the RPC debug code...Andrew Morton
2003-10-07Fix up hangs with the upcall mechanism for RPCSEC_GSS and theTrond Myklebust
2003-10-07UDP round trip timer fix. Modify Karn's algorithm so thatTrond Myklebust
2003-08-21A request cannot be used as part of the RTO estimation if it getsTrond Myklebust
2003-08-21Back out some congestion control changes that were causing trouble,Trond Myklebust
2003-08-21If an RPC request has to be resent due to a timeout, it turns outTrond Myklebust
2003-08-18[PATCH] kNFSd: Make sure nfsd replies from the address the request was sent to.Neil Brown
2003-08-04[PATCH] Change atomic_inc to cache_get twice.Neil Brown
2003-06-26[PATCH] Remove path buffer passed around by cache_show routinesNeil Brown
2003-06-23[PATCH] Get buf size and page count right for RPC services.Neil Brown
2003-06-23[PATCH] Add some tracing when showing the content of an RPC cache.Neil Brown
2003-06-23[PATCH] Include update mode in declaration of RPC information caches.Neil Brown
2003-06-17[PATCH] kNFSd: Set nfsd user every time a filehandle is verified.Neil Brown
2003-06-17[PATCH] kNFSd: Assorted fixed for NFS export cacheNeil Brown
2003-06-17[PATCH] kNFSd: Fix bug in svc_pushback_unused_pages that occurs on zero byte ...Neil Brown
2003-06-11Trivial; I kept forgetting what each of the xdr_netobj's passed to the gss-apiJ. Bruce Fields
2003-06-11This makes several changes to the gss upcallsJ. Bruce Fields
2003-06-11allow gssd to communicate failure to initialize contexts back to the kernel, soJ. Bruce Fields
2003-05-12Add user pointer annotations to core filesystem routines.Linus Torvalds
2003-05-08Merge bk://linux.bkbits.net/linux-2.5Trond Myklebust