Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull gfs2 updates from Andreas Gruenbacher: - Fix some compiler and kernel-doc warnings - Various minor cleanups and optimizations - Add a new sysfs gfs2 status file with some filesystem wide information * tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: gfs2: Fix fall-through warnings for Clang gfs2: Fix a number of kernel-doc warnings gfs2: Make gfs2_setattr_simple static gfs2: Add new sysfs file for gfs2 status gfs2: Silence possible null pointer dereference warning gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_buffer gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extent gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent gfs2: Add new gfs2_iomap_get helper gfs2: Remove unused variable sb_format gfs2: Fix dir.c function parameter descriptions gfs2: Eliminate gh parameter from go_xmote_bh func gfs2: don't create empty buffers for NO_CREATE
Showing
- fs/gfs2/aops.c 1 addition, 4 deletionsfs/gfs2/aops.c
- fs/gfs2/bmap.c 78 additions, 75 deletionsfs/gfs2/bmap.c
- fs/gfs2/bmap.h 8 additions, 5 deletionsfs/gfs2/bmap.h
- fs/gfs2/dir.c 28 additions, 24 deletionsfs/gfs2/dir.c
- fs/gfs2/file.c 5 additions, 7 deletionsfs/gfs2/file.c
- fs/gfs2/glock.c 7 additions, 5 deletionsfs/gfs2/glock.c
- fs/gfs2/glops.c 6 additions, 10 deletionsfs/gfs2/glops.c
- fs/gfs2/incore.h 1 addition, 2 deletionsfs/gfs2/incore.h
- fs/gfs2/inode.c 15 additions, 17 deletionsfs/gfs2/inode.c
- fs/gfs2/inode.h 0 additions, 1 deletionfs/gfs2/inode.h
- fs/gfs2/lock_dlm.c 20 additions, 17 deletionsfs/gfs2/lock_dlm.c
- fs/gfs2/log.c 13 additions, 10 deletionsfs/gfs2/log.c
- fs/gfs2/lops.c 8 additions, 5 deletionsfs/gfs2/lops.c
- fs/gfs2/meta_io.c 12 additions, 8 deletionsfs/gfs2/meta_io.c
- fs/gfs2/meta_io.h 3 additions, 3 deletionsfs/gfs2/meta_io.h
- fs/gfs2/ops_fstype.c 2 additions, 6 deletionsfs/gfs2/ops_fstype.c
- fs/gfs2/quota.c 3 additions, 3 deletionsfs/gfs2/quota.c
- fs/gfs2/recovery.c 5 additions, 3 deletionsfs/gfs2/recovery.c
- fs/gfs2/rgrp.c 5 additions, 3 deletionsfs/gfs2/rgrp.c
- fs/gfs2/super.c 6 additions, 6 deletionsfs/gfs2/super.c
Please register or sign in to comment