linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [LSF/MM TOPIC] Network filesystem cache management system call
@ 2017-01-06 22:40 David Howells
  2017-01-06 23:18 ` Andreas Dilger
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: David Howells @ 2017-01-06 22:40 UTC (permalink / raw)
  To: lsf-pc; +Cc: dhowells, linux-fsdevel

AFS filesystem implementations like OpenAFS have a number of management calls
usually implemented through the pioctl() and afs() system calls.  However,
there is general revulsion to the idea of allowing these in Linux as they are
very much abused.

Now, I need to come up with replacements for these.  For some I can use
getxattr()/setxattr(), for some keyrings and for others procfs/sysfs, but for
some I can't.

One of these is the call to manage local caching on a file or volume.  This,
however, doesn't really need to be limited to AFS, but could also be
applicable to NFS, CIFS, etc. - and possibly even to local filesystems.

A brainstorming session on this would be useful.

David

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-01-20 18:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-06 22:40 [LSF/MM TOPIC] Network filesystem cache management system call David Howells
2017-01-06 23:18 ` Andreas Dilger
2017-01-07 14:27   ` [Lsf-pc] " Jeff Layton
2017-01-13 17:16 ` J. Bruce Fields
2017-01-15 23:36 ` Oleg Drokin
2017-01-17 16:42 ` David Howells
2017-01-20 16:53   ` [Lsf-pc] " Jeff Layton
2017-01-20 17:45   ` David Howells
2017-01-20 18:08     ` Jeff Layton
2017-01-17 16:49 ` David Howells
2017-01-18 20:12   ` Jeffrey Altman
2017-01-19 14:48   ` David Howells
2017-01-20  4:32     ` Jeffrey Altman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).