Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760873AbXEXAgb (ORCPT ); Wed, 23 May 2007 20:36:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756310AbXEXAgS (ORCPT ); Wed, 23 May 2007 20:36:18 -0400 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 From: "Josef 'Jeff' Sipek" To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Cc: akpm@linux-foundation.org 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> X-Mailer: git-send-email 1.5.2.rc1.165.gaf9b Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1734 Lines: 42 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/