summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2-6/+12
2006-12-06SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust1-10/+13
2006-12-06SUNRPC: Handle the cases where rpc_alloc_iostats() failsTrond Myklebust1-1/+10
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust1-10/+20
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust4-44/+58
2006-12-06Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race conditionChristophe Saout1-4/+6
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells7-20/+14
2006-12-02[SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo5-13/+6
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro1-2/+3
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-1/+1
2006-12-02[SUNRPC]: annotate hash_ip()Al Viro1-4/+4
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells5-21/+25
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells3-6/+7
2006-11-06[PATCH] sunrpc: add missing spin_unlockAkinobu Mita1-0/+1
2006-10-30[PATCH] fix "sunrpc: fix refcounting problems in rpc servers"Andrew Morton1-2/+3
2006-10-30[PATCH] sunrpc: fix refcounting problems in rpc serversNeil Brown2-19/+15
2006-10-20[PATCH] knfsd: fix race that can disable NFS serverNeilBrown1-1/+1
2006-10-20[PATCH] SUNRPC: fix a typoChuck Lever1-1/+1
2006-10-20[PATCH] SUNRPC: fix race in in-kernel RPC portmapper clientChuck Lever1-7/+7
2006-10-17[PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown1-0/+5
2006-10-10[PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regressionAl Viro1-2/+3
2006-10-06[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown2-21/+24
2006-10-04[PATCH] knfsd: svcrpc: use consistent variable name for the reply stateJ.Bruce Fields1-3/+3
2006-10-04[PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity caseJ.Bruce Fields1-12/+18
2006-10-04[PATCH] knfsd: svcrpc: gss: factor out some common wrapping codeJ.Bruce Fields1-20/+23
2006-10-04[PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch1-14/+23
2006-10-04[PATCH] knfsd: knfsd: cache ipmap per TCP socketGreg Banks2-3/+46
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-0/+15
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown1-1/+2
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown3-37/+29
2006-10-04[PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socketNeilBrown1-0/+3
2006-10-04[PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port...NeilBrown1-0/+2
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-2/+2
2006-10-02[PATCH] knfsd: make rpc threads pools numa awareGreg Banks2-2/+260
2006-10-02[PATCH] knfsd: add svc_set_num_threadsGreg Banks2-3/+138
2006-10-02[PATCH] knfsd: split svc_serv into poolsGreg Banks2-52/+129
2006-10-02[PATCH] knfsd: test and set SK_BUSY atomicallyGreg Banks1-10/+10
2006-10-02[PATCH] knfsd: convert sk_reserved to atomic_tGreg Banks1-7/+5
2006-10-02[PATCH] knfsd: use new lock for svc_sock deferred listGreg Banks1-6/+6
2006-10-02[PATCH] knfsd: convert sk_inuse to atomic_tGreg Banks1-18/+11
2006-10-02[PATCH] knfsd: move tempsock aging to a timerGreg Banks2-26/+73
2006-10-02[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown2-2/+4
2006-10-02[PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist'NeilBrown1-4/+45
2006-10-02[PATCH] knfsd: define new nfsdfs file: portlist - contains list of portsNeilBrown1-0/+40
2006-10-02[PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown1-1/+6
2006-10-02[PATCH] knfsd: remove an unused variable from auth_unix_lookup()Greg Banks1-4/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-3/+3
2006-09-28[SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.cEric Sesterhenn1-8/+6
2006-09-28[SUNRPC]: more sunrpc endianness annotationsAl Viro2-8/+8