The following changes since commit 0adb32858b0bddf4ada5f364a84ed60b196dbcda: Linux 4.16 (2018-04-01 14:20:27 -0700) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx: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(-)