summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-1/+1
* SUNRPC: NFS_ROOT always uses the same XIDsChuck Lever2006-06-091-2/+2
* SUNRPC: select privileged port numbers at randomChuck Lever2006-06-091-2/+9
* [PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown2006-05-231-0/+1
* SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.cEric Sesterhenn2006-04-191-1/+0Star
* NFS: make 2 functions staticAdrian Bunk2006-04-191-1/+2
* RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmallocJ. Bruce Fields2006-04-191-8/+3Star
* [PATCH] knfsd: svcrpc: gss: don't call svc_take_page unnecessarilyNeilBrown2006-04-111-6/+8
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-282-3/+3
* [PATCH] knfsd: Tidy up unix_domain_findNeilBrown2006-03-271-8/+8
* [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk2006-03-272-2/+1Star
* [PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown2006-03-273-36/+32Star
* [PATCH] knfsd: Unexport cache_fresh and fix a small raceNeilBrown2006-03-272-22/+30
* [PATCH] knfsd: An assortment of little fixes to the sunrpc cache codeNeilBrown2006-03-271-6/+8
* [PATCH] knfsd: Use new cache code for rsc cacheNeilBrown2006-03-271-10/+64
* [PATCH] knfsd: Use new sunrpc cache for rsi cacheNeilBrown2006-03-271-7/+59
* [PATCH] knfsd: Convert ip_map cache to use the new lookup routineNeilBrown2006-03-271-47/+95
* [PATCH] knfsd: Create cache_lookup function instead of using a macro to decla...NeilBrown2006-03-271-0/+98
* [PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown2006-03-272-3/+3
* [PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown2006-03-274-137/+72Star
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-8/+4Star
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-03-2515-69/+330
|\
| * Merge branch 'linus'Trond Myklebust2006-03-243-17/+19
| |\
| * | SUNRPC,RPCSEC_GSS: spkm3: import contexts using NID_cast5_cbcJ. Bruce Fields2006-03-211-0/+6
| * | SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers.J. Bruce Fields2006-03-212-6/+14
| * | SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksumJ. Bruce Fields2006-03-215-17/+12Star
| * | SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust2006-03-212-4/+11
| * | SUNRPC: Fix memory barriers for req->rq_receivedTrond Myklebust2006-03-202-1/+7
| * | SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust2006-03-202-14/+32
| * | SUNRPC: fix compile warnings on 64-bit platformsChuck Lever2006-03-201-1/+1
| * | SUNRPC: minor cleanupChuck Lever2006-03-201-1/+0Star
| * | SUNRPC: eliminate rpc_call()Chuck Lever2006-03-201-12/+22
| * | SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever2006-03-202-2/+18
| * | SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever2006-03-203-3/+113
| * | SUNRPC: introduce per-task RPC iostatsChuck Lever2006-03-204-0/+8
| * | SUNRPC: add a handful of per-xprt countersChuck Lever2006-03-203-6/+64
| * | SUNRPC: track length of RPC wait queuesChuck Lever2006-03-201-0/+2
| * | SUNRPC: more verbose output for rpc auth weak errorLevent Serinol2006-03-201-2/+2
| * | SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust2006-03-203-2/+7
| * | SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust2006-03-202-3/+4
| * | SUNRPC: Auto-load RPC authentication kernel modulesOlaf Kirch2006-03-201-2/+14
* | | [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-3/+4
* | | [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
| |/ |/|
* | [NET]: sem2mutex part 2Ingo Molnar2006-03-211-4/+4
* | [NET] sem2mutex: net/Arjan van de Ven2006-03-212-13/+15
|/
* [PATCH] SUNRPC: Fix potential deadlock in RPC codeTrond Myklebust2006-03-141-8/+5Star
* [PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.cAdrian Bunk2006-03-141-1/+2
* SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust2006-02-012-9/+22
* SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs codeTrond Myklebust2006-02-011-3/+3
* SUNRPC: rpc_timeout_upcall_queue should not sleepTrond Myklebust2006-02-011-38/+58