All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7 linux-next] make FS exportable plus some clean-up
@ 2017-01-09 19:12 Fabian Frederick
  2017-01-09 19:12 ` [PATCH V2 1/7 linux-next] fs/affs: remove reference to affs_parent_ino() Fabian Frederick
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Fabian Frederick @ 2017-01-09 19:12 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Jan Kara, Alexander Viro, linux-kernel, linux-fsdevel, fabf

This small patchset makes AFFS work with NFS for standard operations.
V2 adds a new patch suggested by Alexander Viro in order to work with cold dcache.

Fabian Frederick (7):
  fs/affs: remove reference to affs_parent_ino()
  fs/affs: add validation block function
  fs/affs: make affs exportable
  fs/affs: use octal for permissions
  fs/affs: add prefix to some functions
  fs/affs/namei.c: forward declarations clean-up
  fs/affs: make export work with cold dcache

 fs/affs/affs.h     | 22 ++++++++-----
 fs/affs/amigaffs.c | 42 ++++++++++++------------
 fs/affs/inode.c    |  9 +++---
 fs/affs/namei.c    | 95 +++++++++++++++++++++++++++++++++++++++++-------------
 fs/affs/super.c    |  3 +-
 5 files changed, 114 insertions(+), 57 deletions(-)

-- 
2.9.3

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-09 19:12 [PATCH V2 0/7 linux-next] make FS exportable plus some clean-up Fabian Frederick
2017-01-09 19:12 ` [PATCH V2 1/7 linux-next] fs/affs: remove reference to affs_parent_ino() Fabian Frederick
2017-01-09 19:12 ` [PATCH V2 2/7 linux-next] fs/affs: add validation block function Fabian Frederick
2017-01-09 19:12 ` [PATCH V2 3/7 linux-next] fs/affs: make affs exportable Fabian Frederick
2017-01-09 19:12 ` [PATCH V2 4/7 linux-next] fs/affs: use octal for permissions Fabian Frederick
2017-01-09 19:12 ` [PATCH V2 5/7 linux-next] fs/affs: add prefix to some functions Fabian Frederick
2017-01-09 19:12 ` [PATCH V2 6/7 linux-next] fs/affs/namei.c: forward declarations clean-up Fabian Frederick
2017-01-09 19:12 ` [PATCH V2 7/7 linux-next] fs/affs: make export work with cold dcache Fabian Frederick
2017-01-18 18:46 ` [PATCH V2 0/7 linux-next] make FS exportable plus some clean-up Fabian Frederick

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.