Merge tag 'gfs2-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull gfs2 updates from Andreas Gruenbacher: "Fixes and cleanups: - Revise the glock reference counting model and LRU list handling to be more sensible - Several quota related fixes: clean up the quota code, add some missing locking, and work around the on-disk corruption that the reverted patch "gfs2: ignore negated quota changes" causes - Clean up the glock demote logic in glock_work_func()" * tag 'gfs2-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: (29 commits) gfs2: Clean up glock demote logic gfs2: Revert "check for no eligible quota changes" gfs2: Be more careful with the quota sync generation gfs2: Get rid of some unnecessary quota locking gfs2: Add some missing quota locking gfs2: Fold qd_fish into gfs2_quota_sync gfs2: quota need_sync cleanup gfs2: Fix and clean up function do_qc gfs2: Revert "Add quota_change type" gfs2: Revert "ignore negated quota changes" gfs2: qd_check_sync cleanups gfs2: Revert "introduce qd_bh_get_or_undo" gfs2: Check quota consistency on mount gfs2: Minor gfs2_quota_init error path cleanup gfs2: Get rid of demote_ok checks Revert "GFS2: Don't add all glocks to the lru" gfs2: Revise glock reference counting model gfs2: Switch to a per-filesystem glock workqueue gfs2: Report when glocks cannot be freed for a long time gfs2: gfs2_glock_get cleanup ...
Showing
- Documentation/filesystems/gfs2-glocks.rst 26 additions, 29 deletionsDocumentation/filesystems/gfs2-glocks.rst
- fs/gfs2/glock.c 99 additions, 128 deletionsfs/gfs2/glock.c
- fs/gfs2/glock.h 0 additions, 1 deletionfs/gfs2/glock.h
- fs/gfs2/glops.c 12 additions, 30 deletionsfs/gfs2/glops.c
- fs/gfs2/incore.h 5 additions, 7 deletionsfs/gfs2/incore.h
- fs/gfs2/lock_dlm.c 19 additions, 9 deletionsfs/gfs2/lock_dlm.c
- fs/gfs2/ops_fstype.c 10 additions, 3 deletionsfs/gfs2/ops_fstype.c
- fs/gfs2/quota.c 200 additions, 188 deletionsfs/gfs2/quota.c
- fs/gfs2/super.c 0 additions, 1 deletionfs/gfs2/super.c
- fs/gfs2/trace_gfs2.h 3 additions, 3 deletionsfs/gfs2/trace_gfs2.h
- fs/gfs2/util.c 6 additions, 6 deletionsfs/gfs2/util.c
Please register or sign in to comment