linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL -mm] 00/16 Unionfs updates/fixes/cleanups
@ 2007-11-26 16:43 Erez Zadok
  2007-11-26 16:43 ` [PATCH 01/16] Unionfs: use f_path instead of f_dentry/mnt Erez Zadok
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Erez Zadok @ 2007-11-26 16:43 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, linux-fsdevel, viro, hch


The following is a series of patches related to Unionfs.  The main changes
here are bug fixes (mostly discovered using ltp-full-20071031), as well as
full support for splice(2) and swapon(2).

These patches were tested (where appropriate) on Linus's 2.6.24 latest code
(as of v2.6.24-rc3-19-g2ffbb83), MM (mmotm-2007-11-21-16-25), as well as the
backports to 2.6.{23,22,21,20,19,18,9} on ext2/3/4, xfs, reiserfs, nfs2/3/4,
jffs2, ramfs, tmpfs, cramfs, and squashfs (where available).  See
http://unionfs.filesystems.org/ to download back-ported unionfs code.

Please pull from the 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/ezk/unionfs.git

to receive the following:

Erez Zadok (15):
      Unionfs: use f_path instead of f_dentry/mnt
      Unionfs: minor coding standards applied
      Unionfs: minor cleanup in the debugging infrastructure
      Unionfs: set lower mnt after mkdir which resulted in copyup
      Unionfs: handle whiteouts more efficiently in filldir
      Unionfs: remove useless debugging messages
      Unionfs: release lower resources on successful rmdir
      Unionfs: don't create whiteouts on rightmost branch
      Unionfs: create opaque directories' whiteouts unconditionally
      Unionfs: update times in setattr
      Unionfs: reintroduce a bmap method
      Unionfs: support splice(2)
      Unionfs: prevent multiple writers to lower_page
      Unionfs: update our inode size correctly upon partial write
      Unionfs: use generic_file_aio_read/write

Hugh Dickins (1):
      Unionfs: minor cleanup in writepage

 commonfops.c |    5 ----
 copyup.c     |    4 +--
 debug.c      |   66 +++++++++++++++++++++++++++--------------------------------
 dentry.c     |   15 ++-----------
 dirfops.c    |   18 +++++++++++-----
 dirhelper.c  |    2 -
 fanout.h     |    2 -
 file.c       |   28 ++-----------------------
 inode.c      |   19 +++++++++++++++-
 mmap.c       |   52 +++++++++++++++++++++++++++++++++++-----------
 rdstate.c    |   11 ++++++---
 subr.c       |   14 ++++++++++++
 union.h      |    3 +-
 unlink.c     |   56 ++++++++++++++++++++++++++++++++++++++++++--------
 14 files changed, 182 insertions(+), 113 deletions(-)

---
Erez Zadok
ezk@cs.sunysb.edu

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

end of thread, other threads:[~2007-11-26 16:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-26 16:43 [GIT PULL -mm] 00/16 Unionfs updates/fixes/cleanups Erez Zadok
2007-11-26 16:43 ` [PATCH 01/16] Unionfs: use f_path instead of f_dentry/mnt Erez Zadok
2007-11-26 16:43 ` [PATCH 02/16] Unionfs: minor cleanup in writepage Erez Zadok
2007-11-26 16:44 ` [PATCH 03/16] Unionfs: minor coding standards applied Erez Zadok
2007-11-26 16:44 ` [PATCH 04/16] Unionfs: minor cleanup in the debugging infrastructure Erez Zadok
2007-11-26 16:44 ` [PATCH 05/16] Unionfs: set lower mnt after mkdir which resulted in copyup Erez Zadok
2007-11-26 16:44 ` [PATCH 06/16] Unionfs: handle whiteouts more efficiently in filldir Erez Zadok
2007-11-26 16:44 ` [PATCH 07/16] Unionfs: remove useless debugging messages Erez Zadok
2007-11-26 16:44 ` [PATCH 08/16] Unionfs: release lower resources on successful rmdir Erez Zadok
2007-11-26 16:44 ` [PATCH 09/16] Unionfs: don't create whiteouts on rightmost branch Erez Zadok
2007-11-26 16:44 ` [PATCH 10/16] Unionfs: create opaque directories' whiteouts unconditionally Erez Zadok
2007-11-26 16:44 ` [PATCH 11/16] Unionfs: update times in setattr Erez Zadok
2007-11-26 16:44 ` [PATCH 12/16] Unionfs: reintroduce a bmap method Erez Zadok
2007-11-26 16:44 ` [PATCH 13/16] Unionfs: support splice(2) Erez Zadok
2007-11-26 16:44 ` [PATCH 14/16] Unionfs: prevent multiple writers to lower_page Erez Zadok
2007-11-26 16:44 ` [PATCH 15/16] Unionfs: update our inode size correctly upon partial write Erez Zadok
2007-11-26 16:44 ` [PATCH 16/16] Unionfs: use generic_file_aio_read/write Erez Zadok

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).