This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 77856d911a8c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 35c23fba4eb4 gfs2: Add extra error check in alloc_dinode new 761fdbbce96f gfs2: Get rid of ghs[] in gfs2_create_inode new 3d0258bc1118 gfs2: Clean up initialization of "ip" in gfs2_create_inode new 38552ff676f0 gfs2: Fix and clean up create / evict interaction new 4ec3c19d058f gfs2: Handle -EBUSY result of insert_inode_locked4 new 7db354444ad8 gfs2: Cosmetic gfs2_dinode_{in,out} cleanup new 70376c7ff312 gfs2: Always check inode size of inline inodes new 4ad02083a092 gfs2: Make gfs2_glock_hold return its glock argument new 97236ad5a68c gfs2: Avoid dequeuing GL_ASYNC glock holders twice new 764665c67752 gfs2: Clean up after gfs2_create_inode rework new fe1bff6517de gfs2: Simply dequeue iopen glock in gfs2_evict_inode new 3781ec9e0912 gfs2: Uninline and improve glock_{set,clear}_object new 2ec750a01d18 gfs2: Add gfs2_inode_lookup comment new 88f4a9f813c5 gfs2: Partially revert gfs2_inode_lookup change new f0c0ade8d874 gfs2: Minor gfs2_try_evict cleanup new ba3e77a4a22a gfs2: Remove support for glock holder auto-demotion new 6b46a06100dd gfs2: Remove support for glock holder auto-demotion (2) new 6830d50325ee Merge tag 'gfs2-v6.1-rc7-fixes' of git://git.kernel.org/pu [...] new 5fc24e6022d4 RDMA/rxe: Fix compile warnings on 32-bit new 5244ca88671a RDMA/siw: Fix pointer cast warning new ed56954cf5a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 21 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: drivers/infiniband/sw/rxe/rxe_resp.c | 72 +++++---- drivers/infiniband/sw/siw/siw_qp_tx.c | 2 +- fs/gfs2/aops.c | 2 - fs/gfs2/bmap.c | 3 - fs/gfs2/file.c | 3 +- fs/gfs2/glock.c | 269 +++++++++++++--------------------- fs/gfs2/glock.h | 65 +------- fs/gfs2/glops.c | 44 +++--- fs/gfs2/incore.h | 1 - fs/gfs2/inode.c | 64 ++++---- fs/gfs2/meta_io.c | 6 + fs/gfs2/super.c | 84 ++++++----- fs/gfs2/xattr.c | 26 ++-- 13 files changed, 275 insertions(+), 366 deletions(-)