1. 17 Oct, 2023 18 commits
  2. 12 Oct, 2023 2 commits
    • Jens Axboe's avatar
      Merge tag 'md-next-20231012' of... · ae3059cf
      Jens Axboe authored
      Merge tag 'md-next-20231012' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-6.7/block
      
      Pull MD changes from Song:
      
      "1. Rewrite mddev_suspend(), by Yu Kuai;
       2. Simplify md_seq_ops, by Yu Kuai;
       3. Reduce unnecessary locking array_state_store(), by Mariusz Tkaczyk."
      
      * tag 'md-next-20231012' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md: (23 commits)
        md: rename __mddev_suspend/resume() back to mddev_suspend/resume()
        md: remove old apis to suspend the array
        md: suspend array in md_start_sync() if array need reconfiguration
        md/raid5: replace suspend with quiesce() callback
        md/md-linear: cleanup linear_add()
        md: cleanup mddev_create/destroy_serial_pool()
        md: use new apis to suspend array before mddev_create/destroy_serial_pool
        md: use new apis to suspend array for ioctls involed array reconfiguration
        md: use new apis to suspend array for adding/removing rdev from state_store()
        md: use new apis to suspend array for sysfs apis
        md/raid5: use new apis to suspend array
        md/raid5-cache: use new apis to suspend array
        md/md-bitmap: use new apis to suspend array for location_store()
        md/dm-raid: use new apis to suspend array
        md: add new helpers to suspend/resume and lock/unlock array
        md: add new helpers to suspend/resume array
        md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()
        md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
        md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
        md/raid1: don't split discard io for write behind
        ...
      ae3059cf
    • Hannes Reinecke's avatar
      nvme: rework NVME_AUTH Kconfig selection · d6800634
      Hannes Reinecke authored
      Having a single Kconfig symbol NVME_AUTH conflates the selection
      of the authentication functions from nvme/common and nvme/host,
      causing kbuild robot to complain when building the nvme target
      only. So introduce a Kconfig symbol NVME_HOST_AUTH for the nvme
      host bits and use NVME_AUTH for the common functions only.
      And move the CRYPTO selection into nvme/common to make it
      easier to read.
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Closes: https://lore.kernel.org/oe-kbuild-all/202310120733.TlPOVeJm-lkp@intel.com/Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
      Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
      d6800634
  3. 11 Oct, 2023 20 commits