The following changes since commit 30a2f3c60a84092c8084dfe788b710f8d0768cd4:
Linus Torvalds (1):
Linux 2.6.27-rc3
are available in the git repository at:
git://oss.sgi.com:8090/xfs/linux-2.6 master
Christoph Hellwig (22):
[XFS] don't leak m_fsname/m_rtname/m_logname
[XFS] Remove vn_from_inode()
[XFS] kill vn_to_inode
[XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c
[XFS] remove remaining VN_HOLD calls
[XFS] implement IHOLD/IRELE directly
[XFS] kill INDUCE_IO_ERROR
[XFS] kill xfs_lock_dir_and_entry
[XFS] remove some easy bhv_vnode_t instances
[XFS] kill bhv_vnode_t
[XFS] sanitize xfs_initialize_vnode
[XFS] small cleanups in xfs_btree.c
[XFS] Use the same btree_cur union member for alloc and inobt trees.
[XFS] update timestamp in xfs_ialloc manually
[XFS] optimize xfs_ichgtime
[XFS] stop using file_update_time
[XFS] move root inode IRELE into xfs_unmountfs
[XFS] cleanup xfs_mountfs
[XFS] xfs_unmountfs should return void
[XFS] don't call xfs_freesb from xfs_unmountfs
[XFS] refactor xfs_mount_free
[XFS] use KM_MAYFAIL in xfs_mountfs
David Chinner (12):
[XFS] Use the generic bitops rather than implementing them ourselves.
[XFS] Avoid directly referencing the VFS inode.
[XFS] kill shouty XFS_ITOV_NULL macro
[XFS] Kill shouty XFS_ITOV() macro
[XFS] XFS: Kill xfs_vtoi()
[XFS] Use KM_NOFS for incore inode extent tree allocation V2
[XFS] clean up stale references to semaphores
[XFS] replace the XFS buf iodone semaphore with a completion
[XFS] extend completions to provide XFS object flush requirements
[XFS] replace inode flush semaphore with a completion
[XFS] replace dquot flush semaphore with a completion
[XFS] remove the sema_t from XFS.
Eric Sandeen (3):
[XFS] remove INT_GET and friends
[XFS] convert xfs to use ERR_CAST
[XFS] remove shouting-indirection macros from xfs_trans.h
Harvey Harrison (1):
[XFS] use get_unaligned_* helpers
Lachlan McIlroy (4):
[XFS] Do not access buffers after dropping reference count
[XFS] Fix compile failure in xfs_buf_trace()
[XFS] Use KM_NOFS for debug trace buffers
[XFS] Fix use after free in xfs_log_done().
Niv Sardi (2):
[XFS] Move attr log alloc size calculator to another function.
[XFS] Move xfs_attr_rolltrans to xfs_trans_roll
Ruben Porras (1):
[XFS] Make xfs_bmap_*_count_leaves void.