xfs: exact busy extent tracking
Update the extent tree in case we have to reuse a busy extent, so that it always is kept uptodate. This is done by replacing the busy list searches with a new xfs_alloc_busy_reuse helper, which updates the busy extent tree in case of a reuse. This allows us to allow reusing metadata extents unconditionally, and thus avoid log forces especially for allocation btree blocks. Signed-off-by:Christoph Hellwig <hch@lst.de> Signed-off-by:
Alex Elder <aelder@sgi.com>
Showing
- fs/xfs/linux-2.6/xfs_trace.h 11 additions, 68 deletionsfs/xfs/linux-2.6/xfs_trace.h
- fs/xfs/xfs_ag.h 0 additions, 1 deletionfs/xfs/xfs_ag.h
- fs/xfs/xfs_alloc.c 218 additions, 155 deletionsfs/xfs/xfs_alloc.c
- fs/xfs/xfs_alloc.h 4 additions, 0 deletionsfs/xfs/xfs_alloc.h
- fs/xfs/xfs_alloc_btree.c 2 additions, 13 deletionsfs/xfs/xfs_alloc_btree.c
- fs/xfs/xfs_log.c 0 additions, 7 deletionsfs/xfs/xfs_log.c
- fs/xfs/xfs_log.h 0 additions, 2 deletionsfs/xfs/xfs_log.h
- fs/xfs/xfs_log_priv.h 2 additions, 0 deletionsfs/xfs/xfs_log_priv.h
- fs/xfs/xfs_types.h 0 additions, 2 deletionsfs/xfs/xfs_types.h
Loading
Please register or sign in to comment