diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-20 10:04:49 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-20 10:04:49 -0800 |
commit | 7703f46f2cafa57b9e5e8f4d6ff3dd8dcf0c1656 (patch) | |
tree | 7ecd8e128a3eeabdf7a18bd04280c130a0335a50 /MAINTAINERS | |
parent | 450f68e2425e63228d91f346547714076fc5f3e8 (diff) | |
parent | 6e5c4ea37a99e5b97aba227fc43f3682d4bc0496 (diff) | |
download | linux-7703f46f2cafa57b9e5e8f4d6ff3dd8dcf0c1656.tar.bz2 |
Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull gfs2 updates from Andreas Gruenbacher:
- Don't wait for unfreeze of the wrong filesystems
- Remove an obsolete delete_work_func hack and an incorrect
sb_start_write
- Minor documentation updates and cosmetic care
* tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2:
gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs only
gfs2: Remove sb_start_write from gfs2_statfs_sync
gfs2: remove trailing semicolons from macro definitions
Revert "GFS2: Prevent delete work from occurring on glocks used for create"
gfs2: Make inode operations static
MAINTAINERS: Add gfs2 bug tracker link
Documentation: Update filesystems/gfs2.rst
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1b5ad25e42f0..8798a6497678 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7502,7 +7502,7 @@ M: Bob Peterson <rpeterso@redhat.com> M: Andreas Gruenbacher <agruenba@redhat.com> L: cluster-devel@redhat.com S: Supported -W: http://sources.redhat.com/cluster/ +B: https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=gfs2 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git F: Documentation/filesystems/gfs2* F: fs/gfs2/ |