Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Pull GFS2 updates from Steven Whitehouse: "This is possibly the smallest ever set of GFS2 patches for a merge window. Also, most of them are bug fixes this time. Two of my three patches (moving gfs2_sync_meta and merging the two writepage implementations) are clean ups with the third (taking the glock ref in examine_bucket) being a fix for a difficult to hit race condition. The removal of an unused memory barrier is a clean up from Bob Peterson, and the "spectator" relates to a rarely used mount option. Ben Marzinski's patch fixes a corner case where the incorrect inode flags were being set, resulting in incorrect behaviour on fsync" * tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw: GFS2: dirty inode correctly in gfs2_write_end GFS2: Don't flag consistency error if first mounter is a spectator GFS2: Remove unnecessary memory barrier GFS2: Merge ordered and writeback writepage GFS2: Take glock reference in examine_bucket() GFS2: Move gfs2_sync_meta to lops.c
No related branches found
No related tags found
Showing
- fs/gfs2/aops.c 11 additions, 33 deletionsfs/gfs2/aops.c
- fs/gfs2/file.c 3 additions, 1 deletionfs/gfs2/file.c
- fs/gfs2/glock.c 5 additions, 8 deletionsfs/gfs2/glock.c
- fs/gfs2/lops.c 18 additions, 0 deletionsfs/gfs2/lops.c
- fs/gfs2/meta_io.c 0 additions, 18 deletionsfs/gfs2/meta_io.c
- fs/gfs2/meta_io.h 11 additions, 15 deletionsfs/gfs2/meta_io.h
- fs/gfs2/ops_fstype.c 51 additions, 2 deletionsfs/gfs2/ops_fstype.c
Please register or sign in to comment