linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] XFS update for 3.3
@ 2012-02-13 18:06 Ben Myers
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Myers @ 2012-02-13 18:06 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, xfs

Hi Linus,

   Please pull the following two bugfixes in XFS for 3.3.  One fix passes
   KMEM_SLEEP to kmem_realloc instead of 0, and the other resolves a possible
   deadlock in xfs quotas.

Thanks,
	Ben

The following changes since commit 612b8507c5d545feed2437b3d2239929cac7688d:
  Linus Torvalds (1):
        Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux

are available in the git repository at:

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

Christoph Hellwig (1):
      xfs: use a normal shrinker for the dquot freelist

Mitsuo Hayasaka (1):
      xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()

 fs/xfs/kmem.h            |    6 -
 fs/xfs/xfs_dquot.c       |  103 ++++------------
 fs/xfs/xfs_log_recover.c |    2 +-
 fs/xfs/xfs_qm.c          |  291 ++++++++++++++++++----------------------------
 fs/xfs/xfs_qm.h          |   14 ---
 fs/xfs/xfs_qm_stats.c    |    4 +-
 fs/xfs/xfs_trace.h       |    5 +-
 7 files changed, 142 insertions(+), 283 deletions(-)

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

* [GIT PULL] XFS update for 3.3
@ 2012-02-23 22:44 Ben Myers
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Myers @ 2012-02-23 22:44 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, xfs

Hi Linus,

   Please pull the following three bugfixes for xfs in 3.3:

   A fix from Jesper Juhl removes an assignment in an ASSERT when a compare is
   intended.  Two fixes from Mitsuo Hayasaka address off-by-ones in XFS quota
   enforcement.

Thanks,
   Ben

The following changes since commit 45196cee28a5bcfb6ddbe2bffa4270cbed66ae4b:
  Linus Torvalds (1):
        Merge tag 'usb-3.3-rc4' of git://git.kernel.org/.../gregkh/usb

are available in the git repository at:

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

Jesper Juhl (1):
      XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended

Mitsuo Hayasaka (2):
      xfs: change available ranges of softlimit and hardlimit in quota check
      xfs: make inode quota check more general

 fs/xfs/xfs_dquot.c       |   24 ++++++++++++------------
 fs/xfs/xfs_log_recover.c |    6 +++---
 fs/xfs/xfs_qm_syscalls.c |    4 ++--
 fs/xfs/xfs_trans.c       |    4 ++--
 fs/xfs/xfs_trans_dquot.c |   10 ++++++----
 5 files changed, 25 insertions(+), 23 deletions(-)

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

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

Hi Linus,

   Please pull the following XFS changes for 3.3.

Thanks,
	Ben

The following changes since commit c2bc3a316a7281f67e36b34dac2802cbe36a9128:
  Linus Torvalds (1):
        Merge branch 'x86/rdrand' of git://git.kernel.org/.../tip/tip

are available in the git repository at:

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

Christoph Hellwig (11):
      xfs: remove xfs_itruncate_data
      xfs: cleanup xfs_iomap_eof_align_last_fsb
      xfs: remove the unused dm_attrs structure
      xfs: remove the if_ext_max field in struct xfs_ifork
      xfs: make i_flags an unsigned long
      xfs: replace i_flock with a sleeping bitlock
      xfs: replace i_pin_wait with a bit waitqueue
      xfs: remove the i_size field in struct xfs_inode
      xfs: remove the i_new_size field in struct xfs_inode
      xfs: always return with the iolock held from xfs_file_aio_write_checks
      xfs: cleanup xfs_file_aio_write

 fs/xfs/xfs_aops.c        |   29 ++++---
 fs/xfs/xfs_attr.c        |    4 -
 fs/xfs/xfs_attr_leaf.c   |    9 --
 fs/xfs/xfs_bmap.c        |  116 +++++++++++++---------------
 fs/xfs/xfs_dfrag.c       |   43 +++++-----
 fs/xfs/xfs_file.c        |  184 ++++++++++++-------------------------------
 fs/xfs/xfs_fs_subr.c     |    2 +-
 fs/xfs/xfs_iget.c        |   24 ++++--
 fs/xfs/xfs_inode.c       |  193 +++++++++++-----------------------------------
 fs/xfs/xfs_inode.h       |  114 ++++++++++++++++-----------
 fs/xfs/xfs_inode_item.c  |    8 +-
 fs/xfs/xfs_iomap.c       |   46 ++++++------
 fs/xfs/xfs_iops.c        |   46 +++++++----
 fs/xfs/xfs_qm_syscalls.c |    8 ++-
 fs/xfs/xfs_super.c       |    8 --
 fs/xfs/xfs_sync.c        |    9 +-
 fs/xfs/xfs_trace.h       |   29 ++-----
 fs/xfs/xfs_vnodeops.c    |   44 +++++++----
 18 files changed, 374 insertions(+), 542 deletions(-)

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

end of thread, other threads:[~2012-02-23 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13 18:06 [GIT PULL] XFS update for 3.3 Ben Myers
  -- strict thread matches above, loose matches on Subject: below --
2012-02-23 22:44 Ben Myers
2012-01-17 21:55 Ben Myers

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