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 589304813786 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits 6e1db4a374bb Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 997d495f0bcb Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new f009e946c155 Revert "9p: Enable multipage folios" adds 74ec2f302402 bcachefs: fix restart handling in bch2_rename2() adds 94bdeec8f530 bcachefs: fix bch2_hash_delete() error path adds e1c4d2f0826d bcachefs: fix restart handling in bch2_fiemap() adds 028f3c1d9b3c bcachefs: fix missing restart handling in bch2_read_retry_ [...] adds 7ee4be9c621e bcachefs: fix restart handling in bch2_do_invalidates_work() adds d8b50597748d bcachefs: fix restart handling in bch2_alloc_write_key() adds 29fd10a36a63 bcachefs: fix restart handling in __bch2_resume_logged_op_ [...] adds 6bee2a04c547 bcachefs: handle restarts in bch2_bucket_io_time_reset() adds a0d11feefb19 bcachefs: Don't use commit_do() unnecessarily adds 4007bbb203a0 bcachefS: ec: fix data type on stripe deletion adds 81e0b6c7c1f7 bcachefs: fix disk reservation accounting in bch2_folio_re [...] adds 335d318ef532 bcachefs: bch2_folio_reservation_get_partial() is now bett [...] adds 97535cd84f18 bcachefs: Fix data corruption on -ENOSPC in buffered write path adds 07cf8bac2d3e bcachefs: fix incorrect show_options results adds 489ecc4cfdda bcachefs: skip mount option handle for empty string. adds b96f8cd3870a bcachefs: Run in-kernel offline fsck without ratelimit errors adds 78cf0ae636a5 bcachefs: INODE_STR_HASH() for bch_inode_unpacked adds d8e879377ffb bcachefs: Add hash seed, type to inode_to_text() adds 15a3836c8ed7 bcachefs: Repair mismatches in inode hash seed, type adds dc96656b20eb bcachefs: bch2_hash_set_or_get_in_snapshot() adds bc6d2d10418e bcachefs: fsck: Improve hash_check_key() new eb5db64c4570 bcachefs: Fix __bch2_fsck_err() warning new 3956ff8bc2f3 bcachefs: Don't use wait_event_interruptible() in recovery new f0d3302073e6 bcachefs: Workaround for kvmalloc() not supporting > INT_M [...] new e04ee8608914 bcachefs: Mark more errors as AUTOFIX new a069f014797f bcachefs: Set bch_inode_unpacked.bi_snapshot in old inode path new c1e822754cc7 Merge tag 'bcachefs-2024-10-22' of https://github.com/kove [...] adds 67373ca8404f jfs: Fix sanity check in dbMount new 6cc65abee8ee Merge tag 'jfs-6.12-rc5' of github.com:kleikamp/linux-shaggy new 4e46774408d9 Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/s [...] new 6b51b9f65cec doc: correcting the debug path for cachefiles new 247d65fb122a afs: Fix missing subdir edit when renamed between parent dirs new e65a0dc1cabe iov_iter: Fix iov_iter_get_pages*() for folio_queue new 7acdbe9e6b1e Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 15fd99aad1cb Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 3eb36688ea36 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 (589304813786) \ N -- N -- N refs/heads/fs-current (3eb36688ea36)
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 15 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: Documentation/filesystems/caching/cachefiles.rst | 2 +- fs/9p/vfs_inode.c | 1 - fs/afs/dir.c | 25 ++ fs/afs/dir_edit.c | 91 +++++++- fs/afs/internal.h | 2 + fs/bcachefs/alloc_background.c | 37 +-- fs/bcachefs/alloc_foreground.c | 2 +- fs/bcachefs/btree_gc.c | 12 +- fs/bcachefs/btree_io.c | 2 +- fs/bcachefs/btree_iter.h | 2 + fs/bcachefs/btree_update.c | 4 +- fs/bcachefs/btree_update.h | 2 +- fs/bcachefs/btree_update_interior.c | 4 +- fs/bcachefs/buckets.c | 7 +- fs/bcachefs/buckets.h | 12 +- fs/bcachefs/chardev.c | 1 + fs/bcachefs/darray.c | 15 +- fs/bcachefs/dirent.c | 7 - fs/bcachefs/dirent.h | 7 + fs/bcachefs/disk_accounting.c | 6 +- fs/bcachefs/ec.c | 22 +- fs/bcachefs/error.c | 5 +- fs/bcachefs/fs-io-buffered.c | 6 + fs/bcachefs/fs-io-pagecache.c | 70 ++++-- fs/bcachefs/fs-io.c | 2 +- fs/bcachefs/fs.c | 18 +- fs/bcachefs/fsck.c | 281 ++++++++++++++++++----- fs/bcachefs/inode.c | 27 ++- fs/bcachefs/inode.h | 1 + fs/bcachefs/inode_format.h | 6 +- fs/bcachefs/io_misc.c | 2 +- fs/bcachefs/io_read.c | 8 +- fs/bcachefs/io_write.c | 4 +- fs/bcachefs/journal.c | 10 +- fs/bcachefs/journal.h | 2 +- fs/bcachefs/opts.c | 6 +- fs/bcachefs/opts.h | 3 +- fs/bcachefs/quota.c | 2 +- fs/bcachefs/rebalance.c | 4 +- fs/bcachefs/recovery.c | 2 +- fs/bcachefs/sb-errors_format.h | 4 +- fs/bcachefs/str_hash.h | 60 +++-- fs/bcachefs/subvolume.c | 7 +- fs/bcachefs/super.c | 2 +- fs/bcachefs/tests.c | 4 +- fs/bcachefs/xattr.c | 2 +- fs/jfs/jfs_dmap.c | 2 +- include/trace/events/afs.h | 7 +- lib/iov_iter.c | 21 +- 49 files changed, 611 insertions(+), 220 deletions(-)