Re: [PATCH] Ext4 documentation fixes.

2019-08-14 Thread Andreas Dilger
On Aug 14, 2019, at 6:47 PM, Ayush Ranjan wrote: > diff --git a/Documentation/filesystems/ext4/inodes.rst > b/Documentation/filesystems/ext4/inodes.rst > index 6bd35e506..c468a3171 100644 > --- a/Documentation/filesystems/ext4/inodes.rst > +++ b/Documentation/filesystems/ext4/inodes.rst > @@ -470

Re: [RFC 1/5] seq_file: introduce seq_open_data helper

2018-03-01 Thread Andreas Dilger
On Mar 1, 2018, at 4:37 PM, Rasmus Villemoes wrote: > > There are quite a few callers of seq_open that could be simplified by > setting the ->private member via the seq_open call instead of fetching > file->private_data afterwards. > > Signed-off-by: Rasmus Villemoes > --- > I've just included

Re: [PATCH] fscrypt: add a documentation file for filesystem-level encryption

2017-08-18 Thread Andreas Dilger
On Aug 18, 2017, at 1:47 PM, Eric Biggers wrote: > +Key hierarchy > += > + > +Master Keys > +--- > + > +Userspace should generate master keys either using a cryptographically > +secure random number generator, e.g. by reading from ``/dev/urandom`` > +or calling getrandom(), or