From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Josef 'Jeff' Sipek" Subject: [GIT PULL -mm] Unionfs cleanups and fixes Date: Wed, 23 May 2007 20:35:50 -0400 Message-ID: <11799669712090-git-send-email-jsipek@cs.sunysb.edu> Cc: akpm@linux-foundation.org To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:40188 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755709AbXEXAgR (ORCPT ); Wed, 23 May 2007 20:36:17 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org The following patches consist of mostly cleanups of the Unionfs code, as well as fixes for several harder to hit bugs (resource/memory leaks). As before, there is a git repo at: git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git (master.kernel.org:/pub/scm/linux/kernel/git/jsipek/unionfs.git) There are 21 new commits: Unionfs: Correctly decrement refcounts of mnt's upon branch management Unionfs: Removed a trailing whitespace Unionfs: Actually catch bad use of unionfs_mnt{get,put} Unionfs: Remove defunct unionfs_put_inode super op Unionfs: Documentation update regarding overlapping branches and new lookup code Unionfs: Disallow setting leftmost branch to readonly Unionfs: Use krealloc instead of open-coding the functionality Unionfs: Call realloc unconditionally Unionfs: Don't leak resources when copyup fails partially Unionfs: Prefix external functions with 'extern' properly Unionfs: Combine unionfs_write with __unionfs_write. Unionfs: Move unionfs_query_file to commonfops.c Unionfs: Rename our "do_rename" to __unionfs_rename Unionfs: Rename Unionfs's double_lock_dentry to avoid confusion Unionfs: Consistent pointer declaration spacing Unionfs: Added numerous comments Unionfs: Cleanup of strings and comments Unionfs: Add missing copyright notices Unionfs: Every printk should prefix with "unionfs: " consistently Unionfs: Coding style fixes Unionfs: Tiny documentation fixups Thanks, Josef 'Jeff' Sipek