This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits fd447ea61489 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 684d7036654f Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits ab70832acc8d Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits 2e40f67ef4c2 Merge branch 'misc-6.12' into next-fixes omits da15f58ae3ba btrfs: clear force-compress on remount when compress mount [...] omits dc094af9105b btrfs: fix error propagation of split bios new a360f311f57a 9p: fix slab cache name creation for real new c2ee9f594da8 KVM: selftests: Fix build on on non-x86 architectures new 9740bc1fa0f8 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 3510e684b8f6 btrfs: clear force-compress on remount when compress mount [...] new 5f9062a48db2 btrfs: qgroup: set a more sane default value for subtree d [...] new f10f59f91a62 btrfs: fix the delalloc range locking if sector size < page size new 7a2339058ed7 btrfs: fix read corruption due to race with extent map merging new 3c36a72c1d27 btrfs: reject ro->rw reconfiguration if there are hard ro [...] new 75f49c3dc7b7 btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item() new 9982c1421e6b Merge branch 'misc-6.12' into next-fixes new 4da6ff393824 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 7458de9f323a Merge branch 'nfsd-fixes' of git://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 (fd447ea61489) \ N -- N -- N refs/heads/fs-current (7458de9f323a)
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 12 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/btrfs/bio.c | 37 +++++++++++++++++++++++------------- fs/btrfs/bio.h | 3 --- fs/btrfs/dir-item.c | 4 ++-- fs/btrfs/disk-io.c | 2 +- fs/btrfs/extent_io.c | 17 +++++++++-------- fs/btrfs/extent_map.c | 31 +++++++++++++++--------------- fs/btrfs/inode.c | 7 ++----- fs/btrfs/qgroup.c | 2 +- fs/btrfs/qgroup.h | 2 ++ fs/btrfs/super.c | 3 +-- net/9p/client.c | 4 +++- tools/testing/selftests/kvm/Makefile | 4 +++- 12 files changed, 64 insertions(+), 52 deletions(-)