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 7f5940d47ea6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits eccda439dd3c Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 835679f01412 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits f1d673b38cb8 fix proc_sys_compare() handling of in-lookup dentries adds 002cc0ee90e6 rtc: s5m: cache device type during probe adds a57743bf009e rtc: s5m: prepare for external regmap adds e64180846e7e rtc: s5m: add support for S2MPG10 RTC adds 972a3b47f6e1 rtc: s5m: fix a typo: peding -> pending adds 1dd609587414 rtc: s5m: switch to devm_device_init_wakeup adds f5adb1fa04d0 rtc: s5m: replace regmap_update_bits with regmap_clear/set_bits adds b1248da00836 rtc: s5m: replace open-coded read/modify/write registers w [...] adds 00a39d8652ff rtc: cmos: use spin_lock_irqsave in cmos_interrupt adds fa78e9b606a4 rtc: pcf2127: fix SPI command byte for PCF2131 adds 08d82d0cad51 rtc: pcf2127: add missing semicolon after statement adds 4b424a3f7d91 Merge tag 'rtc-6.16-fixes' of git://git.kernel.org/pub/scm [...] adds 6f11adcc6f36 io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well adds 66701750d556 Merge tag 'io_uring-6.16-20250630' of git://git.kernel.dk/linux new 8c44dac8add7 eventpoll: Fix priority inversion problem new da8cf4bd4587 netfs: Fix hang due to missing case in final DIO read resu [...] new 9df7b5ebead6 netfs: Fix double put of request new 1a6d45fec33a netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS f [...] new 09623e3a14c1 netfs: Fix looping in wait functions new 97d8e8e52cb8 netfs: Fix ref leak on inserted extra subreq in write retry new e67e75edeb88 smb: client: set missing retry flag in smb2_writev_callback() new 0e60bae24ad2 smb: client: set missing retry flag in cifs_readv_callback() new 74ee76bea4b4 smb: client: set missing retry flag in cifs_writev_callback() new 2e0658940d90 netfs: Fix i_size updating new 5e1e6ec2e346 netfs: Merge i_size update functions new 4e3254107683 netfs: Renumber the NETFS_RREQ_* flags to make traces easi [...] new 90b3ccf51457 netfs: Update tracepoints in a number of ways new d5cb81ba929c Merge patch series "netfs, cifs: Fixes to retry-related code" new 0b5c2e7b41c0 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 2747357be391 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 18e7dfc5e0f1 fix proc_sys_compare() handling of in-lookup dentries new 874a1e3cdd5e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
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 (7f5940d47ea6) \ N -- N -- N refs/heads/fs-current (874a1e3cdd5e)
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 18 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/rtc/rtc-cmos.c | 10 +- drivers/rtc/rtc-pcf2127.c | 7 +- drivers/rtc/rtc-s5m.c | 197 ++++++++++++------- fs/eventpoll.c | 458 +++++++++++++------------------------------ fs/netfs/buffered_write.c | 38 ++-- fs/netfs/direct_write.c | 16 -- fs/netfs/internal.h | 26 ++- fs/netfs/main.c | 6 +- fs/netfs/misc.c | 50 +++-- fs/netfs/read_collect.c | 16 +- fs/netfs/write_collect.c | 14 +- fs/netfs/write_retry.c | 3 +- fs/smb/client/cifssmb.c | 22 +++ fs/smb/client/smb2pdu.c | 27 ++- include/linux/netfs.h | 21 +- include/trace/events/netfs.h | 29 ++- io_uring/io_uring.c | 3 +- 17 files changed, 454 insertions(+), 489 deletions(-)