All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] XFS update for 3.3-rc1
@ 2012-01-25 20:25 ` Ben Myers
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Myers @ 2012-01-25 20:25 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, xfs

Hi Linus,

   Please pull in the following bugfix for xfs.  We forgot to drop a lock on
   error in xfs_readlink.  It hasn't been through -next yet, but there is no
   -next tree tomorrow.  The fix is clear so I'm sending this request today.

Thanks,
	Ben

The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:
  Linus Torvalds (1):
        Linux 3.3-rc1

are available in the git repository at:

  git://oss.sgi.com/xfs/xfs.git for-linus

Jan Kara (1):
      xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()

 fs/xfs/xfs_vnodeops.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

* [GIT PULL] XFS update for 3.3-rc1
@ 2012-01-25 20:25 ` Ben Myers
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Myers @ 2012-01-25 20:25 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, xfs

Hi Linus,

   Please pull in the following bugfix for xfs.  We forgot to drop a lock on
   error in xfs_readlink.  It hasn't been through -next yet, but there is no
   -next tree tomorrow.  The fix is clear so I'm sending this request today.

Thanks,
	Ben

The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:
  Linus Torvalds (1):
        Linux 3.3-rc1

are available in the git repository at:

  git://oss.sgi.com/xfs/xfs.git for-linus

Jan Kara (1):
      xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()

 fs/xfs/xfs_vnodeops.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* [GIT PULL] XFS update for 3.3-rc1
@ 2012-01-05 18:40 ` Ben Myers
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Myers @ 2012-01-05 18:40 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, xfs

Hi Linus,

   Please pull the following changes for 3.3-rc1.  There is
   a merge conflict between

   be4f1ac - xfs: log all dirty inodes in xfs_fs_sync_fs
   and
   34625c6 - xfs: remove xfs_qm_sync

   which I have resolved in the for-linus-merged branch for
   your convenience.

Thanks,
	Ben

The following changes since commit 805a6af8dba5dfdd35ec35dc52ec0122400b2610:
  Linus Torvalds (1):
        Linux 3.2

are available in the git repository at:

  git://oss.sgi.com/xfs/xfs for-linus

Christoph Hellwig (20):
      xfs: remove the deprecated nodelaylog option
      xfs: cleanup the transaction commit path a bit
      xfs: remove the lid_size field in struct log_item_desc
      xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush
      xfs: make sure to really flush all dquots in xfs_qm_quotacheck
      xfs: remove xfs_qm_sync
      xfs: remove the sync_mode argument to xfs_qm_dqflush_all
      xfs: cleanup dquot locking helpers
      xfs: cleanup xfs_qm_dqlookup
      xfs: remove XFS_DQ_INACTIVE
      xfs: implement lazy removal for the dquot freelist
      xfs: flatten the dquot lock ordering
      xfs: nest qm_dqfrlist_lock inside the dquot qlock
      xfs: simplify xfs_qm_dqattach_grouphint
      xfs: add a xfs_dqhold helper
      xfs: merge xfs_qm_dqinit_core into the only caller
      xfs: kill xfs_qm_idtodq
      xfs: remove XFS_QMOPT_DQSUSER
      xfs: simplify xfs_qm_detach_gdquots
      xfs: mark the xfssyncd workqueue as non-reentrant

Eric Sandeen (1):
      xfs: remove unused XBT_FORCE_SLEEP bit

Xi Wang (1):
      xfs: fix acl count validation in xfs_acl_from_disk()

 fs/xfs/xfs_acl.c        |    2 +-
 fs/xfs/xfs_buf.c        |    6 +-
 fs/xfs/xfs_buf.h        |    3 +-
 fs/xfs/xfs_dquot.c      |  500 ++++++++++++++++-------------------------------
 fs/xfs/xfs_dquot.h      |   39 +++-
 fs/xfs/xfs_dquot_item.c |    5 +-
 fs/xfs/xfs_inode_item.c |    2 -
 fs/xfs/xfs_log.c        |   79 ++------
 fs/xfs/xfs_log.h        |    8 +-
 fs/xfs/xfs_log_cil.c    |   96 ++++++----
 fs/xfs/xfs_mount.h      |    1 -
 fs/xfs/xfs_qm.c         |  464 ++++++++++---------------------------------
 fs/xfs/xfs_qm.h         |    6 -
 fs/xfs/xfs_quota.h      |   12 +-
 fs/xfs/xfs_super.c      |   36 +---
 fs/xfs/xfs_sync.c       |    6 +-
 fs/xfs/xfs_trace.h      |    2 -
 fs/xfs/xfs_trans.c      |  475 +--------------------------------------------
 fs/xfs/xfs_trans.h      |    3 +-
 19 files changed, 412 insertions(+), 1333 deletions(-)

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

* [GIT PULL] XFS update for 3.3-rc1
@ 2012-01-05 18:40 ` Ben Myers
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Myers @ 2012-01-05 18:40 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, xfs

