From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] vfs.git Date: Sun, 2 Nov 2014 05:58:56 +0000 Message-ID: <20141102055856.GU7996@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org A bunch of assorted fixes, most of them - followups to overlayfs merge. Please, pull from the usual place: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (3): overlayfs: barriers for opening upper-layer directory isofs_cmp(): we'll never see a dentry for . or .. isofs: don't bother with ->d_op for normal case Daniel Thompson (1): staging: android: logger: Fix log corruption regression David Jeffery (1): Return short read or 0 at end of a raw device, not EIO Miklos Szeredi (3): ovl: fix check for cursor overlayfs: fix lockdep misannotation ovl: initialize ->is_cursor Paul E. McKenney (1): rcu: Provide counterpart to rcu_dereference() for non-RCU situations Diffstat: drivers/char/raw.c | 2 +- drivers/staging/android/logger.c | 13 ++++++++----- fs/block_dev.c | 3 ++- fs/isofs/inode.c | 24 ++---------------------- fs/isofs/namei.c | 22 ++++------------------ fs/namei.c | 2 +- fs/overlayfs/readdir.c | 17 ++++++++++------- include/linux/fs.h | 10 +++++++--- include/linux/rcupdate.h | 15 +++++++++++++++ 9 files changed, 50 insertions(+), 58 deletions(-)