The following changes since commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4: Linux 4.14 (2017-11-12 10:46:13 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-4.15-ofs1 for you to fetch changes up to db0267e7afc72e04d92b845a00928e39be211d6a: orangefs: call op_release sooner when creating inodes (2017-11-13 15:10:18 -0500) ---------------------------------------------------------------- 3 Cleanups: remove initialization of i_version - Jeff Layton use ARRAY_SIZE - Jérémy Lefaure call op_release sooner when creating inodes - Martin Brandenburg 1 Patch: stop setting atime on inode dirty - Martin Brandenburg ---------------------------------------------------------------- Jeff Layton (1): orangefs: remove initialization of i_version Jérémy Lefaure (1): orangefs: use ARRAY_SIZE Martin Brandenburg (2): orangefs: stop setting atime on inode dirty orangefs: call op_release sooner when creating inodes fs/orangefs/acl.c | 10 ++--- fs/orangefs/dir.c | 1 - fs/orangefs/file.c | 16 ++++---- fs/orangefs/inode.c | 17 +++++++++ fs/orangefs/namei.c | 45 +++++++++++++++------- fs/orangefs/orangefs-debug.h | 4 +- fs/orangefs/orangefs-kernel.h | 31 +--------------- fs/orangefs/orangefs-utils.c | 86 ++----------------------------------------- fs/orangefs/super.c | 15 -------- fs/orangefs/symlink.c | 1 + 10 files changed, 72 insertions(+), 154 deletions(-)