The following patches (also available though the git tree) address a number of code issues with Unionfs. (Sorry if you got duplicates, I forgot to CC fsdevel.) You can pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git to receive the following: Erez Zadok (6): fs/unionfs: Fix a memory leak & null pointer dereference fs/unionfs/: Fix a memory leak in unionfs_read_super fs/unionfs/: Fix copyup_deleted_file dentry leak fs/unionfs/: mntput in __cleanup_dentry fs/unionfs/: Fix dentry leak in copyup_named_dentry fs/unionfs/: Fix unlocking in error paths Josef 'Jeff' Sipek (7): fs/unionfs/: Don't grab dentry private data mutex in unionfs_d_release fs/unionfs/: Several small cleanups in unionfs_interpose fs/unionfs/: Rename unionfs_d_revalidate_wrap fs/unionfs/: Remove alloc_filldir_node fs/unionfs/: Use SEEK_{SET,CUR} instead of hardcoded values fs/unionfs/: Check return value of d_path fs/unionfs/: Miscellaneous coding style fixes fs/unionfs/commonfops.c | 22 ++++++++++++++++++---- fs/unionfs/copyup.c | 17 +++++++++++++---- fs/unionfs/dentry.c | 15 ++++----------- fs/unionfs/dirfops.c | 6 +++--- fs/unionfs/lookup.c | 11 +++++++++-- fs/unionfs/main.c | 18 ++++++------------ fs/unionfs/rdstate.c | 8 +------- fs/unionfs/super.c | 8 ++++++-- fs/unionfs/union.h | 2 +- 9 files changed, 61 insertions(+), 46 deletions(-) Josef 'Jeff' Sipek. jsipek@xxxxxxxxxxxxx - 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