lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <OF4F5F89AF.8F313531-ON88257524.006A611A-88257524.006D49B8@us.ibm.com>
Date:	Fri, 19 Dec 2008 11:53:38 -0800
From:	Bryan Henderson <hbryan@...ibm.com>
To:	David Howells <dhowells@...hat.com>
Cc:	"Andrew Morton" <akpm@...ux-foundation.org>,
	"Muntz, Daniel" <Dan.Muntz@...app.com>, dhowells@...hat.com,
	linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
	nfsv4@...ux-nfs.org, rwheeler@...hat.com, sfr@...b.auug.org.au,
	steved@...hat.com
Subject: Re: Pull request for FS-Cache, including NFS patches

> Muntz, Daniel <Dan.Muntz@...app.com> wrote:
> 
> > AFS was designed to support local disk cache, so with callbacks 
> you can get a
> > consistent system.
> 
> It's less the callbacks and more the data version number that's 
important.

Maybe for consistency, but for the performance benefits of local disk 
caching, I believe the callbacks are pretty important.  I say that because 
I regularly use an NFS 3 filesystem on the IBM internal network that is 
painfully slow on Linux and fine on AIX with CacheFS.  It was also fine 
when this data was in AFS instead, and if I copy all the files to a local 
disk filesystem.

In this case, the files are _all in local page cache_, so I assume the 
waiting is for the constant stream of transactions the client uses to make 
sure the data in the cache is still current every time I open a file.  AIX 
CacheFS doesn't sweat the consistency, so makes these queries only 
periodically.  AFS had the callbacks, so rather than the client asking 
every time if the data had changed, the server just told it when it did.

--
Bryan Henderson                     IBM Almaden Research Center
San Jose CA                         Storage Systems

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