From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] more vfs fixes Date: Wed, 11 Jan 2012 05:23:40 +0000 Message-ID: <20120111052340.GG23916@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: Received: from zeniv.linux.org.uk ([195.92.253.2]:47328 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752382Ab2AKFXo (ORCPT ); Wed, 11 Jan 2012 00:23:44 -0500 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Assorted bug fixes (probably all of that should be -stable fodder, with the exception of kmemleak cosmetical one). The usual place, git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (7): securityfs: fix object creation races coda: deal correctly with allocation failure from coda_cnode_makectl() coda: switch coda_cnode_make() to sane API as well, clean coda_lookup() hfsplus: creation of hidden dir on mount can fail autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race autofs4: catatonic_mode vs. notify_daemon race autofs4: deal with autofs4_write/autofs4_write races Miklos Szeredi (1): fix shrink_dcache_parent() livelock Sergey Senozhatsky (1): block_dev: Suppress bdev_cache_init() kmemleak warninig Diffstat: fs/autofs4/autofs_i.h | 1 + fs/autofs4/inode.c | 1 + fs/autofs4/waitq.c | 40 ++++++---- fs/block_dev.c | 10 +-- fs/coda/cnode.c | 38 ++++------ fs/coda/coda_fs_i.h | 4 +- fs/coda/dir.c | 29 +++---- fs/coda/inode.c | 10 ++- fs/dcache.c | 15 +++- fs/hfsplus/super.c | 11 ++- include/linux/dcache.h | 1 + security/inode.c | 191 +++++++++++++----------------------------------- 12 files changed, 137 insertions(+), 214 deletions(-)