-
- Downloads
Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull gfs2 updates from Andreas Gruenbacher: - Fix a glock state (non-)transition bug when a dlm request times out and is canceled, and we have locking requests that can now be granted immediately - Various fixes and cleanups in how the logd and quotad daemons are woken up and terminated - Fix several bugs in the quota data reference counting and shrinking. Free quota data objects synchronously in put_super() instead of letting call_rcu() run wild - Make sure not to deallocate quota data during a withdraw; rather, defer quota data deallocation to put_super(). Withdraws can happen in contexts in which callers on the stack are holding quota data references - Many minor quota fixes and cleanups by Bob - Update the the mailing list address for gfs2 and dlm. (It's the same list for both and we are moving it to gfs2@lists.linux.dev) - Various other minor cleanups * tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: (51 commits) MAINTAINERS: Update dlm mailing list MAINTAINERS: Update gfs2 mailing list gfs2: change qd_slot_count to qd_slot_ref gfs2: check for no eligible quota changes gfs2: Remove useless assignment gfs2: simplify slot_get gfs2: Simplify qd2offset gfs2: introduce qd_bh_get_or_undo gfs2: Remove quota allocation info from quota file gfs2: use constant for array size gfs2: Set qd_sync_gen in do_sync gfs2: Remove useless err set gfs2: Small gfs2_quota_lock cleanup gfs2: move qdsb_put and reduce redundancy gfs2: improvements to sysfs status gfs2: Don't try to sync non-changes gfs2: Simplify function need_sync gfs2: remove unneeded pg_oflow variable gfs2: remove unneeded variable done gfs2: pass sdp to gfs2_write_buf_to_page ...
Showing
- Documentation/filesystems/gfs2-glocks.rst 1 addition, 2 deletionsDocumentation/filesystems/gfs2-glocks.rst
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- fs/gfs2/aops.c 3 additions, 4 deletionsfs/gfs2/aops.c
- fs/gfs2/bmap.c 1 addition, 1 deletionfs/gfs2/bmap.c
- fs/gfs2/glock.c 19 additions, 28 deletionsfs/gfs2/glock.c
- fs/gfs2/glock.h 0 additions, 9 deletionsfs/gfs2/glock.h
- fs/gfs2/glops.c 1 addition, 1 deletionfs/gfs2/glops.c
- fs/gfs2/incore.h 4 additions, 3 deletionsfs/gfs2/incore.h
- fs/gfs2/inode.c 10 additions, 4 deletionsfs/gfs2/inode.c
- fs/gfs2/lock_dlm.c 0 additions, 5 deletionsfs/gfs2/lock_dlm.c
- fs/gfs2/log.c 30 additions, 39 deletionsfs/gfs2/log.c
- fs/gfs2/lops.c 3 additions, 4 deletionsfs/gfs2/lops.c
- fs/gfs2/main.c 5 additions, 5 deletionsfs/gfs2/main.c
- fs/gfs2/ops_fstype.c 29 additions, 13 deletionsfs/gfs2/ops_fstype.c
- fs/gfs2/quota.c 196 additions, 172 deletionsfs/gfs2/quota.c
- fs/gfs2/recovery.c 2 additions, 2 deletionsfs/gfs2/recovery.c
- fs/gfs2/recovery.h 1 addition, 1 deletionfs/gfs2/recovery.h
- fs/gfs2/super.c 9 additions, 19 deletionsfs/gfs2/super.c
- fs/gfs2/super.h 1 addition, 0 deletionsfs/gfs2/super.h
- fs/gfs2/sys.c 9 additions, 3 deletionsfs/gfs2/sys.c
Loading
Please register or sign in to comment