From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757083AbdEUUVU (ORCPT ); Sun, 21 May 2017 16:21:20 -0400 Received: from mail.sigma-star.at ([95.130.255.111]:45996 "EHLO mail.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756903AbdEUUVR (ORCPT ); Sun, 21 May 2017 16:21:17 -0400 From: Richard Weinberger To: linux-mtd@lists.infradead.org Cc: david@sigma-star.at, dedekind1@gmail.com, adrian.hunter@intel.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, adilger.kernel@dilger.ca, akpm@linux-foundation.org, linux-ext4@vger.kernel.org, bfields@redhat.com, marcus.folkesson@gmail.com, hyc.lee@gmail.com, rockdotlee@gmail.com, leon.pollak@gmail.com, Richard Weinberger Subject: [PATCH 0/6] UBIFS NFS export support v2 Date: Sun, 21 May 2017 22:20:45 +0200 Message-Id: <1495398051-4604-1-git-send-email-richard@nod.at> X-Mailer: git-send-email 2.7.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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_v2 Changes since v1, https://lkml.org/lkml/2016/12/1/711 - Addressed comments from Marcus Folkesson, Hyunchul Lee and J. Bruce Fields - Added Acks/Reviewed-bys from J. Bruce Fields and Andreas Dilger 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 | 89 +++++++++++++++++++++++++++++++++++++------------- fs/ubifs/journal.c | 5 ++- fs/ubifs/key.h | 61 ++++++++++++++++++++++++++++++++++ fs/ubifs/sb.c | 2 ++ fs/ubifs/super.c | 39 ++++++++++++++++++++++ fs/ubifs/ubifs-media.h | 18 ++++++++-- fs/ubifs/ubifs.h | 6 ++++ include/linux/compat.h | 2 ++ 9 files changed, 195 insertions(+), 36 deletions(-) -- 2.12.0