linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL -mm] Unionfs updates
@ 2007-03-05  2:16 Josef 'Jeff' Sipek
  2007-03-05  2:16 ` [PATCH 01/13] fs/unionfs: Fix a memory leak & null pointer dereference Josef 'Jeff' Sipek
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Josef 'Jeff' Sipek @ 2007-03-05  2:16 UTC (permalink / raw)
  To: linux-fsdevel

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@cs.sunysb.edu



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-03-05  2:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-05  2:16 [GIT PULL -mm] Unionfs updates Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 01/13] fs/unionfs: Fix a memory leak & null pointer dereference Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 02/13] fs/unionfs/: Fix a memory leak in unionfs_read_super Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 03/13] fs/unionfs/: Don't grab dentry private data mutex in unionfs_d_release Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 04/13] fs/unionfs/: Several small cleanups in unionfs_interpose Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 05/13] fs/unionfs/: Rename unionfs_d_revalidate_wrap Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 06/13] fs/unionfs/: Remove alloc_filldir_node Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 07/13] fs/unionfs/: Use SEEK_{SET,CUR} instead of hardcoded values Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 08/13] fs/unionfs/: Check return value of d_path Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 09/13] fs/unionfs/: Miscellaneous coding style fixes Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 10/13] fs/unionfs/: Fix copyup_deleted_file dentry leak Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 11/13] fs/unionfs/: mntput in __cleanup_dentry Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 12/13] fs/unionfs/: Fix dentry leak in copyup_named_dentry Josef 'Jeff' Sipek
2007-03-05  2:16 ` [PATCH 13/13] fs/unionfs/: Fix unlocking in error paths Josef 'Jeff' Sipek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).