This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-next in repository linux-next.
omits 3c2bdd15269f Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...] omits b4af1017f837 Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/l [...] omits 528493d552d7 Merge branch 'nfsd-next' of https://git.kernel.org/pub/scm [...] omits 7aa564ed1b1e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...] omits d8352578a8d6 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...] omits 429b2074fb33 Merge branch 'for_next' of https://git.kernel.org/pub/scm/ [...] omits 92b7440e91e7 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...] omits 15e03f45561c Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...] omits f8168bf4eaf4 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...] omits bc16536fee96 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 7c8abbbe332c Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits a0271a5c0b40 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits d612c72e9174 smb: move SMB1_PROTO_NUMBER to common/cifsglob.h omits 5a853ef0d415 smb: move get_rfc1002_len() to common/cifsglob.h omits 3487915e83f3 smb: move smb_version_values to common/cifsglob.h omits 115899bccdd9 cifs: #include cifsglob.h before trace.h to allow structs [...] new 859fa15c3955 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 38080b8b8a98 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] new d34001863289 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] new 4f76435fd517 NFSD: Define actions for the new time_deleg FATTR4 attributes new abb1f08a2121 NFSD: Fix crash in nfsd4_read_release() new 29cdfb495070 nfsd: Avoid strlen conflict in nfsd4_encode_components_esc() new 3e7f011c2555 Revert "NFSD: Remove the cap on number of operations per N [...] new 4f7998f6e693 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...] new be7450294c9e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...] new 0e772f6a557d cifs: Fix TCP_Server_Info::credits to be signed new a1dae463cc09 cifs: Call the calc_signature functions directly new bf6f6e2adfb3 cifs: #include cifsglob.h before trace.h to allow structs [...] new 0cc61914091a smb: move smb_version_values to common/cifsglob.h new 5f92a50d0aa4 smb: move get_rfc1002_len() to common/cifsglob.h new c5e39c3ebdd4 smb: move SMB1_PROTO_NUMBER to common/cifsglob.h new e0dc5f2659ab Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...] new 84e4e072a7f8 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...] new cad2afb1fb0c Merge branch 'for_next' of https://git.kernel.org/pub/scm/ [...] new 040b61bb88bb Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...] new 1a71a2ab248e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...] new 90ea3f4fbb0f nfsd: delete unreachable confusing code in nfs4_open_delegation() new d7fbf7f29c45 Merge branch 'nfsd-next' of https://git.kernel.org/pub/scm [...] new 914f377075d6 xfs: Improve CONFIG_XFS_RT Kconfig help new b00bcb190eef xfs: do not tightly pack-write large files new f5caeb3689ea xfs: XFS_ONLINE_SCRUB_STATS should depend on DEBUG_FS new a8c861f401b4 xfs: avoid busy loops in GCD new ca3d643a9701 xfs: cache open zone in inode->i_private new 0f41997b1b2b xfs: don't use __GFP_NOFAIL in xfs_init_fs_context new 0b7add4c7b40 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...] new e1a7d5e2791e Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/l [...] new a3862fc9744b Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (3c2bdd15269f) \ N -- N -- N refs/heads/fs-next (a3862fc9744b)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 31 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/nfsd/nfs4proc.c | 21 ++++-- fs/nfsd/nfs4state.c | 6 +- fs/nfsd/nfs4xdr.c | 21 ++++-- fs/nfsd/nfsd.h | 3 + fs/nfsd/xdr4.h | 1 + fs/smb/client/cifsglob.h | 4 +- fs/smb/client/smb2ops.c | 4 -- fs/smb/client/smb2proto.h | 6 -- fs/smb/client/smb2transport.c | 18 ++--- fs/xfs/Kconfig | 11 +++- fs/xfs/xfs_mount.h | 1 - fs/xfs/xfs_super.c | 8 ++- fs/xfs/xfs_zone_alloc.c | 148 +++++++++++++++++------------------------- fs/xfs/xfs_zone_gc.c | 81 +++++++++++++---------- fs/xfs/xfs_zone_priv.h | 2 + 15 files changed, 170 insertions(+), 165 deletions(-)