[GIT PULL -mm] Unionfs updates

2007-05-05 Thread Josef 'Jeff' Sipek
The following patches (also available though the git tree) fix few small
bugs in Unionfs.

You can pull from 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git

to receive the following:

Adrian Brunyate (2):
  Unionfs: Accept MS_SILENT during remount
  Unionfs: Check remount options for being NULL

Adrian Bunk (1):
  fix unionfs compilation

 fs/unionfs/super.c |   17 +
 1 files changed, 9 insertions(+), 8 deletions(-)

Josef 'Jeff' Sipek.

[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL -mm] Unionfs updates

2007-05-05 Thread Josef 'Jeff' Sipek
The following patches (also available though the git tree) fix few small
bugs in Unionfs.

You can pull from 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git

to receive the following:

Adrian Brunyate (2):
  Unionfs: Accept MS_SILENT during remount
  Unionfs: Check remount options for being NULL

Adrian Bunk (1):
  fix unionfs compilation

 fs/unionfs/super.c |   17 +
 1 files changed, 9 insertions(+), 8 deletions(-)

Josef 'Jeff' Sipek.

[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL -mm] Unionfs updates

2007-03-04 Thread Josef 'Jeff' Sipek
The following patches (also available though the git tree) address a number
of code cleanliness issues with Unionfs.

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.

[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL -mm] Unionfs updates

2007-03-04 Thread Josef 'Jeff' Sipek
The following patches (also available though the git tree) address a number
of code cleanliness issues with Unionfs.

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.

[EMAIL PROTECTED]


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL -mm] Unionfs updates/cleanups

2007-02-12 Thread Josef 'Jeff' Sipek
The following patches (also available though the git tree) fix few
cleanliness issues with Unionfs.

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 (1):
  Unionfs: Documentation update

Josef 'Jeff' Sipek (2):
  fs/unionfs/: Use __roundup_pow_of_two instead of custom rounding code
  fs/: Move eCryptfs & Unionfs config options into a sub-menu

 Documentation/filesystems/unionfs/00-INDEX   |8 ++-
 Documentation/filesystems/unionfs/issues.txt |   23 +
 Documentation/filesystems/unionfs/usage.txt  |   31 
 fs/Kconfig   |   66 ++
 fs/unionfs/main.c|2 +-
 fs/unionfs/rdstate.c |   11 +
 fs/unionfs/union.h   |1 +
 7 files changed, 77 insertions(+), 65 deletions(-)

Josef 'Jeff' Sipek.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL -mm] Unionfs updates/cleanups

2007-02-12 Thread Josef 'Jeff' Sipek
The following patches (also available though the git tree) fix few
cleanliness issues with Unionfs.

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 (1):
  Unionfs: Documentation update

Josef 'Jeff' Sipek (2):
  fs/unionfs/: Use __roundup_pow_of_two instead of custom rounding code
  fs/: Move eCryptfs  Unionfs config options into a sub-menu

 Documentation/filesystems/unionfs/00-INDEX   |8 ++-
 Documentation/filesystems/unionfs/issues.txt |   23 +
 Documentation/filesystems/unionfs/usage.txt  |   31 
 fs/Kconfig   |   66 ++
 fs/unionfs/main.c|2 +-
 fs/unionfs/rdstate.c |   11 +
 fs/unionfs/union.h   |1 +
 7 files changed, 77 insertions(+), 65 deletions(-)

Josef 'Jeff' Sipek.


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL -mm] Unionfs updates/cleanups

2007-01-29 Thread Josef 'Jeff' Sipek
The following patches (also available though the git tree) address a number
of code cleanliness issues with Unionfs.

You can pull from 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git

to receive the following:

Adrian Bunk (1):
  fs/unionfs/: possible cleanups

Josef 'Jeff' Sipek (3):
  fs/unionfs/: Remove stale_inode.c
  fs/unionfs/: Andrew Morton's comments
  fs/unionfs/: Don't duplicate the struct nameidata

 fs/unionfs/branchman.c   |4 +-
 fs/unionfs/commonfops.c  |   54 +++---
 fs/unionfs/copyup.c  |   67 +++
 fs/unionfs/dentry.c  |   19 +++-
 fs/unionfs/fanout.h  |   51 +
 fs/unionfs/file.c|   17 +++-
 fs/unionfs/inode.c   |   69 +++-
 fs/unionfs/lookup.c  |  113 +++---
 fs/unionfs/main.c|   32 +++---
 fs/unionfs/rdstate.c |2 +-
 fs/unionfs/rename.c  |8 ++--
 fs/unionfs/sioq.c|   19 
 fs/unionfs/sioq.h|1 -
 fs/unionfs/stale_inode.c |  112 -
 fs/unionfs/subr.c|   65 +-
 fs/unionfs/super.c   |7 +--
 fs/unionfs/union.h   |   84 +++---
 fs/unionfs/unlink.c  |8 ++--
 fs/unionfs/xattr.c   |   16 +++---
 19 files changed, 330 insertions(+), 418 deletions(-)

Josef 'Jeff' Sipek.

[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL -mm] Unionfs updates/cleanups

2007-01-29 Thread Josef 'Jeff' Sipek
The following patches (also available though the git tree) address a number
of code cleanliness issues with Unionfs.

You can pull from 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git

to receive the following:

Adrian Bunk (1):
  fs/unionfs/: possible cleanups

Josef 'Jeff' Sipek (3):
  fs/unionfs/: Remove stale_inode.c
  fs/unionfs/: Andrew Morton's comments
  fs/unionfs/: Don't duplicate the struct nameidata

 fs/unionfs/branchman.c   |4 +-
 fs/unionfs/commonfops.c  |   54 +++---
 fs/unionfs/copyup.c  |   67 +++
 fs/unionfs/dentry.c  |   19 +++-
 fs/unionfs/fanout.h  |   51 +
 fs/unionfs/file.c|   17 +++-
 fs/unionfs/inode.c   |   69 +++-
 fs/unionfs/lookup.c  |  113 +++---
 fs/unionfs/main.c|   32 +++---
 fs/unionfs/rdstate.c |2 +-
 fs/unionfs/rename.c  |8 ++--
 fs/unionfs/sioq.c|   19 
 fs/unionfs/sioq.h|1 -
 fs/unionfs/stale_inode.c |  112 -
 fs/unionfs/subr.c|   65 +-
 fs/unionfs/super.c   |7 +--
 fs/unionfs/union.h   |   84 +++---
 fs/unionfs/unlink.c  |8 ++--
 fs/unionfs/xattr.c   |   16 +++---
 19 files changed, 330 insertions(+), 418 deletions(-)

Josef 'Jeff' Sipek.

[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/