Re: [PATCH 01/10] fs crypto: add basic definitions for per-file encryption

2016-03-11 Thread Jaegeuk Kim
Hi Dan, On Thu, Mar 10, 2016 at 09:00:25PM -0800, Dan Williams wrote: > On Mon, Feb 29, 2016 at 5:35 PM, Jaegeuk Kim wrote: > > On Sun, Feb 28, 2016 at 09:41:22PM -0800, Randy Dunlap wrote: > >> On 02/25/16 11:25, Jaegeuk Kim wrote: > >> > This patch adds definitions for per-file encryption used

Re: [PATCH 01/10] fs crypto: add basic definitions for per-file encryption

2016-03-10 Thread Dan Williams
On Mon, Feb 29, 2016 at 5:35 PM, Jaegeuk Kim wrote: > On Sun, Feb 28, 2016 at 09:41:22PM -0800, Randy Dunlap wrote: >> On 02/25/16 11:25, Jaegeuk Kim wrote: >> > This patch adds definitions for per-file encryption used by ext4 and f2fs. >> > >> > Signed-off-by: Jaegeuk Kim >> > --- >> > include/

Re: [PATCH 01/10] fs crypto: add basic definitions for per-file encryption

2016-02-29 Thread Jaegeuk Kim
On Sun, Feb 28, 2016 at 09:41:22PM -0800, Randy Dunlap wrote: > On 02/25/16 11:25, Jaegeuk Kim wrote: > > This patch adds definitions for per-file encryption used by ext4 and f2fs. > > > > Signed-off-by: Jaegeuk Kim > > --- > > include/linux/fs.h | 8 ++ > > include/linux/fscrypto.h | 23

Re: [PATCH 01/10] fs crypto: add basic definitions for per-file encryption

2016-02-28 Thread Randy Dunlap
On 02/25/16 11:25, Jaegeuk Kim wrote: > This patch adds definitions for per-file encryption used by ext4 and f2fs. > > Signed-off-by: Jaegeuk Kim > --- > include/linux/fs.h | 8 ++ > include/linux/fscrypto.h | 239 > +++ > include/uapi/linux/f