Hi, Please consider pulling the following fixes for GFS2, Steve. ------------------------------------------------------------------------------ There are four patches this time. The first fixes a problem where the wrong descriptor type was being written into the log for journaled data blocks. The second fixes a race relating to the deallocation of allocator data. The third provides a fallback if kmalloc is unable to satisfy a request to allocate a directory hash table. The fourth fixes the iopen glock caching so that inodes are deleted in a more timely manner after rmdir/unlink. ----------------------------------------------------------------------------- The following changes since commit aa4f608478acb7ed69dfcff4f3c404100b78ac49: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k (2013-06-03 18:09:42 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git master Bob Peterson (4): GFS2: Set log descriptor type for jdata blocks GFS2: Increase i_writecount during gfs2_setattr_size GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables GFS2: Don't cache iopen glocks fs/gfs2/bmap.c | 17 +++++++++++++---- fs/gfs2/dir.c | 43 +++++++++++++++++++++++++++++++++---------- fs/gfs2/file.c | 19 +++++++++++++------ fs/gfs2/inode.c | 1 + fs/gfs2/lops.c | 4 +++- fs/gfs2/rgrp.c | 4 +++- fs/gfs2/super.c | 6 +++++- 7 files changed, 71 insertions(+), 23 deletions(-)