[f2fs-dev] [PATCH 06/10] fs crypto: add Makefile and Kconfig

2016-03-02 Thread Jaegeuk Kim
This patch adds a facility to enable per-file encryption. Arnd fixes a missing CONFIG_BLOCK check in the original patch. "The newly added generic crypto abstraction for file systems operates on 'struct bio' objects, which do not exist when CONFIG_BLOCK is disabled: fs/crypto/crypto.c: In

Re: [f2fs-dev] [PATCH 06/10] fs crypto: add Makefile and Kconfig

2016-03-01 Thread Randy Dunlap
On 02/29/16 18:04, Jaegeuk Kim wrote: > On Sun, Feb 28, 2016 at 09:39:39PM -0800, Randy Dunlap wrote: >> On 02/25/16 11:26, Jaegeuk Kim wrote: >>> This patch adds a facility to enable per-file encryption. >>> >>> Arnd fixes a missing CONFIG_BLOCK check in the original patch. >>> "The newly added

Re: [f2fs-dev] [PATCH 06/10] fs crypto: add Makefile and Kconfig

2016-02-29 Thread Jaegeuk Kim
On Sun, Feb 28, 2016 at 09:39:39PM -0800, Randy Dunlap wrote: > On 02/25/16 11:26, Jaegeuk Kim wrote: > > This patch adds a facility to enable per-file encryption. > > > > Arnd fixes a missing CONFIG_BLOCK check in the original patch. > > "The newly added generic crypto abstraction for file

Re: [f2fs-dev] [PATCH 06/10] fs crypto: add Makefile and Kconfig

2016-02-28 Thread Randy Dunlap
On 02/25/16 11:26, Jaegeuk Kim wrote: > This patch adds a facility to enable per-file encryption. > > Arnd fixes a missing CONFIG_BLOCK check in the original patch. > "The newly added generic crypto abstraction for file systems operates > on 'struct bio' objects, which do not exist when

[f2fs-dev] [PATCH 06/10] fs crypto: add Makefile and Kconfig

2016-02-25 Thread Jaegeuk Kim
This patch adds a facility to enable per-file encryption. Arnd fixes a missing CONFIG_BLOCK check in the original patch. "The newly added generic crypto abstraction for file systems operates on 'struct bio' objects, which do not exist when CONFIG_BLOCK is disabled: fs/crypto/crypto.c: In