summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Annotate callers of the reset of checksum.h stuff.Al Viro2006-12-031-2/+3
* [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-031-1/+1
* [SUNRPC]: annotate hash_ip()Al Viro2006-12-031-4/+4
* [PATCH] sunrpc: add missing spin_unlockAkinobu Mita2006-11-061-0/+1
* [PATCH] fix "sunrpc: fix refcounting problems in rpc servers"Andrew Morton2006-10-301-2/+3
* [PATCH] sunrpc: fix refcounting problems in rpc serversNeil Brown2006-10-302-19/+15Star
* [PATCH] knfsd: fix race that can disable NFS serverNeilBrown2006-10-201-1/+1
* [PATCH] SUNRPC: fix a typoChuck Lever2006-10-201-1/+1
* [PATCH] SUNRPC: fix race in in-kernel RPC portmapper clientChuck Lever2006-10-201-7/+7
* [PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown2006-10-171-0/+5
* [PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regressionAl Viro2006-10-111-2/+3
* [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown2006-10-062-21/+24
* [PATCH] knfsd: svcrpc: use consistent variable name for the reply stateJ.Bruce Fields2006-10-041-3/+3
* [PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity caseJ.Bruce Fields2006-10-041-12/+18
* [PATCH] knfsd: svcrpc: gss: factor out some common wrapping codeJ.Bruce Fields2006-10-041-20/+23
* [PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch2006-10-041-14/+23
* [PATCH] knfsd: knfsd: cache ipmap per TCP socketGreg Banks2006-10-042-3/+46
* [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks2006-10-041-0/+15
* [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown2006-10-041-1/+2
* [PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown2006-10-043-37/+29Star
* [PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socketNeilBrown2006-10-041-0/+3
* [PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port...NeilBrown2006-10-041-0/+2
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-2/+2
* [PATCH] knfsd: make rpc threads pools numa awareGreg Banks2006-10-022-2/+260
* [PATCH] knfsd: add svc_set_num_threadsGreg Banks2006-10-022-3/+138
* [PATCH] knfsd: split svc_serv into poolsGreg Banks2006-10-022-52/+129
* [PATCH] knfsd: test and set SK_BUSY atomicallyGreg Banks2006-10-021-10/+10
* [PATCH] knfsd: convert sk_reserved to atomic_tGreg Banks2006-10-021-7/+5Star
* [PATCH] knfsd: use new lock for svc_sock deferred listGreg Banks2006-10-021-6/+6
* [PATCH] knfsd: convert sk_inuse to atomic_tGreg Banks2006-10-021-18/+11Star
* [PATCH] knfsd: move tempsock aging to a timerGreg Banks2006-10-022-26/+73
* [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown2006-10-022-2/+4
* [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist'NeilBrown2006-10-021-4/+45
* [PATCH] knfsd: define new nfsdfs file: portlist - contains list of portsNeilBrown2006-10-021-0/+40
* [PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown2006-10-021-1/+6
* [PATCH] knfsd: remove an unused variable from auth_unix_lookup()Greg Banks2006-10-021-4/+1Star
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-3/+3
* [SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.cEric Sesterhenn2006-09-291-8/+6Star
* [SUNRPC]: more sunrpc endianness annotationsAl Viro2006-09-292-8/+8
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-2916-100/+103
* [SUNRPC]: svc_{get,put}nl()Alexey Dobriyan2006-09-294-60/+60
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0Star
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-272-6/+5Star
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-09-249-351/+460
|\
| * NFSv4: rpc_mkpipe creating socket inodes w/out sk buffersSteve Dickson2006-09-231-1/+1
| * SUNRPC: Fix Oops in pmap_getport_doneTrond Myklebust2006-09-231-24/+22Star
| * SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust2006-09-232-8/+28
| * SUNRPC: Clean up soft task error handlingTrond Myklebust2006-09-232-27/+15Star
| * SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust2006-09-231-0/+8