Re: [PATCH v2 2/3] cryptodisk: Add support for using detached header files

2022-06-05 Thread Glenn Washburn
On Sun, 29 May 2022 08:45:39 +0200 Patrick Steinhardt wrote: > On Mon, May 16, 2022 at 04:49:47PM -0500, Glenn Washburn wrote: > > Using the disk read hook mechanism, setup a read hook on the source disk > > which will read from the given header file during the scan and recovery > > cryptodisk ba

Re: [PATCH v2 2/3] cryptodisk: Add support for using detached header files

2022-05-28 Thread Patrick Steinhardt
On Mon, May 16, 2022 at 04:49:47PM -0500, Glenn Washburn wrote: > Using the disk read hook mechanism, setup a read hook on the source disk > which will read from the given header file during the scan and recovery > cryptodisk backend functions. Disk read hooks are executed after the data > has been

[PATCH v2 2/3] cryptodisk: Add support for using detached header files

2022-05-16 Thread Glenn Washburn
Using the disk read hook mechanism, setup a read hook on the source disk which will read from the given header file during the scan and recovery cryptodisk backend functions. Disk read hooks are executed after the data has been read from the disk. This is okay, because the read hook is given the re