Re: Networked filesystems vs backing_dev_info

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Peter Zijlstra <a.p.zijlstra@...>
Cc: linux-kernel <linux-kernel@...>, linux-fsdevel <linux-fsdevel@...>, David Howells <dhowells@...>, <sfrench@...>, Andrew Morton <akpm@...>, <vandrove@...>
Date: Saturday, October 27, 2007 - 11:22 am

On Sat, Oct 27, 2007 at 11:34:26AM +0200, Peter Zijlstra wrote:

While a file is opened in Coda we associate the open file handle with a
local cache file. All read and write operations are redirected to this
local file and we even redirect inode->i_mapping. Actual reads and
writes are completely handled by the underlying file system. We send the
new file contents back to the servers only after all local references
have been released (last-close semantics).

As a result, there is no need for backing_dev_info structures in Coda,
if any congestion control is needed it will be handled by the underlying
file system where our locally cached copies are stored.

Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Networked filesystems vs backing_dev_info, Peter Zijlstra, (Sat Oct 27, 5:34 am)
Re: Networked filesystems vs backing_dev_info, Steve French, (Sat Oct 27, 5:02 pm)
Re: Networked filesystems vs backing_dev_info, Peter Zijlstra, (Sat Oct 27, 5:30 pm)
Re: Networked filesystems vs backing_dev_info, Peter Zijlstra, (Sat Oct 27, 5:37 pm)
Re: Networked filesystems vs backing_dev_info, Petr Vandrovec, (Sun Oct 28, 3:46 am)
Re: Networked filesystems vs backing_dev_info, Jan Harkes, (Sat Oct 27, 11:22 am)
Re: Networked filesystems vs backing_dev_info, Peter Zijlstra, (Sat Oct 27, 11:32 am)