All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] XFS update for 3.1-rc4
@ 2011-08-23 17:39 ` Alex Elder
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Elder @ 2011-08-23 17:39 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, xfs

Linus, please pull the following XFS changes.  Their effect is to
remove the subdirectory structure from the XFS source hierarchy.
There are no functional changes to the XFS code itself.  Thanks.

					-Alex

The following changes since commit fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c:

  Linux 3.1-rc3 (2011-08-22 11:42:53 -0700)

are available in the git repository at:
  git://oss.sgi.com/xfs/xfs for-linus

Alex Elder (1):
      xfs: don't expect xfs headers to be in subdirectories

Christoph Hellwig (2):
      xfs: remove subdirectories
      xfs: fix tracing builds inside the source tree

 fs/xfs/Makefile                       |  119 ++++++++++++++++-----------------
 fs/xfs/{linux-2.6 => }/kmem.c         |    0
 fs/xfs/{linux-2.6 => }/kmem.h         |    0
 fs/xfs/{linux-2.6 => }/mrlock.h       |    0
 fs/xfs/{linux-2.6 => }/time.h         |    0
 fs/xfs/{support => }/uuid.c           |    0
 fs/xfs/{support => }/uuid.h           |    0
 fs/xfs/xfs.h                          |    3 +-
 fs/xfs/{linux-2.6 => }/xfs_acl.c      |    0
 fs/xfs/{linux-2.6 => }/xfs_aops.c     |    0
 fs/xfs/{linux-2.6 => }/xfs_aops.h     |    0
 fs/xfs/{linux-2.6 => }/xfs_buf.c      |    0
 fs/xfs/{linux-2.6 => }/xfs_buf.h      |    0
 fs/xfs/{linux-2.6 => }/xfs_discard.c  |    0
 fs/xfs/{linux-2.6 => }/xfs_discard.h  |    0
 fs/xfs/{quota => }/xfs_dquot.c        |    0
 fs/xfs/{quota => }/xfs_dquot.h        |    0
 fs/xfs/{quota => }/xfs_dquot_item.c   |    0
 fs/xfs/{quota => }/xfs_dquot_item.h   |    0
 fs/xfs/{linux-2.6 => }/xfs_export.c   |    0
 fs/xfs/{linux-2.6 => }/xfs_export.h   |    0
 fs/xfs/{linux-2.6 => }/xfs_file.c     |    0
 fs/xfs/{linux-2.6 => }/xfs_fs_subr.c  |    0
 fs/xfs/{linux-2.6 => }/xfs_globals.c  |    0
 fs/xfs/{linux-2.6 => }/xfs_ioctl.c    |    0
 fs/xfs/{linux-2.6 => }/xfs_ioctl.h    |    0
 fs/xfs/{linux-2.6 => }/xfs_ioctl32.c  |    0
 fs/xfs/{linux-2.6 => }/xfs_ioctl32.h  |    0
 fs/xfs/{linux-2.6 => }/xfs_iops.c     |    0
 fs/xfs/{linux-2.6 => }/xfs_iops.h     |    0
 fs/xfs/{linux-2.6 => }/xfs_linux.h    |   27 ++++----
 fs/xfs/{linux-2.6 => }/xfs_message.c  |    0
 fs/xfs/{linux-2.6 => }/xfs_message.h  |    0
 fs/xfs/{quota => }/xfs_qm.c           |    0
 fs/xfs/{quota => }/xfs_qm.h           |    0
 fs/xfs/{quota => }/xfs_qm_bhv.c       |    0
 fs/xfs/{quota => }/xfs_qm_stats.c     |    0
 fs/xfs/{quota => }/xfs_qm_stats.h     |    0
 fs/xfs/{quota => }/xfs_qm_syscalls.c  |    0
 fs/xfs/{quota => }/xfs_quota_priv.h   |    0
 fs/xfs/{linux-2.6 => }/xfs_quotaops.c |    2 +-
 fs/xfs/{linux-2.6 => }/xfs_stats.c    |    0
 fs/xfs/{linux-2.6 => }/xfs_stats.h    |    0
 fs/xfs/{linux-2.6 => }/xfs_super.c    |    0
 fs/xfs/{linux-2.6 => }/xfs_super.h    |    0
 fs/xfs/{linux-2.6 => }/xfs_sync.c     |    0
 fs/xfs/{linux-2.6 => }/xfs_sync.h     |    0
 fs/xfs/{linux-2.6 => }/xfs_sysctl.c   |    0
 fs/xfs/{linux-2.6 => }/xfs_sysctl.h   |    0
 fs/xfs/{linux-2.6 => }/xfs_trace.c    |    4 +-
 fs/xfs/{linux-2.6 => }/xfs_trace.h    |    0
 fs/xfs/{quota => }/xfs_trans_dquot.c  |    0
 fs/xfs/{linux-2.6 => }/xfs_vnode.h    |    0
 fs/xfs/{linux-2.6 => }/xfs_xattr.c    |    0
 kernel/sysctl_binary.c                |    2 +-
 kernel/sysctl_check.c                 |    2 +-
 56 files changed, 78 insertions(+), 81 deletions(-)
 rename fs/xfs/{linux-2.6 => }/kmem.c (100%)
 rename fs/xfs/{linux-2.6 => }/kmem.h (100%)
 rename fs/xfs/{linux-2.6 => }/mrlock.h (100%)
 rename fs/xfs/{linux-2.6 => }/time.h (100%)
 rename fs/xfs/{support => }/uuid.c (100%)
 rename fs/xfs/{support => }/uuid.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_acl.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_aops.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_aops.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_buf.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_buf.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_discard.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_discard.h (100%)
 rename fs/xfs/{quota => }/xfs_dquot.c (100%)
 rename fs/xfs/{quota => }/xfs_dquot.h (100%)
 rename fs/xfs/{quota => }/xfs_dquot_item.c (100%)
 rename fs/xfs/{quota => }/xfs_dquot_item.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_export.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_export.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_file.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_fs_subr.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_globals.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_ioctl.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_ioctl.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_ioctl32.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_ioctl32.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_iops.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_iops.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_linux.h (96%)
 rename fs/xfs/{linux-2.6 => }/xfs_message.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_message.h (100%)
 rename fs/xfs/{quota => }/xfs_qm.c (100%)
 rename fs/xfs/{quota => }/xfs_qm.h (100%)
 rename fs/xfs/{quota => }/xfs_qm_bhv.c (100%)
 rename fs/xfs/{quota => }/xfs_qm_stats.c (100%)
 rename fs/xfs/{quota => }/xfs_qm_stats.h (100%)
 rename fs/xfs/{quota => }/xfs_qm_syscalls.c (100%)
 rename fs/xfs/{quota => }/xfs_quota_priv.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_quotaops.c (99%)
 rename fs/xfs/{linux-2.6 => }/xfs_stats.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_stats.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_super.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_super.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_sync.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_sync.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_sysctl.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_sysctl.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_trace.c (96%)
 rename fs/xfs/{linux-2.6 => }/xfs_trace.h (100%)
 rename fs/xfs/{quota => }/xfs_trans_dquot.c (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_vnode.h (100%)
 rename fs/xfs/{linux-2.6 => }/xfs_xattr.c (100%)

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

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

end of thread, other threads:[~2011-08-24  7:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23 17:39 [GIT PULL] XFS update for 3.1-rc4 Alex Elder
2011-08-23 17:39 ` Alex Elder
2011-08-23 18:46 ` Linus Torvalds
2011-08-23 18:46   ` Linus Torvalds
2011-08-23 19:57   ` Alex Elder
2011-08-23 19:57     ` Alex Elder
2011-08-24  0:42   ` Dave Chinner
2011-08-24  0:42     ` Dave Chinner
2011-08-24  0:59     ` Linus Torvalds
2011-08-24  0:59       ` Linus Torvalds
2011-08-24  7:42       ` Dave Chinner
2011-08-24  7:42         ` Dave Chinner

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.