linux-kernelorg-stable/block
Linus Torvalds 119009db26 vfs-6.15-rc3.fixes.2
-----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQRAhzRXHqcMeLMyaSiRxhvAZXjcogUCaAQM5QAKCRCRxhvAZXjc
 olcwAP0RETZn15Jkt5+mKjcx99fuVE7je3lp56UH4Y4XjZmthgEA1n65RDr4Tq6E
 548A2/9Hnt4NWdvoi9VhrG4+5dNRowM=
 =cFFa
 -----END PGP SIGNATURE-----

Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs

Pull vfs fixes from Christian Brauner:

 - Revert the hfs{plus} deprecation warning that's also included in this
   pull request. The commit introducing the deprecation warning resides
   rather early in this branch. So simply dropping it would've rebased
   all other commits which I decided to avoid. Hence the revert in the
   same branch

   [ Background - the deprecation warning discussion resulted in people
     stepping up, and so hfs{plus} will have a maintainer taking care of
     it after all..   - Linus ]

 - Switch CONFIG_SYSFS_SYCALL default to n and decouple from
   CONFIG_EXPERT

 - Fix an audit bug caused by changes to our kernel path lookup helpers
   this cycle. Audit needs the parent path even if the dentry it tried
   to look up is negative

 - Ensure that the kernel path lookup helpers leave the passed in path
   argument clean when they return an error. This is consistent with all
   our other helpers

 - Ensure that vfs_getattr_nosec() calls bdev_statx() so the relevant
   information is available to kernel consumers as well

 - Don't set a timer and call schedule() if the timer will expire
   immediately in epoll

 - Make netfs lookup tables with __nonstring

* tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
  Revert "hfs{plus}: add deprecation warning"
  fs: move the bdex_statx call to vfs_getattr_nosec
  netfs: Mark __nonstring lookup tables
  eventpoll: Set epoll timeout if it's in the future
  fs: ensure that *path_locked*() helpers leave passed path pristine
  fs: add kern_path_locked_negative()
  hfs{plus}: add deprecation warning
  Kconfig: switch CONFIG_SYSFS_SYCALL default to n
2025-04-19 14:31:08 -07:00
..
partitions for-6.15/block-20250322 2025-03-26 18:08:55 -07:00
Kconfig
Kconfig.iosched
Makefile block: move the block layer auto-integrity code into a new file 2025-03-03 11:17:52 -07:00
badblocks.c badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0 2025-03-10 07:41:58 -06:00
bdev.c fs: move the bdex_statx call to vfs_getattr_nosec 2025-04-17 10:14:34 +02:00
bfq-cgroup.c
bfq-iosched.c block, bfq: Switch to use hrtimer_setup() 2025-02-18 10:32:33 +01:00
bfq-iosched.h
bfq-wf2q.c
bio-integrity-auto.c block: split struct bio_integrity_payload 2025-03-03 11:17:52 -07:00
bio-integrity.c block: integrity: Do not call set_page_dirty_lock() 2025-04-16 14:16:48 -06:00
bio.c for-6.15/block-20250322 2025-03-26 18:08:55 -07:00
blk-cgroup-fc-appid.c
blk-cgroup-rwstat.c
blk-cgroup-rwstat.h
blk-cgroup.c for-6.15/block-20250322 2025-03-26 18:08:55 -07:00
blk-cgroup.h block: correct locking order for protecting blk-wbt parameters 2025-03-19 11:35:45 -06:00
blk-core.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
blk-crypto-fallback.c
blk-crypto-internal.h
blk-crypto-profile.c
blk-crypto-sysfs.c
blk-crypto.c
blk-flush.c block: remove unused parameter 2025-03-12 08:25:28 -06:00
blk-ia-ranges.c
blk-integrity.c
blk-ioc.c
blk-iocost.c for-6.15/block-20250322 2025-03-26 18:08:55 -07:00
blk-iolatency.c
blk-ioprio.c blk-cgroup: Simplify policy files registration 2025-03-11 09:22:55 -10:00
blk-ioprio.h
blk-lib.c
blk-map.c
blk-merge.c for-6.15/block-20250322 2025-03-26 18:08:55 -07:00
blk-mq-cpumap.c
blk-mq-debugfs.c block: protect debugfs attribute method hctx_busy_show 2025-03-13 07:23:43 -06:00
blk-mq-debugfs.h
blk-mq-sched.c block: remove unused parameter 2025-03-12 08:25:28 -06:00
blk-mq-sched.h
blk-mq-sysfs.c block: protect hctx attributes/params using q->elevator_lock 2025-03-10 07:31:06 -06:00
blk-mq-tag.c block: remove unused parameter 2025-03-12 08:25:28 -06:00
blk-mq.c block: don't grab elevator lock during queue initialization 2025-04-03 08:32:03 -06:00
blk-mq.h block: remove unused parameter 2025-03-12 08:25:28 -06:00
blk-pm.c
blk-pm.h
blk-rq-qos.c
blk-rq-qos.h
blk-settings.c for-6.15/block-20250322 2025-03-26 18:08:55 -07:00
blk-stat.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
blk-stat.h treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
blk-sysfs.c block: fix resource leak in blk_register_queue() error path 2025-04-14 08:28:26 -06:00
blk-throttle.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
blk-throttle.h block: add SPDX header line to blk-throttle.h 2025-04-14 08:28:09 -06:00
blk-timeout.c
blk-wbt.c blk-wbt: Cleanup a comment in wb_timer_fn 2025-02-25 08:43:52 -07:00
blk-wbt.h
blk-zoned.c block: Remove zone write plugs when handling native zone append writes 2025-02-25 19:45:21 -07:00
blk.h for-6.15/block-20250322 2025-03-26 18:08:55 -07:00
bounce.c block: mark bounce buffering as incompatible with integrity 2025-03-03 11:17:52 -07:00
bsg-lib.c block: remove unused parameter 'q' parameter in __blk_rq_map_sg() 2025-03-13 05:46:19 -06:00
bsg.c
disk-events.c
early-lookup.c
elevator.c block: introduce a dedicated lock for protecting queue elevator updates 2025-03-10 07:30:18 -06:00
elevator.h block: introduce a dedicated lock for protecting queue elevator updates 2025-03-10 07:30:18 -06:00
fops.c
genhd.c block: introduce a dedicated lock for protecting queue elevator updates 2025-03-10 07:30:18 -06:00
holder.c
ioctl.c
ioprio.c
kyber-iosched.c block: remove unused parameter 2025-03-12 08:25:28 -06:00
mq-deadline.c
opal_proto.h
sed-opal.c
t10-pi.c for-6.15/block-20250322 2025-03-26 18:08:55 -07:00