Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1554619
| From | Fabian Frederick <fabf@skynet.be> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/7 linux-next] make FS exportable plus some clean-up |
| Date | 2017-01-09 20:20 +0100 |
| Message-ID | <sXNE5-89F-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/7 linux-next] make FS exportable plus some clean-up Fabian Frederick <fabf@skynet.be> - 2017-01-09 20:20 +0100 [PATCH V2 5/7 linux-next] fs/affs: add prefix to some functions Fabian Frederick <fabf@skynet.be> - 2017-01-09 20:20 +0100 [PATCH V2 4/7 linux-next] fs/affs: use octal for permissions Fabian Frederick <fabf@skynet.be> - 2017-01-09 20:20 +0100 [PATCH V2 2/7 linux-next] fs/affs: add validation block function Fabian Frederick <fabf@skynet.be> - 2017-01-09 20:20 +0100 [PATCH V2 3/7 linux-next] fs/affs: make affs exportable Fabian Frederick <fabf@skynet.be> - 2017-01-09 20:20 +0100 [PATCH V2 1/7 linux-next] fs/affs: remove reference to affs_parent_ino() Fabian Frederick <fabf@skynet.be> - 2017-01-09 20:20 +0100
csiph-web