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(-) -- 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