The following changes since commit c470abd4fde40ea6a0846a2beab642a578c0b8cd: Linux 4.10 (2017-02-19 14:34:00 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-4.11-ofs2 for you to fetch changes up to e98bdb3059cbf2b1cd4261e126b08429f64466c3: Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into for-next (2017-02-25 11:12:48 -0500) ---------------------------------------------------------------- orangefs: cleanups, a protocol fix and an added configuration button. Cleanups: 1. silence harmless integer overflow warning (from dan.carpenter@xxxxxxxxxx) 2. Dan Carpenter influenced debugfs cleanups. 3. Remove orangefs_backing_dev_info (from jack@xxxxxxx) Protocol fix: fix buffer size mis-match between kernel space and user space. New configuration button: Support readahead_readcnt parameter. ---------------------------------------------------------------- Dan Carpenter (1): orangefs: silence harmless integer overflow warning Jan Kara (1): orangefs: Remove orangefs_backing_dev_info Martin Brandenburg (1): orangefs: Support readahead_readcnt parameter. Mike Marshall (4): Merge tag 'v4.9' of git://git.kernel.org/.../torvalds/linux into for-next orangefs: Dan Carpenter influenced cleanups... orangefs: fix buffer size mis-match between kernel space and user space. Merge tag 'v4.10' of git://git.kernel.org/.../torvalds/linux into for-next fs/orangefs/devorangefs-req.c | 5 +++-- fs/orangefs/inode.c | 6 ------ fs/orangefs/orangefs-bufmap.c | 5 +++++ fs/orangefs/orangefs-debugfs.c | 15 ++++++++------- fs/orangefs/orangefs-dev-proto.h | 3 +-- fs/orangefs/orangefs-kernel.h | 1 - fs/orangefs/orangefs-mod.c | 12 +----------- fs/orangefs/orangefs-sysfs.c | 32 ++++++++++++++++++++++++++++++-- fs/orangefs/upcall.h | 1 + 9 files changed, 49 insertions(+), 31 deletions(-)