[XFS updates] XFS development tree branch, mainline, updated. v2.6.30-rc4-7941-g1d89b30
xfs at oss.sgi.com
xfs at oss.sgi.com
Thu Jul 2 00:27:51 CDT 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".
The branch, mainline has been updated
fd40261 Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus
e83f1eb xfs: fix small mismerge in xfs_vn_mknod
493b87e xfs: fix warnings with CONFIG_XFS_QUOTA disabled
7747a0b xfs: fix freeing memory in xfs_getbmap()
f950221 xfs: remove ->write_super and stop maintaining ->s_dirt
35fd035 Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs
c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
ef14f0c xfs: use generic Posix ACL code
8b5403a xfs: remove SYNC_BDFLUSH
b0710cc xfs: remove SYNC_IOWAIT
075fe10 xfs: split xfs_sync_inodes
fe588ed xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes
75f3cb1 xfs: introduce a per-ag inode iterator
abc1064 xfs: remove unused parameter from xfs_reclaim_inodes
1da8eec xfs: factor out inode validation for sync
845b6d0 xfs: split inode flushing from xfs_sync_inodes_ag
5a34d5c xfs: split inode data writeback from xfs_sync_inodes_ag
7d09525 xfs: kill xfs_qmops
0c5e1ce xfs: validate quota log items during log recovery
e169683 xfs: update max log size
4156e73 xfs: prevent deadlock in xfs_qm_shake()
0963248 xfs: fix overflow in xfs_growfs_data_private
e1defc4 block: Do away with the notion of hardsect_size
ec91d13 xfs: fix double unlock in xfs_swap_extents()
6321e3e xfs: fix getbmap vs mmap deadlock
4be4a00 xfs: a couple getbmap cleanups
2ac00af xfs: add more checks to superblock validation
f25181f xfs_file_last_byte() needs to acquire ilock
from 07a2039b8eb0af4ff464efd3dfd95de5c02648c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/Kconfig | 1 +
fs/xfs/Makefile | 5 +-
fs/xfs/linux-2.6/xfs_acl.c | 523 +++++++++++++++++++++++
fs/xfs/linux-2.6/xfs_buf.c | 2 +-
fs/xfs/linux-2.6/xfs_ioctl.c | 25 +-
fs/xfs/linux-2.6/xfs_iops.c | 53 +--
fs/xfs/linux-2.6/xfs_lrw.c | 1 -
fs/xfs/linux-2.6/xfs_quotaops.c | 4 +-
fs/xfs/linux-2.6/xfs_super.c | 61 ++--
fs/xfs/linux-2.6/xfs_sync.c | 479 +++++++++++----------
fs/xfs/linux-2.6/xfs_sync.h | 19 +-
fs/xfs/linux-2.6/xfs_xattr.c | 67 +---
fs/xfs/quota/xfs_dquot.c | 5 +-
fs/xfs/quota/xfs_dquot.h | 1 -
fs/xfs/quota/xfs_dquot_item.c | 1 -
fs/xfs/quota/xfs_qm.c | 168 ++++----
fs/xfs/quota/xfs_qm.h | 21 -
fs/xfs/quota/xfs_qm_bhv.c | 77 +----
fs/xfs/quota/xfs_qm_stats.c | 1 -
fs/xfs/quota/xfs_qm_syscalls.c | 113 ++----
fs/xfs/quota/xfs_trans_dquot.c | 66 ++--
fs/xfs/xfs_acl.c | 874 ---------------------------------------
fs/xfs/xfs_acl.h | 97 ++---
fs/xfs/xfs_ag.h | 2 +
fs/xfs/xfs_arch.h | 32 --
fs/xfs/xfs_attr.c | 13 +-
fs/xfs/xfs_bmap.c | 34 +-
fs/xfs/xfs_bmap_btree.c | 4 +-
fs/xfs/xfs_filestream.c | 6 +-
fs/xfs/xfs_fs.h | 11 +-
fs/xfs/xfs_iget.c | 8 +-
fs/xfs/xfs_inode.c | 1 -
fs/xfs/xfs_inode.h | 6 +
fs/xfs/xfs_iomap.c | 13 +-
fs/xfs/xfs_log_recover.c | 38 ++-
fs/xfs/xfs_mount.c | 105 ++++-
fs/xfs/xfs_mount.h | 84 +----
fs/xfs/xfs_qmops.c | 152 -------
fs/xfs/xfs_quota.h | 129 +++---
fs/xfs/xfs_rename.c | 3 +-
fs/xfs/xfs_rw.c | 1 -
fs/xfs/xfs_trans.c | 17 +-
fs/xfs/xfs_utils.c | 2 +-
fs/xfs/xfs_vnodeops.c | 114 +++---
fs/xfs/xfs_vnodeops.h | 1 +
45 files changed, 1342 insertions(+), 2098 deletions(-)
create mode 100644 fs/xfs/linux-2.6/xfs_acl.c
delete mode 100644 fs/xfs/xfs_acl.c
delete mode 100644 fs/xfs/xfs_qmops.c
hooks/post-receive
--
XFS development tree
More information about the xfs
mailing list