This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ccf46d853183 Merge tag 'pm-6.5-rc1-2' of git://git.kernel.org/pub/scm/l [...] new a9b0f6f4adb1 gfs2: simplify gdlm_put_lock with out_free label new e4f82bf21f25 gfs2: fix minor comment typos new 9b620429eca9 gfs2: ignore rindex_update failure in dinode_dealloc new dac0fc31bea7 gfs2: Fix gfs2_qa_get imbalance in gfs2_quota_hold new 17a593465382 gfs2: Update rl_unlinked before releasing rgrp lock new f9da18cd4616 gfs2: Don't remember delete unless it's successful new 7b7b06d55aef gfs2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method new c8ed1b359312 gfs2: Fix duplicate should_fault_in_pages() call new 6fa0a72cbbe4 gfs2: Fix possible data races in gfs2_show_options() new cea44032bc79 gfs2: retry interrupted internal reads new af1abe11466f gfs2: Rename remaining "transaction" glock references new 097cca525adf gfs2: Rename the {freeze,thaw}_super callbacks new e392edd5d52a gfs2: Rename gfs2_freeze_lock{ => _shared } new 9e4f09565f79 gfs2: Reconfiguring frozen filesystem already rejected new cad1e15804a8 gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR} new b77b4a4815a9 gfs2: Rework freeze / thaw logic new 5432af15f877 gfs2: Replace sd_freeze_state with SDF_FROZEN flag new 6c7410f44961 gfs2: gfs2_freeze_lock_shared cleanup new f246dd4b78e0 gfs: Get rid of unnucessary locking in inode_go_dump new 58721bd46c9a gfs2: Replace deprecated kmap_atomic with kmap_local_page new b0c21c6d5274 gfs2: Convert remaining kmap_atomic calls to kmap_local_page new d68d0c6c3fc7 gfs2: Use memcpy_{from,to}_page where appropriate new 432928c93779 gfs2: Add quota_change type new 94c76955e86a Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pu [...] new 7fb7998b599a ovl: move all parameter handling into params.{c,h} new 538140ca602b Merge tag 'ovl-update-6.5-2' of git://git.kernel.org/pub/s [...]
The 26 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/gfs2/aops.c | 19 +- fs/gfs2/bmap.c | 4 +- fs/gfs2/file.c | 5 +- fs/gfs2/glock.c | 4 +- fs/gfs2/glops.c | 69 +++--- fs/gfs2/incore.h | 12 +- fs/gfs2/lock_dlm.c | 23 +- fs/gfs2/log.c | 11 +- fs/gfs2/lops.c | 21 +- fs/gfs2/ops_fstype.c | 15 +- fs/gfs2/quota.c | 26 +-- fs/gfs2/recovery.c | 28 +-- fs/gfs2/rgrp.c | 2 +- fs/gfs2/super.c | 215 +++++++++++++------ fs/gfs2/super.h | 1 + fs/gfs2/sys.c | 4 +- fs/gfs2/trans.c | 3 +- fs/gfs2/util.c | 49 ++--- fs/gfs2/util.h | 3 +- fs/overlayfs/overlayfs.h | 41 +--- fs/overlayfs/params.c | 532 ++++++++++++++++++++++++++++++++++++++++++++++- fs/overlayfs/params.h | 42 ++++ fs/overlayfs/super.c | 530 +--------------------------------------------- 23 files changed, 858 insertions(+), 801 deletions(-) create mode 100644 fs/overlayfs/params.h