aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe2007-07-102-2/+2
* Merge branch 'master' of /home/trondmy/repositories/git/linux-2.6/Trond Myklebust2007-05-171-13/+11
|\
| * Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-13/+11
* | SUNRPC: Fix sparse warningsTrond Myklebust2007-05-141-4/+0
* | SUNRPC: remove dead variable 'rpciod_running'Christoph Hellwig2007-05-141-2/+0
|/
* sunrpc: fix crash in rpc_malloc()Peter Zijlstra2007-05-091-0/+4
* SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/freeChuck Lever2007-05-091-7/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-091-1/+1
|\
| * Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* | knfsd: simplify a 'while' condition in svcsock.cNeilBrown2007-05-091-8/+13
* | knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpcWei Yongjun2007-05-091-0/+2
* | knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb...Frank Filz2007-05-091-1/+4
* | knfsd: rpc: fix server-side wrapping of krb5i repliesNeilBrown2007-05-091-7/+1
* | sunrpc: fix error path in module_initAkinobu Mita2007-05-092-3/+12
* | RPC: add wrapper for svc_reserve to account for checksumJeff Layton2007-05-091-1/+1
* | knfsd: rename sk_defer_lock to sk_lockNeilBrown2007-05-092-11/+12
|/
* Fix sunrpc warning noiseGeert Uytterhoeven2007-05-081-4/+4
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* spkm3: initialize hashJ. Bruce Fields - unquoted2007-05-021-0/+4
* spkm3: remove bad kfree, unnecessary exportJ. Bruce Fields - unquoted2007-05-021-5/+0
* spkm3: fix spkm3's use of hmacJ. Bruce Fields - unquoted2007-05-021-2/+2
* SUNRPC: RPC client should retry with different versions of rpcbindChuck Lever2007-04-301-2/+4
* SUNRPC: remove old portmapperChuck Lever2007-04-302-387/+1
* SUNRPC: switch the RPC server to use the new rpcbind registration APIChuck Lever2007-04-301-1/+1
* SUNRPC: switch socket-based RPC transports to use rpcbindChuck Lever2007-04-301-2/+2
* SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever2007-04-303-1/+627
* SUNRPC: Eliminate side effects from rpc_mallocChuck Lever2007-04-303-33/+37
* SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-04-303-28/+44
* [SUNRPC]: cleanup: use seq_release_private() where appropriateMartin Peschke2007-04-261-9/+1
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-251-1/+1
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-7/+3
* RPC: Fix the TCP resend semantics for NFSv4Trond Myklebust2007-04-202-10/+4
* knfsd: use a spinlock to protect sk_info_authunixNeilBrown2007-04-171-5/+16
* [SUNRPC]: Make sure on-stack cmsg buffer is properly aligned.David S. Miller2007-04-121-4/+12
* [PATCH] net/sunrpc/svcsock.c: fix a checkAdrian Bunk2007-04-041-2/+2
* [PATCH] knfsd: provide sunrpc pool_mode module optionGreg Banks2007-03-061-19/+114
* [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ...NeilBrown2007-03-062-13/+24
* [PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server codeNeilBrown2007-03-061-10/+3
* [PATCH] knfsd: use recv_msg to get peer address for NFSD instead of code-copyingNeilBrown2007-03-061-32/+40
* [PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter2007-02-201-1/+1
* [PATCH] Replace highest_possible_node_id() with nr_node_idsChristoph Lameter2007-02-201-2/+2
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-142-2/+2
* [PATCH] sysctl: sunrpc: don't unnecessarily set ctl_table->deEric W. Biederman2007-02-142-13/+2
* [PATCH] sysctl: sunrpc: remove unnecessary insert_at_head flagEric W. Biederman2007-02-142-2/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-145-5/+0
* [PATCH] knfsd: allow the server to provide a gid list when using AUTH_UNIX au...NeilBrown2007-02-142-6/+224
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-1222-262/+414
|\
| * [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-123-9/+9
| * [PATCH] knfsd: SUNRPC: fix up svc_create_socket() to take a sockaddr struct +...Chuck Lever2007-02-121-8/+8
| * [PATCH] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive pathChuck Lever2007-02-121-10/+43