diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/crypttab.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 2062a5b8e7..72fe2e692d 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -343,6 +343,25 @@ </varlistentry> <varlistentry> + <term><option>no-read-workqueue</option></term> + + <listitem><para>Bypass dm-crypt internal workqueue and process read requests synchronously. The + default is to queue these requests and process them asynchronously.</para> + + <para>This requires kernel 5.9 or newer.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>no-write-workqueue</option></term> + + <listitem><para>Bypass dm-crypt internal workqueue and process write requests synchronously. The + default is to queue these requests and process them asynchronously.</para> + + <para>This requires kernel 5.9 or newer.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>skip=</option></term> <listitem><para>How many 512-byte sectors of the encrypted data to skip at the |