aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
Commit message (Expand)AuthorAgeFilesLines
...
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-4/+0
* SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust2009-01-071-10/+10
* sunrpc: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-9/+6
* svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields2008-04-231-1/+0
* [SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-8/+6
* SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust2008-02-011-1/+8
* knfsd: allow cache_register to return error on failureJ. Bruce Fields2008-02-011-7/+23
* nfsd: move cache proc (un)registration to separate functionJ. Bruce Fields2008-02-011-45/+54
* knfsd: cache unregistration needn't return errorJ. Bruce Fields2008-02-011-3/+5
* knfsd: fix cache.c commentJ. Bruce Fields2008-02-011-5/+5
* SUNRPC: Prevent length underflow in read_flush()Chuck Lever2008-02-011-5/+5
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-0/+2
* [SUNRPC]: Make the sunrpc use the seq_open_private()Pavel Emelyanov2007-10-101-10/+2
* SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friendsTrond Myklebust2007-08-071-2/+1
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [SUNRPC]: cleanup: use seq_release_private() where appropriateMartin Peschke2007-04-261-9/+1
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-121-38/+38
|\
| * [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-6/+6
| * [NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-32/+32
* | SUNRPC: fix print format for tk_pidChuck Lever2007-02-031-1/+2
|/
* [PATCH] knfsd: svcrpc: remove another silent drop from deferral codeJ.Bruce Fields2006-12-131-11/+9
* [PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields2006-12-131-4/+7
* [PATCH] struct path: convert sunrpcJosef Sipek2006-12-081-5/+5
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
* WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-2/+2
* [PATCH] knfsd: fix race related problem when adding items to and svcrpc auth ...Neil Brown2006-08-061-1/+5
* [PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown2006-05-231-0/+1
* [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk2006-03-271-1/+1
* [PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown2006-03-271-10/+10
* [PATCH] knfsd: Unexport cache_fresh and fix a small raceNeilBrown2006-03-271-21/+30
* [PATCH] knfsd: An assortment of little fixes to the sunrpc cache codeNeilBrown2006-03-271-6/+8
* [PATCH] knfsd: Create cache_lookup function instead of using a macro to decla...NeilBrown2006-03-271-0/+98
* [NET] sem2mutex: net/Arjan van de Ven2006-03-201-8/+9
* [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-091-3/+2
* [PATCH] sunrpc: cache_register can use wrong module referenceBruce Allan2005-09-071-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1189