pull request
Christoph Hellwig
hch at infradead.org
Mon Aug 31 21:35:20 CDT 2009
First big batch for 2.6.32: the ialloc changes + xfs_trans_iget
simplification plus the O_SYNC fixup.
The following changes since commit 1da1daed813c534263a87ffc36d5b775e65231ad:
Felix Blyakher (1):
Merge branch 'master' of ssh+git://oss.sgi.com/oss/git/xfs/xfs
are available in the git repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs.git master
Christoph Hellwig (6):
xfs: improve xfs_inobt_get_rec prototype
xfs: improve xfs_inobt_update prototype
xfs: untangle xfs_dialloc
xfs: rationalize xfs_inobt_lookup*
xfs: merge fsync and O_SYNC handling
xfs: simplify xfs_trans_iget
Dave Chinner (3):
xfs: factor out inode initialisation
xfs: factor out debug checks from xfs_dialloc and xfs_difree
xfs: speed up free inode search
fs/xfs/linux-2.6/xfs_aops.c | 1 -
fs/xfs/linux-2.6/xfs_file.c | 19 +-
fs/xfs/linux-2.6/xfs_lrw.c | 7 +-
fs/xfs/xfs_ag.h | 9 +
fs/xfs/xfs_ialloc.c | 805 ++++++++++++++++++++++---------------------
fs/xfs/xfs_ialloc.h | 18 +-
fs/xfs/xfs_iget.c | 27 --
fs/xfs/xfs_inode.h | 3 -
fs/xfs/xfs_inode_item.c | 10 -
fs/xfs/xfs_inode_item.h | 2 -
fs/xfs/xfs_itable.c | 96 +++---
fs/xfs/xfs_rw.c | 84 -----
fs/xfs/xfs_rw.h | 1 -
fs/xfs/xfs_trans.h | 2 +-
fs/xfs/xfs_trans_inode.c | 86 +-----
fs/xfs/xfs_vnodeops.c | 11 +-
16 files changed, 499 insertions(+), 682 deletions(-)
More information about the xfs
mailing list