This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0f137416247f Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/s [...] new eb59bd17d2fa fuse: verify attributes new 8aab336b14c1 fuse: verify write return new c634da718db9 fuse: verify nlink new 00929447f575 virtiofs: Fix old-style declaration new 58ada94f95f7 virtiofs: Use a common function to send forget new 1efcf39eb627 virtiofs: Do not send forget request "struct list_head" element new 724c15a43e2c virtiofs: Use completions while waiting for queue to be drained new f1ebdeffc6f3 fuse: fix leak of fuse_io_priv new 8d66fcb74884 fuse: fix Kconfig indentation new 7ce4fab81913 Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/sc [...] new d8f544c30ba0 libceph: drop unnecessary check from dispatch() in mon_client.c new 721d5c13a796 ceph: make several helper accessors take const pointers new 6b0a87742210 rbd: fix spelling mistake "requeueing" -> "requeuing" new 74d6f03019f8 ceph: fix geting random mds from mdsmap new a9b4b6be1291 rbd: update MAINTAINERS info new f5946bcc5e79 ceph: tone down loglevel on ceph_mdsc_build_path warning new 2def865a81c2 ceph: don't leave ino field in ceph_mds_request_head unini [...] new f3c0e45900a6 rbd: introduce rbd_is_snap() new 39258aa2db81 rbd: introduce RBD_DEV_FLAG_READONLY new b948ad78971f rbd: treat images mapped read-only seriously new c1b6205730ef rbd: disallow read-write partitions on images mapped read-only new 3fe69921dbb2 rbd: don't acquire exclusive lock for read-only mappings new b9ef2b8858a0 rbd: don't establish watch for read-only mappings new 686238b7431d rbd: remove snapshot existence validation code new fa58bcad9044 rbd: don't query snapshot features new 196e2d6d0252 rbd: ask for a weaker incompat mask for read-only mappings new 82995cc6c5ae libceph, rbd, ceph: convert to use the new mount API new a231582359ec Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-client new 098b9c145362 gfs2: removed unnecessary semicolon new f3b64b57c044 gfs2: Some whitespace cleanups new 1a48049adb98 gfs2: make gfs2_fs_parameters static new 39c3a948ecf6 gfs2: Improve mmap write vs. punch_hole consistency new f53056c43063 gfs2: Multi-block allocations in gfs2_page_mkwrite new 184b4e60853d gfs2: Fix end-of-file handling in gfs2_page_mkwrite new 19ebc050e48c gfs2: Remove active journal side effect from gfs2_write_lo [...] new feed98a8e5f3 gfs2: make gfs2_log_shutdown static new fe5e7ba11fcf gfs2: fix glock reference problem in gfs2_trans_remove_revoke new eb43e660c094 gfs2: Introduce function gfs2_withdrawn new f155f5e01090 gfs2: fix infinite loop in gfs2_ail1_flush on io error new 60528afa7866 gfs2: Don't loop forever in gfs2_freeze if withdrawn new 52b1cdcb7a84 gfs2: Abort gfs2_freeze if io error is seen new d99724c3c36a gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESS new 2c47c1be51fb gfs2: clean up iopen glock mess in gfs2_create_inode new 8f81180ac183 gfs2: Remove duplicate call from gfs2_create_inode new ade48088937f gfs2: Don't write log headers after file system withdraw new 3f1266ec704d Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/l [...]
The 46 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: MAINTAINERS | 2 +- drivers/block/rbd.c | 467 ++++++++++++++++--------------- fs/ceph/cache.c | 9 +- fs/ceph/cache.h | 5 +- fs/ceph/mds_client.c | 19 +- fs/ceph/mdsmap.c | 11 +- fs/ceph/super.c | 646 ++++++++++++++++++++++--------------------- fs/ceph/super.h | 13 +- fs/fuse/Kconfig | 4 +- fs/fuse/dir.c | 25 +- fs/fuse/file.c | 6 +- fs/fuse/fuse_i.h | 2 + fs/fuse/readdir.c | 2 +- fs/fuse/virtio_fs.c | 210 +++++++------- fs/gfs2/aops.c | 6 +- fs/gfs2/bmap.c | 11 +- fs/gfs2/file.c | 56 ++-- fs/gfs2/glock.c | 16 +- fs/gfs2/glops.c | 4 +- fs/gfs2/inode.c | 16 +- fs/gfs2/log.c | 25 +- fs/gfs2/log.h | 2 +- fs/gfs2/lops.c | 34 ++- fs/gfs2/lops.h | 3 +- fs/gfs2/meta_io.c | 6 +- fs/gfs2/ops_fstype.c | 5 +- fs/gfs2/quota.c | 4 +- fs/gfs2/recovery.c | 8 +- fs/gfs2/super.c | 33 ++- fs/gfs2/sys.c | 2 +- fs/gfs2/trans.c | 2 + fs/gfs2/util.c | 2 +- fs/gfs2/util.h | 9 + include/linux/ceph/libceph.h | 10 +- net/ceph/ceph_common.c | 419 +++++++++++++--------------- net/ceph/messenger.c | 2 - net/ceph/mon_client.c | 3 - 37 files changed, 1089 insertions(+), 1010 deletions(-)