Re: [PATCH v2] ext2: support EXT4_FEATURE_INCOMPAT_ENCRYPT

2017-06-29 Thread Vladimir 'phcoder' Serbinenko
Committed. Thanks чт, 15 июн. 2017 г., 21:37 Eric Biggers : > From: Eric Biggers > > Allow GRUB to mount ext2/3/4 filesystems that have the encryption > feature. On such a filesystem, inodes may have EXT4_ENCRYPT_FLAG set. > For a regular file, this

[PATCH v2] ext2: support EXT4_FEATURE_INCOMPAT_ENCRYPT

2017-06-15 Thread Eric Biggers
From: Eric Biggers Allow GRUB to mount ext2/3/4 filesystems that have the encryption feature. On such a filesystem, inodes may have EXT4_ENCRYPT_FLAG set. For a regular file, this means its contents are encrypted; for a directory, this means the filenames in its directory