Hi Linus,

   Please pull the following changes for 3.3-rc1.  There is
   a merge conflict between

   be4f1ac - xfs: log all dirty inodes in xfs_fs_sync_fs
   and
   34625c6 - xfs: remove xfs_qm_sync

   which I have resolved in the for-linus-merged branch for
   your convenience.

Thanks,
	Ben

The following changes since commit 805a6af8dba5dfdd35ec35dc52ec0122400b2610:
  Linus Torvalds (1):
        Linux 3.2

are available in the git repository at:

  git://oss.sgi.com/xfs/xfs for-linus

Christoph Hellwig (20):
      xfs: remove the deprecated nodelaylog option
      xfs: cleanup the transaction commit path a bit
      xfs: remove the lid_size field in struct log_item_desc
      xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush
      xfs: make sure to really flush all dquots in xfs_qm_quotacheck
      xfs: remove xfs_qm_sync
      xfs: remove the sync_mode argument to xfs_qm_dqflush_all
      xfs: cleanup dquot locking helpers
      xfs: cleanup xfs_qm_dqlookup
      xfs: remove XFS_DQ_INACTIVE
      xfs: implement lazy removal for the dquot freelist
      xfs: flatten the dquot lock ordering
      xfs: nest qm_dqfrlist_lock inside the dquot qlock
      xfs: simplify xfs_qm_dqattach_grouphint
      xfs: add a xfs_dqhold helper
      xfs: merge xfs_qm_dqinit_core into the only caller
      xfs: kill xfs_qm_idtodq
      xfs: remove XFS_QMOPT_DQSUSER
      xfs: simplify xfs_qm_detach_gdquots
      xfs: mark the xfssyncd workqueue as non-reentrant

Eric Sandeen (1):
      xfs: remove unused XBT_FORCE_SLEEP bit

Xi Wang (1):
      xfs: fix acl count validation in xfs_acl_from_disk()

 fs/xfs/xfs_acl.c        |    2 +-
 fs/xfs/xfs_buf.c        |    6 +-
 fs/xfs/xfs_buf.h        |    3 +-
 fs/xfs/xfs_dquot.c      |  500 ++++++++++++++++-------------------------------
 fs/xfs/xfs_dquot.h      |   39 +++-
 fs/xfs/xfs_dquot_item.c |    5 +-
 fs/xfs/xfs_inode_item.c |    2 -
 fs/xfs/xfs_log.c        |   79 ++------
 fs/xfs/xfs_log.h        |    8 +-
 fs/xfs/xfs_log_cil.c    |   96 ++++++----
 fs/xfs/xfs_mount.h      |    1 -
 fs/xfs/xfs_qm.c         |  464 ++++++++++---------------------------------
 fs/xfs/xfs_qm.h         |    6 -
 fs/xfs/xfs_quota.h      |   12 +-
 fs/xfs/xfs_super.c      |   36 +---
 fs/xfs/xfs_sync.c       |    6 +-
 fs/xfs/xfs_trace.h      |    2 -
 fs/xfs/xfs_trans.c      |  475 +--------------------------------------------
 fs/xfs/xfs_trans.h      |    3 +-
 19 files changed, 412 insertions(+), 1333 deletions(-)

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2012-01-25 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-25 20:25 [GIT PULL] XFS update for 3.3-rc1 Ben Myers
2012-01-25 20:25 ` Ben Myers
  -- strict thread matches above, loose matches on Subject: below --
2012-01-05 18:40 Ben Myers
2012-01-05 18:40 ` Ben Myers

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.