Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull GFS2 updates from Bob Peterson: "Here is a list of patches we've accumulated for GFS2 for the current upstream merge window. This time we've only got six patches, many of which are very small: - three cleanups from Andreas Gruenbacher, including a nice cleanup of the sequence file code for the sbstats debugfs file. - a patch from Ben Hutchings that changes statistics variables from signed to unsigned. - two patches from me that increase GFS2's glock scalability by switching from a conventional hash table to rhashtable" * tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: gfs2: A minor "sbstats" cleanup gfs2: Fix a typo in a comment gfs2: Make statistics unsigned, suitable for use with do_div() GFS2: Use resizable hash table for glocks GFS2: Move glock superblock pointer to field gl_name gfs2: Simplify the seq file code for "sbstats"
No related branches found
No related tags found
Showing
- fs/gfs2/glock.c 136 additions, 212 deletionsfs/gfs2/glock.c
- fs/gfs2/glops.c 20 additions, 18 deletionsfs/gfs2/glops.c
- fs/gfs2/incore.h 8 additions, 7 deletionsfs/gfs2/incore.h
- fs/gfs2/lock_dlm.c 6 additions, 6 deletionsfs/gfs2/lock_dlm.c
- fs/gfs2/lops.c 3 additions, 3 deletionsfs/gfs2/lops.c
- fs/gfs2/meta_io.c 3 additions, 3 deletionsfs/gfs2/meta_io.c
- fs/gfs2/meta_io.h 1 addition, 1 deletionfs/gfs2/meta_io.h
- fs/gfs2/quota.c 11 additions, 11 deletionsfs/gfs2/quota.c
- fs/gfs2/rgrp.c 5 additions, 5 deletionsfs/gfs2/rgrp.c
- fs/gfs2/trace_gfs2.h 17 additions, 17 deletionsfs/gfs2/trace_gfs2.h
- fs/gfs2/trans.c 2 additions, 2 deletionsfs/gfs2/trans.c
Loading
Please register or sign in to comment