Hi Linus... The following changes since commit a99cde438de0c4c0cecc1d1af1a55a75b10bfdef: Linux 4.7-rc6 (2016-07-03 23:01:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-4.8-ofs1 for you to fetch changes up to 78fee0b6846f27872321338db6afe280f059ae99: orangefs: fix namespace handling (2016-07-05 15:47:43 -0400) ---------------------------------------------------------------- Orangefs cleanups and enablement of O_DIRECT in open. Cleanups: - remove some unused defines, and also some obfuscatory ones. - remove a redundant xattr handler. - Remove useless xattr prefix arguments. - Be more picky about uid and gid handling WRT namespaces. Our use of current_user_ns() instead of init_user_ns left open the possibility that users could spoof their uids or gids when the server was running in a different namespace in "default security" mode. - Allow open(2) to succeed with O_DIRECT. ---------------------------------------------------------------- Andreas Gruenbacher (3): orangefs: Remove useless defines orangefs: Remove redundant "trusted." xattr handler orangefs: Remove useless xattr prefix arguments Jann Horn (1): orangefs: fix namespace handling Mike Marshall (1): Orangefs: allow O_DIRECT in open fs/orangefs/acl.c | 17 +++--- fs/orangefs/devorangefs-req.c | 7 +++ fs/orangefs/file.c | 2 - fs/orangefs/inode.c | 25 ++++---- fs/orangefs/orangefs-cache.c | 4 +- fs/orangefs/orangefs-kernel.h | 17 +----- fs/orangefs/orangefs-utils.c | 4 +- fs/orangefs/xattr.c | 131 ++++++++++-------------------------------- 8 files changed, 61 insertions(+), 146 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html