]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit918b0582b06f47943e6b808a4c6303878e90f428
tree89489558c2066bef4b7e57130a2110bea5c21195
parenta17aa5bd06880f61fb00ae9d4fe8a083aa339531
parent4c9c88c2404979bbd8d39c86549596b98d371c28
Merge branch 'md-next' of ssh://gitolite.kernel.org/pub/scm/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