Merge branch 'md-next' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/song...
authorJens Axboe <axboe@kernel.dk>
Thu, 6 Jan 2022 19:36:04 +0000 (12:36 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Jan 2022 19:36:04 +0000 (12:36 -0700)
commitd85bd8233fff000567cda4e108112bcb33478616
tree89489558c2066bef4b7e57130a2110bea5c21195
parent050f461e28c5d13f327353d660ffad2603ce7ac1
parent1745e857e73a2e29379013438ee271e9aadab2e0
Merge branch 'md-next' of ssh://gitolite./linux/kernel/git/song/md into for-5.17/drivers

Pull MD updates from Song:

"The major changes are:

- REQ_NOWAIT support, by Vishal Verma
- raid6 benchmark optimization, by Dirk Müller
- Fix for acct bioset, by Xiao Ni
- Clean up max_queued_requests, by Mariusz Tkaczyk
- PREEMPT_RT optimization, by Davidlohr Bueso
- Use default_groups in kobj_type, by Greg Kroah-Hartman"

* 'md-next' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/song/md:
  md: use default_groups in kobj_type
  md: Move alloc/free acct bioset in to personality
  lib/raid6: Use strict priority ranking for pq gen() benchmarking
  lib/raid6: skip benchmark of non-chosen xor_syndrome functions
  md: fix spelling of "its"
  md: raid456 add nowait support
  md: raid10 add nowait support
  md: raid1 add nowait support
  md: add support for REQ_NOWAIT
  md: drop queue limitation for RAID1 and RAID10
  md/raid5: play nice with PREEMPT_RT