The following changes since commit b04e217704b7f879c6b91222b066983a44a7a09f: Linux 4.17-rc7 (2018-05-27 13:01:47 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-4.18-ofs for you to fetch changes up to b1116bc03c00255b7e5feaed561e8bb2fc38c0f8: orangefs: use sparse annotations for holding locks across function calls. (2018-06-01 14:51:49 -0400) ---------------------------------------------------------------- orangefs: fixes and cleanups + fix some sparse warnings + cleanup some code formatting + fix up some attribute/meta-data related code ---------------------------------------------------------------- Colin Ian King (1): orangefs: make struct orangefs_file_vm_ops static Martin Brandenburg (3): orangefs: revamp block sizes orangefs: report attributes_mask and attributes for statx orangefs: set i_size on new symlink Mike Marshall (5): orangefs: formatting cleanups orangefs: specify user pointers when using dev_map_desc and bufmap orangefs: remove unused function orangefs_get_bufmap_init orangefs: make debug_help_fops static orangefs: use sparse annotations for holding locks across function calls. fs/orangefs/devorangefs-req.c | 17 +++++++------ fs/orangefs/file.c | 4 +-- fs/orangefs/inode.c | 57 ++++++++++++++++++++++++++---------------- fs/orangefs/namei.c | 7 ++++++ fs/orangefs/orangefs-bufmap.c | 20 +++------------ fs/orangefs/orangefs-debugfs.c | 2 +- fs/orangefs/orangefs-kernel.h | 1 - fs/orangefs/orangefs-utils.c | 30 +++++++++++----------- fs/orangefs/protocol.h | 2 +- fs/orangefs/super.c | 13 +++++----- fs/orangefs/waitqueue.c | 14 ++++++++--- 11 files changed, 91 insertions(+), 76 deletions(-)