summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: cache must take a reference to the cache detail's module on open()Trond Myklebust2009-08-201-4/+76
* SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust2009-08-091-0/+126
* SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeTrond Myklebust2009-08-091-129/+190
* SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust2009-08-091-8/+18
* SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.cTrond Myklebust2009-08-091-25/+70
* SUNRPC: Ensure we initialise the cache_detail before creating procfs filesTrond Myklebust2009-08-091-10/+20
* NFSD: Clean up the idmapper warning...Trond Myklebust2009-08-091-1/+1
* sunrpc: align cache_clean work's timerAnton Blanchard2009-06-161-1/+1
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-301-4/+0Star
* 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/+6Star
* svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields2008-04-231-1/+0Star
* [SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-8/+6Star
* 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-291-0/+2
* [SUNRPC]: Make the sunrpc use the seq_open_private()Pavel Emelyanov2007-10-111-10/+2Star
* SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friendsTrond Myklebust2007-08-071-2/+1Star
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [SUNRPC]: cleanup: use seq_release_private() where appropriateMartin Peschke2007-04-261-9/+1Star
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-131-38/+38
|\
| * [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-6/+6
| * [NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-32/+32
* | SUNRPC: fix print format for tk_pidChuck Lever2007-02-041-1/+2
|/
* [PATCH] knfsd: svcrpc: remove another silent drop from deferral codeJ.Bruce Fields2006-12-131-11/+9Star
* [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-211-8/+9
* [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-091-3/+2Star
* [PATCH] sunrpc: cache_register can use wrong module referenceBruce Allan2005-09-081-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1189