|
|
Log in / Subscribe / Register

bcache: asynchronous devices registration

From:  Coly Li <colyli-AT-suse.de>
To:  linux-bcache-AT-vger.kernel.org
Subject:  [PATCH 0/2] bcache: asynchronous devices registration
Date:  Tue, 26 May 2020 16:46:23 +0800
Message-ID:  <20200526084625.24989-1-colyli@suse.de>
Cc:  Coly Li <colyli-AT-suse.de>
Archive-link:  Article

This simple series is to add an asynchronous devices registration
interface for experiment. The async registration may help the bcache
register udev task to return without wait, and avoid to be killed
due to the udevd timeout.

For common users this async interface is unnecessary. For users who
has extream large cached data set and encounters the boot time bcache
registration failure may have a try on this series. This asynchronous
registration behavior will be set to default in future.

Thanks in advance for your comments and feedback.

Coly Li
---

Coly Li (2):
  bcache: asynchronous devices registration
  bcache: configure the asynchronous registertion to be experimental

 drivers/md/bcache/Kconfig |   9 ++++
 drivers/md/bcache/super.c | 102 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 111 insertions(+)

-- 
2.25.0



Copyright © 2020, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds