Hi, Please consider pulling the following patches. There have been no changes since they were posted for review, Steve. ---------------------------------------------------------------------------- The following changes since commit af3a3ab2966112c0d0a44df7eeb1e95fe32d4495: Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes (2012-04-24 08:22:25 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git master Andrew Price (1): GFS2: Remove unused argument from gfs2_internal_read Bob Peterson (14): GFS2: Rename function gfs2_close to gfs2_release GFS2: make function gfs2_page_add_databufs static GFS2: Use slab for block reservation memory GFS2: Eliminate offset parameter to gfs2_setbit GFS2: Fix function parameter comments in rgrp.c GFS2: Change variable blk to biblk GFS2: Use variable rather than qa to determine if unstuff necessary GFS2: Eliminate needless parameter from function gfs2_setbit GFS2: Eliminate vestigial sd_log_le_rg GFS2: eliminate log elements and simplify GFS2: Remove redundant metadata block type check GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_buffer GFS2: Add rgrp information to block_alloc trace point GFS2: Fix quota adjustment return code Steven Whitehouse (9): GFS2: Drop "pull" argument from log_write_header() GFS2: Make gfs2_log_fake_buf() write the buffer too GFS2: Clean up log write code path GFS2: Remove duplicate log code GFS2: Remove bd_list_tr GFS2: Log code fixes GFS2: Fix sgid propagation when using ACLs GFS2: Update main gfs2 doc GFS2: Update glock doc to add new stats info Documentation/filesystems/gfs2-glocks.txt | 119 +++++++- Documentation/filesystems/gfs2.txt | 9 +- fs/gfs2/acl.c | 12 +- fs/gfs2/aops.c | 18 +- fs/gfs2/bmap.c | 10 +- fs/gfs2/file.c | 12 +- fs/gfs2/glops.c | 6 - fs/gfs2/incore.h | 26 +- fs/gfs2/inode.h | 3 - fs/gfs2/log.c | 103 ++----- fs/gfs2/log.h | 2 - fs/gfs2/lops.c | 520 ++++++++++++++++------------- fs/gfs2/lops.h | 14 +- fs/gfs2/main.c | 26 +- fs/gfs2/meta_io.c | 28 +- fs/gfs2/meta_io.h | 4 +- fs/gfs2/ops_fstype.c | 1 - fs/gfs2/quota.c | 6 +- fs/gfs2/rgrp.c | 102 +++--- fs/gfs2/trace_gfs2.h | 16 +- fs/gfs2/trans.c | 44 ++- fs/gfs2/util.c | 3 +- fs/gfs2/util.h | 3 +- 23 files changed, 588 insertions(+), 499 deletions(-)