Hi folks, I just pushed a small bug fix update to the for-next branch of the XFS repository. If there's anything that absolutely needs to be included in the next release, please let me know ASAP. Changes can be found here: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git for-next -Dave. ---------------------------------------------------------------- Head commit: d9e8a5cdd6bfe36c942bc367296bf95d3c3a83ec d9e8a5cdd6bf xfs: on memory failure, only shut down fs after scanning all mappings ---------------------------------------------------------------- Darrick J. Wong (1): xfs: on memory failure, only shut down fs after scanning all mappings Stephen Zhang (2): xfs: trim the mapp array accordingly in xfs_da_grow_inode_int xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx fs/xfs/libxfs/xfs_da_btree.c | 2 +- fs/xfs/libxfs/xfs_dir2.c | 50 ++++++++++++++++++++++++++++++-------------------- fs/xfs/libxfs/xfs_dir2.h | 4 ++-- fs/xfs/scrub/dir.c | 2 +- fs/xfs/xfs_dir2_readdir.c | 2 +- fs/xfs/xfs_notify_failure.c | 26 +++++++++++++++++--------- 6 files changed, 52 insertions(+), 34 deletions(-) -- Dave Chinner david@xxxxxxxxxxxxx