All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Becker <Joel.Becker@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Fasheh <mfasheh@suse.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [GIT PULL] ocfs2 fixes for 2.6.34-rc
Date: Tue, 4 May 2010 15:57:13 -0700	[thread overview]
Message-ID: <20100504225713.GA21486@mail.oracle.com> (raw)

Linus et al,
	Here are all the fixes I currently have for 2.6.34-rc.  A couple
very notable.  We could race truncate when O_DIRECT falls back to
buffered I/O, and we could crash when creating a directory or symlink
runs up against a user's quota.
	Please pull.

Joel


The following changes since commit 623e5a23724d09283c238960946ec6f65733afe:
  Linus Torvalds (1):
        Merge branch 'upstream-linus' of git://git.kernel.org/.../jlbec/ocfs2

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git fixes

Coly Li (1):
      ocfs2: one more warning fix in ocfs2_file_aio_write(), v2

Dan Carpenter (1):
      ocfs2: potential ERR_PTR dereference on error paths

Joel Becker (4):
      ocfs2: Compute metaecc for superblocks during online resize.
      ocfs2_dlmfs: Fix math error when reading LVB.
      Merge branch 'skip_delete_inode' of git://git.kernel.org/.../mfasheh/ocfs2-mark into ocfs2-fixes
      ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().

Li Dongyang (4):
      ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code
      ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path
      ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path
      ocfs2: Avoid direct write if we fall back to buffered I/O

Mark Fasheh (1):
      ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod()

Tao Ma (3):
      ocfs2_dlmfs: User DLM_* when decoding file open flags.
      ocfs2: Reset status if we want to restart file extension.
      ocfs2: Update VFS inode's id info after reflink.

Wengang Wang (1):
      ocfs2: Check the owner of a lockres inside the spinlock

 fs/ocfs2/buffer_head_io.c |    2 +
 fs/ocfs2/dlm/dlmast.c     |    5 +--
 fs/ocfs2/dlmfs/dlmfs.c    |   14 ++++----
 fs/ocfs2/file.c           |   32 ++++++++++++---------
 fs/ocfs2/inode.c          |   68 +++++++++++++++++++++++++--------------------
 fs/ocfs2/inode.h          |    2 +
 fs/ocfs2/namei.c          |   58 +++++++++++++++++++++++++-------------
 fs/ocfs2/refcounttree.c   |    3 ++
 8 files changed, 110 insertions(+), 74 deletions(-)
_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel at oss.oracle.com
http://oss.oracle.com/mailman/listinfo/ocfs2-devel

WARNING: multiple messages have this Message-ID (diff)
From: Joel Becker <Joel.Becker@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Fasheh <mfasheh@suse.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, ocfs2-devel@oss.oracle.com
Subject: [GIT PULL] ocfs2 fixes for 2.6.34-rc
Date: Tue, 4 May 2010 15:57:13 -0700	[thread overview]
Message-ID: <20100504225713.GA21486@mail.oracle.com> (raw)

Linus et al,
	Here are all the fixes I currently have for 2.6.34-rc.  A couple
very notable.  We could race truncate when O_DIRECT falls back to
buffered I/O, and we could crash when creating a directory or symlink
runs up against a user's quota.
	Please pull.

Joel


The following changes since commit 623e5a23724d09283c238960946ec6f65733afe:
  Linus Torvalds (1):
        Merge branch 'upstream-linus' of git://git.kernel.org/.../jlbec/ocfs2

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git fixes

Coly Li (1):
      ocfs2: one more warning fix in ocfs2_file_aio_write(), v2

Dan Carpenter (1):
      ocfs2: potential ERR_PTR dereference on error paths

Joel Becker (4):
      ocfs2: Compute metaecc for superblocks during online resize.
      ocfs2_dlmfs: Fix math error when reading LVB.
      Merge branch 'skip_delete_inode' of git://git.kernel.org/.../mfasheh/ocfs2-mark into ocfs2-fixes
      ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().

Li Dongyang (4):
      ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code
      ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path
      ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path
      ocfs2: Avoid direct write if we fall back to buffered I/O

Mark Fasheh (1):
      ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod()

Tao Ma (3):
      ocfs2_dlmfs: User DLM_* when decoding file open flags.
      ocfs2: Reset status if we want to restart file extension.
      ocfs2: Update VFS inode's id info after reflink.

Wengang Wang (1):
      ocfs2: Check the owner of a lockres inside the spinlock

 fs/ocfs2/buffer_head_io.c |    2 +
 fs/ocfs2/dlm/dlmast.c     |    5 +--
 fs/ocfs2/dlmfs/dlmfs.c    |   14 ++++----
 fs/ocfs2/file.c           |   32 ++++++++++++---------
 fs/ocfs2/inode.c          |   68 +++++++++++++++++++++++++--------------------
 fs/ocfs2/inode.h          |    2 +
 fs/ocfs2/namei.c          |   58 +++++++++++++++++++++++++-------------
 fs/ocfs2/refcounttree.c   |    3 ++
 8 files changed, 110 insertions(+), 74 deletions(-)
_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@oss.oracle.com
http://oss.oracle.com/mailman/listinfo/ocfs2-devel

             reply	other threads:[~2010-05-04 22:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-04 22:57 Joel Becker [this message]
2010-05-04 22:57 ` [GIT PULL] ocfs2 fixes for 2.6.34-rc Joel Becker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100504225713.GA21486@mail.oracle.com \
    --to=joel.becker@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mfasheh@suse.com \
    --cc=ocfs2-devel@oss.oracle.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.