From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb0-f194.google.com ([209.85.213.194]:33759 "EHLO mail-yb0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752320AbeDHR0F (ORCPT ); Sun, 8 Apr 2018 13:26:05 -0400 Received: by mail-yb0-f194.google.com with SMTP id f5-v6so2231514ybg.0 for ; Sun, 08 Apr 2018 10:26:04 -0700 (PDT) MIME-Version: 1.0 From: Mike Marshall Date: Sun, 8 Apr 2018 13:26:03 -0400 Message-ID: Subject: [GIT PULL] orangefs: fixes and cleanups To: Linus Torvalds , linux-fsdevel , Martin Brandenburg , Mike Marshall Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: The following changes since commit 0adb32858b0bddf4ada5f364a84ed60b196dbcda: Linux 4.16 (2018-04-01 14:20:27 -0700) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/hubcap/linux tags/for-linus-4.17-ofs for you to fetch changes up to 8e9ba5c48ea690060a814fbac6a8c046ab935d79: Orangefs: documentation updates (2018-04-04 14:05:48 -0400) ---------------------------------------------------------------- orangefs: fixes and cleanups + Documentation cleanups + removal of unused code + cause some structs to be static + implement Orangefs vm_operations fault callout + eliminate two single-use functions and put their cleaned up code in line. + replace a vmalloc/memset instance with vzalloc + fix a race condition bug in wait code. ---------------------------------------------------------------- Colin Ian King (1): orangefs: replace vmalloc and memset with vzalloc David Reynolds (1): orangefs: bug fix for a race condition when getting a slot Martin Brandenburg (5): orangefs: open code short single-use functions orangefs: implement vm_ops->fault orangefs: make several *_operations structs static orangefs: remove unused code orangefs: document package install and xfstests procedure Mike Marshall (1): Orangefs: documentation updates Documentation/filesystems/orangefs.txt | 137 +++++++++++++++++++++++++++------ fs/orangefs/devorangefs-req.c | 55 +++++++------ fs/orangefs/file.c | 125 +++++++++++------------------- fs/orangefs/inode.c | 4 +- fs/orangefs/orangefs-bufmap.c | 4 +- fs/orangefs/orangefs-debug.h | 6 -- fs/orangefs/orangefs-kernel.h | 80 ------------------- fs/orangefs/protocol.h | 45 ----------- 8 files changed, 190 insertions(+), 266 deletions(-)