aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] kNFSd: fix race with flushing nfsd cache.Neil Brown1-1/+2
2004-08-22[PATCH] kNFSd: minor memory leak fix.Neil Brown1-0/+1
2004-08-22[PATCH] nfsd: fix ip_map cache reference count leak.Neil Brown1-1/+2
2004-08-22[PATCH] nfsd: simplify auth_domain_lookupNeil Brown1-19/+41
2004-08-22[PATCH] nfsd: make cache_init initialize reference count to 1Neil Brown3-5/+1
2004-08-22[PATCH] nfsd: nfsd is missing a put_group_info in the auth_nullNeil Brown1-0/+3
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds1-3/+3
2004-08-07Mark the sunrpc cache control file nonseekable, andLinus Torvalds1-6/+2
2004-07-29[PATCH 1/1]: net/sunrpc/xprt.c gcc341 inlining fixAndrew Morton1-15/+15
2004-07-15[PATCH] sparse: iovec cleanups - sunrpc, nfs and nfsdAlexander Viro6-69/+56
2004-07-13[PATCH] sparse: read_descriptor_t annotationAlexander Viro1-2/+2
2004-06-30[PATCH] sparse: NULL vs 0 - net/*Mika Kukkonen2-2/+2
2004-06-29sparse: get rid of more integer/pointer confusionLinus Torvalds2-3/+3
2004-06-28[PATCH] nfs oops fixAndre Noll1-0/+1
2004-06-26[PATCH] knfsd: delete an obsolete comment from nfsd rpc codeNeil Brown1-1/+0
2004-06-12[NET] first bits of net/core/stream.cArnaldo Carvalho de Melo2-3/+3
2004-06-05rpc: Use proper printk format for size_t argument.Linus Torvalds1-1/+1
2004-06-04[PATCH] kNFSd: rsc_lookup simplificationNeil Brown1-1/+5
2004-06-04[PATCH] kNFSd: gss_svc locking and refcounting fixesNeil Brown3-12/+33
2004-05-30[PATCH] sparse: trivial part of net/* annotationAlexander Viro3-15/+16
2004-05-24[PATCH] Prevent scary warnings from knfsdAndrew Morton1-3/+2
2004-05-21[PATCH] gss_api build fixAndrew Morton1-5/+15
2004-05-20From: Dave Jones <davej@redhat.com>Trond Myklebust1-7/+15
2004-05-20RPCSEC_GSS: The expiration time passed down in theTrond Myklebust2-2/+2
2004-05-20RPCSEC_GSS: Split out integrity code in wrap andTrond Myklebust1-72/+90
2004-05-20RPCSEC_GSS: Move EXPORT_SYMBOL's to place where functionsTrond Myklebust6-1/+34
2004-05-20RPCSEC_GSS: Fix module reference counting.Trond Myklebust6-128/+150
2004-05-20RPCSEC_GSS: Make a couple functions in the krb5 code moreTrond Myklebust6-16/+20
2004-05-20RPCSEC_GSS: this adds some new trace messages andTrond Myklebust8-57/+74
2004-05-20Following a suggestion by Jamie LokierTrond Myklebust4-35/+51
2004-05-20RPC: Ensure that if we reconnect, we delay by at least 15Trond Myklebust1-3/+11
2004-05-19[PATCH] svc_recv() fixAndrew Morton1-0/+1
2004-05-19[PATCH] kNFSd: Add a warning when upcalls fail,Andrew Morton1-4/+14
2004-05-19[PATCH] kNFSd: Allow larger writes to sunrpc/svc caches.Andrew Morton1-14/+6
2004-05-19[PATCH] kNFSd: Use correct _bh locking on sv_lock.Andrew Morton1-6/+6
2004-05-08[NET]: Add sock_create_lite()James Morris1-4/+6
2004-05-08[NET]: Add sock_create_kern()James Morris2-2/+2
2004-04-26[SUNRPC]: Missing NULL kmalloc check in unix_domain_find().Petri T. Koistinen1-0/+2
2004-04-21[PATCH] sunrpc rmmod oops fixAndrew Morton2-0/+8
2004-04-18[PATCH] Rename PF_IOTHREAD to PF_NOFREEZEAndrew Morton2-2/+2
2004-04-17Merge master.kernel.org:/home/davem/BK/net-2.6Linus Torvalds1-0/+1
2004-04-17[PATCH] kNFSdv4: Fix bad error returm from svcauth_gss_acceptAndrew Morton1-0/+1
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen1-0/+6
2004-04-12Merge NFS conflictsLinus Torvalds7-140/+454
2004-04-11[PATCH] sunrpc: connection dropping tweaksAndrew Morton1-11/+28
2004-04-11[PATCH] knfsd: Add data integrity to serve rside gssAndrew Morton2-6/+168
2004-04-11[PATCH] knfsd: Export a symbol needed by auth_gssAndrew Morton2-1/+2
2004-04-11[PATCH] knfsd: fix a problem with incorrectly formatted auth_error returns.Andrew Morton1-1/+1
2004-04-11[PATCH] knfsd: Minor fix to error return when updating server authentication ...Andrew Morton1-0/+2
2004-04-11[PATCH] knfsd: Return -EOPNOTSUPP when unknown mechanism name encounteredAndrew Morton1-0/+4
2004-04-10RPC: Ensure that we only schedule one RPC request at a time.Trond Myklebust1-35/+26
2004-04-10RPC: Fix a bug introduced by trond.myklebust@fys.uio.no|ChangeSet|20040314024...Trond Myklebust1-2/+4
2004-04-10RPC: add a field to the xdr_buf that explicitly contains the maximum bufferTrond Myklebust4-19/+153
2004-04-10RPCSEC_GSS: Fix RPC padding in two instances of RPCSEC_GSS code.Trond Myklebust3-13/+43
2004-04-10RPCSEC_GSS: Fix integrity checksum bugs. Need to take into account theTrond Myklebust1-16/+19
2004-04-10RPC: Close some potential scheduler races in rpciod.Trond Myklebust1-7/+24
2004-04-10RPC: add fair queueing to the RPC scheduler.Trond Myklebust4-34/+182
2004-04-10RPC,NFS: remove instances of tests for waitqueue_active(). Those can be racy.Trond Myklebust2-16/+5
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-03-13RPC: patch by Chuck Lever to make the number of RPC slots a tunable parameter.Trond Myklebust3-20/+60
2004-03-13RPC,NFSv3: remove the redundant "memset()" in call_encode(). Fix up the only ...Trond Myklebust3-9/+3
2004-03-13RPC,NFSv2/v3/v4: Ensure that xprt_create_proto() and rpc_create_client() returnTrond Myklebust3-33/+34
2004-03-13RPC: Ensure that we have the correct capabilities when binding a socket to a ...Trond Myklebust1-99/+87
2004-03-13RPC: Sync rpc_set_timeo() up to the 2.4.x version. In particular, this willTrond Myklebust1-9/+14
2004-03-13RPC: Make XIDs unique on a per-transport basis rather than globally unique. G...Trond Myklebust1-16/+11
2004-03-06[PATCH] svcauth_gss oops fixAndrew Morton1-3/+4
2004-03-01[PATCH] NFS SUNRPC fixAndrew Morton1-1/+1
2004-02-26[SUNRPC]: Use '%z' for size_t printk in svcauth_gss.cDavid S. Miller1-1/+1
2004-02-26[PATCH] kNFSd: make sure sunrpc init routines called before gss init routines.Andrew Morton1-1/+1
2004-02-26[PATCH] kNFSd: IDmap support for the NFSv4 server.Andrew Morton1-1/+0
2004-02-26[PATCH] kNFSd: gss api changes for integrity checking.Andrew Morton2-9/+10
2004-02-26[PATCH] kNFSd: Add minimal server-side support for rpcsec_gss.Andrew Morton8-1/+933
2004-02-26[PATCH] knfsd: NGROUPS fixesAndrew Morton1-8/+13
2004-02-25[PATCH] Kill bogus __KERNEL_SYSCALLS usageAndrew Morton3-7/+0
2004-02-18[PATCH] kNFSd: convert NFS /proc interfaces to seq_fileAndrew Morton2-59/+50
2004-02-18[PATCH] kNFSd: ip_map_init does a kmalloc which isn't checked...Andrew Morton1-3/+10
2004-02-18[PATCH] kNFSd: Allow sunrpc/svc cache init function to modify the "key"Andrew Morton1-1/+7
2004-02-18[PATCH] kNFSd: Fix possible scheduling_while_atomic in cache.cAndrew Morton1-5/+8
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton3-20/+27
2004-02-09Merge http://nfsclient.bkbits.net/linux-2.5Trond Myklebust15-399/+832
2004-02-07[SUNRPC]: Use completions instead of sleep_on for rpciod.Christoph Hellwig1-29/+7
2004-02-07RPC: Ensure that we disconnect TCP sockets if there has been noTrond Myklebust1-23/+83
2004-02-07RPC/NFSv4: Allow lease RENEW calls to be soft (i.e. to timeTrond Myklebust3-6/+9
2004-02-07RPC: Add support for sharing the same RPC transport andTrond Myklebust5-18/+83
2004-02-07RPC: xdr_encode_pages either leaves the tail iovec pointing toTrond Myklebust1-3/+10
2004-02-07RPCSEC_GSS: Move the gss sequence number history from the taskTrond Myklebust1-5/+5
2004-02-07RPCSEC_GSS: Client-side only support for rpcsec_gss integrityTrond Myklebust10-125/+432
2004-02-07RPCSEC_GSS: Instead of having gss_get_mic allocate memory forTrond Myklebust2-6/+3
2004-02-07RPCSEC_GSS: Miscellaneous cleanups of the krb5 code requiredTrond Myklebust4-169/+80
2004-02-07RPCSEC_GSS: Fix yet more memory leaks.Trond Myklebust1-3/+8
2004-02-07RPCSEC_GSS: Fix two more memory leaks found by theTrond Myklebust2-0/+2
2004-02-07RPCSEC_GSS: Oops. Major memory leak here.Trond Myklebust1-0/+1
2004-02-07RPCSEC_GSS: Make it safe to share crypto tfms amongTrond Myklebust1-4/+2
2004-02-07RPCSEC_GSS: Make the upcalls detect if the userland daemonTrond Myklebust2-20/+75
2004-02-07RPCSEC_GSS: More fixes to the upcall mechanism.Trond Myklebust1-61/+55
2004-02-07NFSv4/RPCSEC_GSS: Ensure that RPC userland upcalls time outTrond Myklebust4-2/+30
2004-01-20[PATCH] NFS/RPC modprobe -r sunrpc causes an oopsAndrew Morton1-0/+11
2004-01-18[SUNRPC]: Handle copy_*_user and put_user errorsEugene Teo1-3/+6
2003-10-08[PATCH] net/sunrpc/clnt.c compile fixPaul Mundt1-6/+6
2003-10-08[PATCH] NFS: fix the synchronous READ/WRITE bugsTrond Myklebust1-2/+3
2003-10-07[SUNRPC]: Printf pointers correctly.David S. Miller1-4/+4
2003-10-07Fix up hangs with the upcall mechanism for RPCSEC_GSS and theTrond Myklebust3-75/+75
2003-10-07Make the client act correctly if the RPC server's assertsTrond Myklebust1-0/+19
2003-10-07UDP round trip timer fix. Modify Karn's algorithm so thatTrond Myklebust1-6/+7
2003-10-06[NET]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@ma...Randy Dunlap1-1/+0
2003-09-22[PATCH] knfsd: Fix cmsg setup for sock_sendmsg in svc_sendtoNeil Brown1-10/+10
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches1-3/+3
2003-09-03[NET]: remove duplicate #includes in net/Randy Dunlap1-1/+0
2003-08-30[SUNRPC]: Remove unneeded version.h inclusion.Felipe Damasio5-5/+0
2003-08-21A request cannot be used as part of the RTO estimation if it getsTrond Myklebust1-5/+9
2003-08-21Increase the minimum RTO timer value to 1/10 second. This is moreTrond Myklebust1-5/+5
2003-08-21Back out some congestion control changes that were causing trouble,Trond Myklebust3-30/+5
2003-08-21If an RPC request has to be resent due to a timeout, it turns outTrond Myklebust2-9/+22
2003-08-21Various RPC client fixes:Trond Myklebust2-24/+42
2003-08-18[PATCH] kNFSd: Release udp socket for next nfs request to arrive earlierNeil Brown1-7/+6
2003-08-18[PATCH] kNFSd: Make sure nfsd replies from the address the request was sent to.Neil Brown1-3/+13
2003-08-18[PATCH] kNFSd: Make sure nothing happens to a dead rpc/tcp socketNeil Brown1-0/+5
2003-08-15[MM]: Add and use offset_in_page() convenience macro.David S. Miller1-3/+3
2003-08-14Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-1/+1
2003-08-13[PATCH] Fix bug in sunrpc/server code.Neil Brown1-5/+9
2003-08-11[SUNRPC]: Remove duplicate access_ok().Dave Jones1-1/+1
2003-08-05[PATCH] Fix the sunrpc cache/reader management properly.Neil Brown1-16/+16
2003-08-04[PATCH] Make sure sunrpc/cache doesn't confuse writers with readers.Neil Brown1-32/+37
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap2-4/+4
2003-07-31[PATCH] sunrpc doesnt need uaccess.hAlan Cox1-2/+0
2003-07-25[PATCH] Only set ->sk_reuse for tcp sockets, not udpNeil Brown1-1/+2
2003-07-16[PATCH] Fix rpc_setbufsize() usageFrank Cusack2-1/+3
2003-07-16[PATCH] rpcsec_gss compatibilityFrank Cusack1-1/+1
2003-06-26Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds3-18/+11
2003-06-26[PATCH] Provoide refrigerator support for nfsdNeil Brown1-0/+4
2003-06-26[PATCH] Remove path buffer passed around by cache_show routinesNeil Brown2-18/+7
2003-06-28[NET] Remove some 0 initializers.Art Haas1-1/+0
2003-06-23[PATCH] Get buf size and page count right for RPC services.Neil Brown1-1/+4
2003-06-23[PATCH] Use schedule_work to regular cache cleaningNeil Brown1-0/+29
2003-06-23[PATCH] Add some tracing when showing the content of an RPC cache.Neil Brown2-3/+14
2003-06-23[PATCH] Include update mode in declaration of RPC information caches.Neil Brown2-2/+3
2003-06-23[PATCH] Always flush rpc caches after an updateNeil Brown1-1/+1
2003-06-23[PATCH] Fix bug in rpc cache_clean introduced by previous patchNeil Brown1-2/+2
2003-06-20[PATCH] Fix suspend with NFS mounts activeAndrew Morton1-0/+3
2003-06-17[PATCH] kNFSd: Set nfsd user every time a filehandle is verified.Neil Brown1-1/+0
2003-06-17[PATCH] kNFSd: Make sure an early close on a nfs/tcp connection is handled pr...Neil Brown1-2/+13
2003-06-17[PATCH] kNFSd: Assorted fixed for NFS export cacheNeil Brown4-11/+41
2003-06-14[PATCH] Fix rpc dentry list usageTrond Myklebust1-13/+20
2003-06-11Trivial; I kept forgetting what each of the xdr_netobj's passed to the gss-apiJ. Bruce Fields1-11/+11
2003-06-11This makes several changes to the gss upcallsJ. Bruce Fields3-11/+45
2003-06-11allow gssd to communicate failure to initialize contexts back to the kernel, soJ. Bruce Fields3-16/+34
2003-06-11I believe we need to set a timeout before doing the sleep in gss-upcall.J. Bruce Fields1-0/+1
2003-06-11Add a "protocol: udp/tcp" line so that gssd can use the same protocol forJ. Bruce Fields1-0/+2
2003-06-11add handling of the new CTXPROBLEM and CREDPROBLEM RPCSEC_GSS errors.J. Bruce Fields1-0/+2
2003-06-11gss_marshal and gss_validate depend on gss_cred_get_ctx never returning NULL;J. Bruce Fields1-4/+17
2003-06-11Fix udp_data_ready() to use the correct skbuff interface for extractingTrond Myklebust1-4/+7
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo2-85/+86
2003-05-29Merge bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds1-1/+1
2003-05-29[PATCH] svcsock use-after-free fixAndrew Morton1-1/+2
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-1/+1
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] net/sunrpc/sunrpc_syms.c typo fixAndrew Morton1-1/+1
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
2003-05-20Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5David S. Miller1-1/+1
2003-05-20[PATCH] kNFSd: Make sure an RPC socket is closed immediately when a server wr...Neil Brown1-6/+7
2003-05-20[PATCH] kNFSd: Set SOCK_NOSPACE when RPC server decides there is insufficient.Neil Brown1-0/+2
2003-05-20[PATCH] kNFSd: RPC server need to know that TCP and UDP have different wspace...Neil Brown1-2/+19
2003-05-20[PATCH] kNFSd: SVC sockets don't disable NagleNeil Brown1-0/+3
2003-05-20[PATCH] kNFSd: TCP nfsd connection hangs when partial record header is receivedNeil Brown1-2/+6
2003-05-20[NET]: Use ARRAY_SIZE where appropriate.Andries E. Brouwer1-1/+1
2003-05-12Add user pointer annotations to core filesystem routines.Linus Torvalds1-2/+2
2003-05-10Merge bk://linux.bkbits.net/linux-2.5Trond Myklebust2-0/+2
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji2-0/+2
2003-05-07UDP and TCP zero copy code for the NFS client. The main interestTrond Myklebust2-23/+120
2003-05-07Ensure that Lockd and the NSM (statd) clients always use privilegedTrond Myklebust2-10/+5
2003-05-07the recently-applied patch to fix the rpc_show_tasks() Oops is incomplete.Chuck Lever1-2/+3
2003-05-07Add the sk->callback_lock spinlocks to the RPC socket callbacksTrond Myklebust1-7/+21
2003-05-07Ensure that if we need to reconnect the socket, we also resendTrond Myklebust2-24/+36
2003-05-07Don't use an RPC child process when reconnecting to a TCP server.Trond Myklebust2-73/+65
2003-05-07Fix a TCP race: check whether or not the socket has been disconnectedTrond Myklebust1-4/+12
2003-05-03[PATCH] remove useless MOD_{INC,DEC}_USE_COUNT from sunrpcChristoph Hellwig1-6/+0
2003-04-28[NET]: Spelling fixes for net/Steven Cole2-2/+2
2003-04-27[PATCH] pin_fs/release_fsAlexander Viro1-36/+2
2003-04-08Fix a series of NFS read/readdir/readlink errors.Trond Myklebust1-2/+8
2003-03-27Fix clnt.c to skip re-encoding an RPC call in the case whenTrond Myklebust1-1/+2
2003-03-27Fix a typo in auth_gss.c. Clean out an unused variable.Trond Myklebust1-3/+1
2003-03-27Fix the RPC debugging code so that it doesn't Oops if a task hasTrond Myklebust1-2/+3
2003-03-27Micro-optimization: rename rpc_lookup_path() as rpc_lookup_parent()Trond Myklebust1-5/+7
2003-03-27Fix xprt.c so that it resends RPC requests immediately after a timeout.Trond Myklebust1-7/+3
2003-03-14[PATCH] kNFSd: Assort fixes to nfsd auth cache stuff.Neil Brown2-7/+10
2003-03-14[PATCH] kNFSd: Fix race in svcsock.cNeil Brown1-0/+3
2003-03-08[PATCH] rpc_delete_timer race fixAndrew Morton1-3/+1
2003-03-06[PATCH] Fix nfs oops during mountAndrew Morton1-1/+2
2003-03-04Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-4/+4
2003-03-03Fix up sunrpc for the dentry hash list changes.Linus Torvalds1-4/+4
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-1/+1
2003-02-24[PATCH] Spelling fixes - privilegeMichael Hayes1-1/+1
2003-02-22[NET]: Remove __NO_VERSION__ from networking code.Christoph Hellwig5-5/+0
2003-02-20[PATCH] try_module_get(THIS_MODULE) is bogusChristoph Hellwig4-8/+10
2003-02-18[PATCH] various spelling fixesSteven Cole1-1/+1
2003-02-17[PATCH] Keep track of which page is the 'tail' of an NFSd replyNeil Brown1-1/+1
2003-02-14[PATCH] trivial: unused var in sunrpcRobert Love1-1/+0
2003-02-13[PATCH] Clean up and fix SMP issue w.r.t. XID allocationTrond Myklebust1-8/+24
2003-02-13[PATCH] further rpc_pipefs cleanups...Trond Myklebust2-19/+46
2003-02-12[PATCH] C99 initializers for net/sunrpc/sysctl.cArt Haas1-15/+43