Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1534493
| From | Richard Weinberger <richard@nod.at> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] UBIFS NFS export support |
| Date | 2016-12-01 23:10 +0100 |
| Message-ID | <sJHId-2WG-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Adding fscrypto support to UBIFS forced us to implement 64bit cookies. Using this building block we can finally implement export operations and allow UBIFS being exported via NFS. This series adds the last missing bits. It can be obtained from: git://git.infradead.org/users/rw/linux.git ubifs_export_v1 Richard Weinberger (6): ext4: Move is_32bit_api() to generic code ubifs: Provide a custom llseek for directories ubifs: Use 64bit readdir cookies ubifs: Maintain a parent pointer ubifs: Implement export_operations ubifs: Wire up NFS support fs/ext4/dir.c | 9 ------ fs/ubifs/dir.c | 88 ++++++++++++++++++++++++++++++++++++++------------ fs/ubifs/journal.c | 5 ++- fs/ubifs/key.h | 59 +++++++++++++++++++++++++++++++++ fs/ubifs/sb.c | 2 ++ fs/ubifs/super.c | 35 ++++++++++++++++++++ fs/ubifs/ubifs-media.h | 18 +++++++++-- fs/ubifs/ubifs.h | 6 ++++ include/linux/compat.h | 2 ++ 9 files changed, 190 insertions(+), 34 deletions(-) -- 2.7.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] UBIFS NFS export support Richard Weinberger <richard@nod.at> - 2016-12-01 23:10 +0100
[PATCH 2/6] ubifs: Provide a custom llseek for directories Richard Weinberger <richard@nod.at> - 2016-12-01 23:10 +0100
[PATCH 4/6] ubifs: Maintain a parent pointer Richard Weinberger <richard@nod.at> - 2016-12-01 23:10 +0100
Re: [PATCH 4/6] ubifs: Maintain a parent pointer Marcus Folkesson <marcus.folkesson@gmail.com> - 2016-12-02 10:40 +0100
Re: [PATCH 4/6] ubifs: Maintain a parent pointer Richard Weinberger <richard@nod.at> - 2016-12-02 11:40 +0100
csiph-web