Daniel Kiper on Mon, 2018/03/05 17:48:
> On Sat, Feb 24, 2018 at 05:44:58PM -0500, Matthew S. Turnbull wrote:
> > Add support for multiple, shared, early initrd images. These early
> > images will be loaded in the order declared, and all will be loaded
> > before the initrd image.
> >
> > While ma
On 14/03/18 09:44, John Lane wrote:
> --- a/grub-core/disk/cryptodisk.c
> +++ b/grub-core/disk/cryptodisk.c
> @@ -880,7 +882,7 @@ grub_cryptodisk_cheat_mount (const char *sourcedev, const
> char *cheat)
>
>FOR_CRYPTODISK_DEVS (cr)
>{
> -dev = cr->scan (source, search_uuid, check_boot
On 14/03/18 09:45, John Lane wrote:
> --- a/grub-core/disk/luks.c
> +++ b/grub-core/disk/luks.c
> @@ -321,10 +321,10 @@ configure_ciphers (grub_disk_t disk, const char
> *check_uuid,
>
> static grub_err_t
> luks_recover_key (grub_disk_t source,
> - grub_cryptodisk_t dev,
> -
On 14/03/18 09:44, John Lane wrote:
> --- a/grub-core/disk/cryptodisk.c
> +++ b/grub-core/disk/cryptodisk.c
> @@ -949,6 +954,45 @@ grub_cmd_cryptomount (grub_extcmd_context_t ctxt, int
> argc, char **args)
> hdr = NULL;
>
>have_it = 0;
> + key = NULL;
> +
> + if (state[4].set) /* Key
> "F2FS (Flash-Friendly File System) is flash-friendly file system which was
> merged into Linux kernel v3.8 in 2013.
>
Any update on this patch? F2FS really help much on my system's performance on
a dirt-cheap flash storage key.
林博仁(Buo-ren, Lin)
buo.ren@gmail.com