From: Trond Myklebust <trond.myklebust@fys.uio.no>
To: "Muntz, Daniel" <Dan.Muntz@netapp.com>
Cc: Steve Dickson <SteveD@redhat.com>,
Bob Bell
<b_linuxnfs-Y/+76LoPTq9wBoktGHYdvgC/G2K4zDHf@public.gmane.org>,
Chuck Lever <chuck.lever@oracle.com>,
NFS list <linux-nfs@vger.kernel.org>
Subject: RE: [PATCH 2/3] NFS: Add NFS_MOUNT_NONEGDE flag to avoid caching negative dentries
Date: Wed, 16 Jan 2008 15:43:39 -0500 [thread overview]
Message-ID: <1200516219.6932.22.camel@heimdal.trondhjem.org> (raw)
In-Reply-To: <01AE8AF878612047A442668306EAEB05018178E7-Ye0EzW0T4yEQ4vjYWPuN5KYtpRd4g51m@public.gmane.org>
On Wed, 2008-01-16 at 11:43 -0800, Muntz, Daniel wrote:
> My $.02
>
> -odircache=on
> -odircache=hitsonly (or positive, or hits, or ?)
> -odircache=off
I like the 'dircache' bit, but to me 'on/off' suggests a binary switch:
they don't mix well with a third state.
How about
-odircache=aggr[essive] /* Full caching */
-odircache=noneg[ative] /* Positive lookups only */
-odircache=off /* strict lookup revalidation */
?
> -----Original Message-----
> From: Steve Dickson [mailto:SteveD@redhat.com]
> Sent: Wednesday, January 16, 2008 4:50 AM
> To: Trond Myklebust
> Cc: Bob Bell; Chuck Lever; NFS list
> Subject: Re: [PATCH 2/3] NFS: Add NFS_MOUNT_NONEGDE flag to avoid
> caching negative dentries
>
> Trond Myklebust wrote:
> > On Tue, 2008-01-15 at 20:22 -0500, Bob Bell wrote:
> >>>> How about something like 'cacheneglookup' 'nocacheneglookup'?
> >>>> Better suggestions, anyone?
> >> As long as no one objects to the length, I'll go with
> "nocacheneglookup"
> >> (and NFS_MOUNT_NOCACHENEGLOOKUP, I suppose) for round 2.
> >
> > I'm still not happy with that name. What do people think about
> > introducing a generic 'cache' option that can be used for fine control
>
> > of caching options?
> >
> > I'm thinking somewhat along the lines of
> >
> > -ocache=lookup_all /* Cache all dentries */
> > -ocache=lookup_positive /* Cache positive dentries */
> > -ocache=lookup_none /* Force all lookups */
> Maybe we should define the type of cache were are controlling, in case
> we want to add controls for other caches. So how about:
>
> -olpcache=all /* Cache all directory entries */
> -olpcache=found /* Cache only directory entires that are
> found */
> -olpcache=off /* Turn off the caching of directory
> entries */
>
>
> steved.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org More majordomo info
> at http://vger.kernel.org/majordomo-info.html
> -
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-01-16 20:44 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-15 16:27 [PATCH 0/3] Intro: Better handling coarse-grained timestamps Bob Bell
[not found] ` <20080115162658.GA18911-y89O8yXFYpDSsb2jM9SCN5/hYUUxywnI@public.gmane.org>
2008-01-15 16:29 ` [PATCH 1/3] NFS: Check nlinks count Bob Bell
2008-01-15 16:30 ` [PATCH 2/3] NFS: Add NFS_MOUNT_NONEGDE flag to avoid caching negative dentries Bob Bell
[not found] ` <20080115163013.GC18911-y89O8yXFYpDSsb2jM9SCN5/hYUUxywnI@public.gmane.org>
2008-01-15 16:52 ` Trond Myklebust
[not found] ` <1200415972.7702.7.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2008-01-15 17:04 ` Chuck Lever
2008-01-15 17:14 ` Trond Myklebust
2008-01-16 1:22 ` Bob Bell
[not found] ` <20080116012209.GB26010-y89O8yXFYpDSsb2jM9SCN5/hYUUxywnI@public.gmane.org>
2008-01-16 2:42 ` Trond Myklebust
[not found] ` <1200451350.28088.43.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2008-01-16 12:49 ` Steve Dickson
[not found] ` <478DFD5A.1040501-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2008-01-16 19:43 ` Muntz, Daniel
[not found] ` <01AE8AF878612047A442668306EAEB05018178E7-Ye0EzW0T4yEQ4vjYWPuN5KYtpRd4g51m@public.gmane.org>
2008-01-16 20:43 ` Trond Myklebust [this message]
[not found] ` <1200516219.6932.22.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2008-01-16 20:49 ` Chuck Lever
2008-01-16 21:12 ` Risto Bell
[not found] ` <478E7345.8080003-+wT8y+m8/X5BDgjK7y7TUQ@public.gmane.org>
2008-01-16 21:56 ` Trond Myklebust
[not found] ` <1200520574.15282.24.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2008-01-16 22:09 ` Chuck Lever
2008-01-16 23:21 ` Trond Myklebust
2008-01-18 15:29 ` Bob Bell
[not found] ` <20080118152902.GF7128-y89O8yXFYpDSsb2jM9SCN5/hYUUxywnI@public.gmane.org>
2008-01-18 20:00 ` Muntz, Daniel
[not found] ` <01AE8AF878612047A442668306EAEB0501817BA4-Ye0EzW0T4yEQ4vjYWPuN5KYtpRd4g51m@public.gmane.org>
2008-01-19 1:28 ` Bob Bell
2008-01-18 21:12 ` Chuck Lever
2008-01-18 21:17 ` Trond Myklebust
2008-01-15 16:31 ` [PATCH 3/3] nfs-utils: Add nonegde mount option Bob Bell
[not found] ` <20080115163130.GD18911-y89O8yXFYpDSsb2jM9SCN5/hYUUxywnI@public.gmane.org>
2008-01-15 16:42 ` Chuck Lever
2008-01-16 1:13 ` Bob Bell
[not found] ` <20080116011305.GA26010-y89O8yXFYpDSsb2jM9SCN5/hYUUxywnI@public.gmane.org>
2008-01-16 20:45 ` Chuck Lever
2008-01-16 1:55 ` [PATCH 0/3] Intro: Better handling coarse-grained timestamps Bob Bell
[not found] ` <20080116015526.GC26010-y89O8yXFYpDSsb2jM9SCN5/hYUUxywnI@public.gmane.org>
2008-01-16 2:18 ` Trond Myklebust
[not found] ` <1200449912.28088.22.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2008-01-16 17:16 ` david m. richter
2008-01-16 19:47 ` Trond Myklebust
[not found] ` <1200512872.6932.8.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2008-01-16 20:09 ` david m. richter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1200516219.6932.22.camel@heimdal.trondhjem.org \
--to=trond.myklebust@fys.uio.no \
--cc=Dan.Muntz@netapp.com \
--cc=SteveD@redhat.com \
--cc=b_linuxnfs-Y/+76LoPTq9wBoktGHYdvgC/G2K4zDHf@public.gmane.org \
--cc=chuck.lever@oracle.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox