The following changes since commit 569dbb88e80deb68974ef6fdd6a13edb9d686261: Linux 4.13 (2017-09-03 13:56:17 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-4.14-ofs2 for you to fetch changes up to 0b08273c8ab7e688832120c4817b1adfdc56e231: orangefs: Adjust three checks for null pointers (2017-09-14 14:58:31 -0400) ---------------------------------------------------------------- Some cleanups and a big bug fix for ACLs. When I was reviewing Jan Kara's ACL patch, I realized that Orangefs ACL code was busted, not just in the kernel module, but in the server as well. I've been working on the code in the server mostly, but here's one kernel patch, there will be more. ---------------------------------------------------------------- Dan Carpenter (1): orangefs: off by ones in xattr size checks Jan Kara (1): orangefs: Don't clear SGID when inheriting ACLs Jeff Layton (1): orangefs: don't call filemap_write_and_wait from fsync Julia Lawall (1): orangefs: constify xattr_handler structure Markus Elfring (3): orangefs: Delete error messages for a failed memory allocation in five functions orangefs: Use kcalloc() in orangefs_prepare_cdm_array() orangefs: Adjust three checks for null pointers Mike Marshall (2): orangefs: react properly to posix_acl_update_mode's aftermath. orangefs: documentation clean up Documentation/filesystems/orangefs.txt | 14 +++----- fs/orangefs/acl.c | 63 ++++++++++++++++++++++------------ fs/orangefs/devorangefs-req.c | 9 ++--- fs/orangefs/file.c | 5 +-- fs/orangefs/orangefs-bufmap.c | 10 ++---- fs/orangefs/orangefs-debugfs.c | 5 +-- fs/orangefs/orangefs-mod.c | 1 - fs/orangefs/super.c | 4 +-- fs/orangefs/xattr.c | 12 +++---- 9 files changed, 60 insertions(+), 63 deletions(-)