Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
grub-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Sep 28 2018 08:10:46 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH V8] Add support for BTRFS raid5/6 to GRUB
,
Goffredo Baroncelli
,
2018/09/27
[PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile.
,
Goffredo Baroncelli
,
2018/09/27
[PATCH 5/9] btrfs: Move logging code in grub_btrfs_read_logical()
,
Goffredo Baroncelli
,
2018/09/27
[PATCH 6/9] btrfs: Refactor the code that read from disk
,
Goffredo Baroncelli
,
2018/09/27
[PATCH 3/9] btrfs: Move the error logging from find_device() to its caller.
,
Goffredo Baroncelli
,
2018/09/27
[PATCH 4/9] btrfs: Avoid a rescan for a device which was already not found.
,
Goffredo Baroncelli
,
2018/09/27
[PATCH 2/9] btrfs: Add helper to check the btrfs header.
,
Goffredo Baroncelli
,
2018/09/27
[PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles.
,
Goffredo Baroncelli
,
2018/09/27
[PATCH 8/9] btrfs: Make more generic the code for RAID 6 rebuilding
,
Goffredo Baroncelli
,
2018/09/27
[PATCH 9/9] btrfs: Add RAID 6 recovery for a btrfs filesystem.
,
Goffredo Baroncelli
,
2018/09/27
[RFC] efinet: default to MNP interface and SNP as fallback
,
Michael Chang
,
2018/09/27
Re: [PATCH 3/3] btrfs: Add zstd support to btrfs
,
Daniel Kiper
,
2018/09/21
Re: [PATCH 2/3] btrfs: Patch the kernel zstd
,
Daniel Kiper
,
2018/09/21
Re: [PATCH 1/3] btrfs: Import kernel zstd
,
Daniel Kiper
,
2018/09/21
Re: [PATCH 1/3] btrfs: Import kernel zstd
,
Nick Terrell
,
2018/09/21
Re: [RFC][PATCH 2/2] arm: grub-install: Default to arm-efi target in EFI-based QEMU virt models
,
Daniel Kiper
,
2018/09/20
Re: [RFC][PATCH 2/2] arm: grub-install: Default to arm-efi target in EFI-based QEMU virt models
,
Leif Lindholm
,
2018/09/20
Re: [RFC][PATCH 0/2] grub-install: Use arm-efi target EFI-mode QEMU virt machines
,
Daniel Kiper
,
2018/09/20
[PATCH V7] Add support for BTRFS raid5/6 to GRUB
,
Goffredo Baroncelli
,
2018/09/19
[PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile.
,
Goffredo Baroncelli
,
2018/09/19
Re: [PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile.
,
Daniel Kiper
,
2018/09/25
Re: [PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile.
,
Goffredo Baroncelli
,
2018/09/26
Re: [PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile.
,
Daniel Kiper
,
2018/09/27
[PATCH 5/9] btrfs: Move logging code in grub_btrfs_read_logical()
,
Goffredo Baroncelli
,
2018/09/19
[PATCH 2/9] btrfs: Add helper to check the btrfs header.
,
Goffredo Baroncelli
,
2018/09/19
[PATCH 3/9] btrfs: Move the error logging from find_device() to its caller.
,
Goffredo Baroncelli
,
2018/09/19
Re: [PATCH 3/9] btrfs: Move the error logging from find_device() to its caller.
,
Daniel Kiper
,
2018/09/25
[PATCH 4/9] btrfs: Avoid a rescan for a device which was already not found.
,
Goffredo Baroncelli
,
2018/09/19
Re: [PATCH 4/9] btrfs: Avoid a rescan for a device which was already not found.
,
Daniel Kiper
,
2018/09/25
[PATCH 4/9] btrfs: Avoid a rescan for a device which was already not found.
,
Goffredo Baroncelli
,
2018/09/26
Re: [PATCH 4/9] btrfs: Avoid a rescan for a device which was already not found.
,
Daniel Kiper
,
2018/09/27
[PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles.
,
Goffredo Baroncelli
,
2018/09/19
Re: [PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles.
,
Daniel Kiper
,
2018/09/25
[PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles.
,
Goffredo Baroncelli
,
2018/09/26
Re: [PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles.
,
Daniel Kiper
,
2018/09/27
[PATCH 8/9] btrfs: Make more generic the code for RAID 6 rebuilding
,
Goffredo Baroncelli
,
2018/09/19
[PATCH 9/9] btrfs: Add RAID 6 recovery for a btrfs filesystem.
,
Goffredo Baroncelli
,
2018/09/19
Re: [PATCH 9/9] btrfs: Add RAID 6 recovery for a btrfs filesystem.
,
Daniel Kiper
,
2018/09/25
Re: [PATCH 9/9] btrfs: Add RAID 6 recovery for a btrfs filesystem.
,
Goffredo Baroncelli
,
2018/09/26
Re: [PATCH 9/9] btrfs: Add RAID 6 recovery for a btrfs filesystem.
,
Daniel Kiper
,
2018/09/27
[PATCH 6/9] btrfs: Refactor the code that read from disk
,
Goffredo Baroncelli
,
2018/09/19
[PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile.
,
Goffredo Baroncelli
,
2018/09/19
Re: [PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile.
,
Goffredo Baroncelli
,
2018/09/19
Re: [PATCH v2 2/2] build: Use pkg-config to find FreeType
,
Daniel Kiper
,
2018/09/19
Re: [PATCH v2 1/2] build: Capitalise *freetype_* variables
,
Daniel Kiper
,
2018/09/19
Re: [PATCH v2 1/2] build: Capitalise *freetype_* variables
,
Colin Watson
,
2018/09/19
How I configure to get Unicode.pf2 and the command of grub-mkfont
,
Sherry Zhang(BJ-RD)
,
2018/09/19
Re: How I configure to get Unicode.pf2 and the command of grub-mkfont
,
Daniel Kiper
,
2018/09/19
grubenv on md, Btrfs, LUKS, etc
,
Chris Murphy
,
2018/09/18
Re: grubenv on md, Btrfs, LUKS, etc
,
Chris Murphy
,
2018/09/18
Re: grubenv on md, Btrfs, LUKS, etc
,
Daniel Kiper
,
2018/09/21
Re: grubenv on md, Btrfs, LUKS, etc
,
Chris Murphy
,
2018/09/26
Re: grubenv on md, Btrfs, LUKS, etc
,
Daniel Kiper
,
2018/09/27
Re: grubenv on md, Btrfs, LUKS, etc
,
Chris Murphy
,
2018/09/27
Re: grubenv on md, Btrfs, LUKS, etc
,
Daniel Kiper
,
2018/09/28
Re: Patch: allow the 'python' used to run gentpl.py to be configured
,
Adam Williamson
,
2018/09/14
Re: Patch: allow the 'python' used to run gentpl.py to be configured
,
Daniel Kiper
,
2018/09/14
Re: Patch: allow the 'python' used to run gentpl.py to be configured
,
Daniel Kiper
,
2018/09/19
efinet SNP issue affects iscsi boot
,
Micah Parrish
,
2018/09/13
Re: efinet SNP issue affects iscsi boot
,
Michael Chang
,
2018/09/20
Re: efinet SNP issue affects iscsi boot
,
Daniel Kiper
,
2018/09/20
Re: efinet SNP issue affects iscsi boot
,
Michael Chang
,
2018/09/27
Re: efinet SNP issue affects iscsi boot
,
Daniel Kiper
,
2018/09/27
Re: efinet SNP issue affects iscsi boot
,
Micah Parrish
,
2018/09/20
Re: efinet SNP issue affects iscsi boot
,
Michael Chang
,
2018/09/27
Re: efinet SNP issue affects iscsi boot
,
Micah Parrish
,
2018/09/27
[PATCH] msdos: Fix overflow in converting partition start and length into 512B blocks
,
Michael Chang
,
2018/09/13
Re: [PATCH] msdos: Fix overflow in converting partition start and length into 512B blocks
,
Daniel Kiper
,
2018/09/19
[PATCH V1] hostdisk: Fix linux disk cache workaround on multipath disks
,
Michael Chang
,
2018/09/13
Re: [PATCH V1] hostdisk: Fix linux disk cache workaround on multipath disks
,
Daniel Kiper
,
2018/09/19
Re: [PATCH V1] hostdisk: Fix linux disk cache workaround on multipath disks
,
Michael Chang
,
2018/09/20
Re: [PATCH 0/3] btrfs: Add zstd support to btrfs
,
David Sterba
,
2018/09/11
Re: [PATCH 0/3] btrfs: Add zstd support to btrfs
,
Nick Terrell
,
2018/09/11
[PATCH] grub-install: Mention *efibootmgr* in no-nvram description
,
Paul Menzel
,
2018/09/06
[PATCH v2] grub-install: Mention *efibootmgr* in `no-nvram` description
,
Paul Menzel
,
2018/09/06
Re: [PATCH v2] grub-install: Mention *efibootmgr* in `no-nvram` description
,
Vladimir 'phcoder' Serbinenko
,
2018/09/06
Re: [PATCH v2] grub-install: Mention *efibootmgr* in `no-nvram` description
,
Daniel Kiper
,
2018/09/19
Re: [PATCH v2] grub-install: Mention *efibootmgr* in `no-nvram` description
,
Paul Menzel
,
2018/09/19
Re: [PATCH v2] grub-install: Mention *efibootmgr* in `no-nvram` description
,
Daniel Kiper
,
2018/09/21
Re: [PATCH 0/3] use central copy of grub_efi_find_mmap_size
,
Daniel Kiper
,
2018/09/06
Re: [PATCH] osdep/linux: convert partition start to disk sector length.
,
Daniel Kiper
,
2018/09/06
[PATCH v2] osdep/linux: convert partition start to disk sector length.
,
Mihai Moldovan
,
2018/09/06
Re: [PATCH v2] osdep/linux: convert partition start to disk sector length.
,
Daniel Kiper
,
2018/09/06
Re: [PATCH] osdep/linux: convert partition start to disk sector length.
,
Vladimir 'phcoder' Serbinenko
,
2018/09/06
Re: [PATCH] osdep/linux: convert partition start to disk sector length.
,
Mihai Moldovan
,
2018/09/06
Re: [PATCH] osdep/linux: convert partition start to disk sector length.
,
Daniel Kiper
,
2018/09/19
Re: [PATCH] osdep/linux: convert partition start to disk sector length.
,
Daniel Kiper
,
2018/09/19
Re: [PATCH v3] Makefile.am: Add `all_video` to `default_payload.elf`
,
Daniel Kiper
,
2018/09/06
Re: [PATCH v3] Makefile.am: Add `all_video` to `default_payload.elf`
,
Vladimir 'phcoder' Serbinenko
,
2018/09/06
Re: [PATCH v3] Makefile.am: Add `all_video` to `default_payload.elf`
,
Daniel Kiper
,
2018/09/06
Re: [PATCH v3] Makefile.am: Add `all_video` to `default_payload.elf`
,
Daniel Kiper
,
2018/09/19
Re: [PATCH v3] Makefile.am: Add `all_video` to `default_payload.elf`
,
Daniel Kiper
,
2018/09/27
Re: Requirements to start Grub properly
,
Daniel Smith
,
2018/09/06
Question: grub2 grubx64.efi and load dynamic modules
,
Sherry Zhang(BJ-RD)
,
2018/09/05
grub-mkrescue: Option --core-compress is in help text but not recognized
,
Thomas Schmitt
,
2018/09/04
Re: grub-mkrescue: Option --core-compress is in help text but not recognized
,
Thomas Schmitt
,
2018/09/04
Re: [PATCH] hostdisk: Fix linux disk cache workaround on multipath disks
,
Daniel Kiper
,
2018/09/04
Re: [PATCH] hostdisk: Fix linux disk cache workaround on multipath disks
,
Michael Chang
,
2018/09/12
Re: [PATCH] tests: Disable sercon in SeaBIOS
,
Daniel Kiper
,
2018/09/04
Re: [PATCH] tests: Fix qemu options for UHCI test
,
Daniel Kiper
,
2018/09/04
Re: [PATCH] ahci: Increase time-out from 10 s to 32 s
,
Daniel Kiper
,
2018/09/04
Re: [PATCH] grub-reboot: Warn when "for the next boot only" promise cannot be kept
,
Daniel Kiper
,
2018/09/04
Re: [PATCH] grub-probe: Sort lists of enums and targets
,
Daniel Kiper
,
2018/09/04
Re: [PATCH] relocator16.S: comments update
,
Daniel Kiper
,
2018/09/04
Re: [PATCH] linux16 module: code cleanup
,
Daniel Kiper
,
2018/09/04
Re: [PATCH] module-verifier: make it possible to run checkers on grub-module-verifierxx.c
,
Daniel Kiper
,
2018/09/03
Re: [PATCH] Fix an 8 year old typo.
,
Daniel Kiper
,
2018/09/03
Re: [PATCH] grub-module-verifier: report the filename or modname in errors.
,
Daniel Kiper
,
2018/09/03
Re: [PATCH 1/9] btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile.
,
Daniel Kiper
,
2018/09/03
Re: [PATCH 7/9] btrfs: Add support for recovery for a RAID 5 btrfs profiles.
,
Daniel Kiper
,
2018/09/03
[PATCH v2] ofnet: Initialize structs in bootpath parser
,
Julian Andres Klode
,
2018/09/03
Re: [PATCH v2] ofnet: Initialize structs in bootpath parser
,
Daniel Kiper
,
2018/09/04
Re: [PATCH v2] ieee1275: obdisk driver
,
Daniel Kiper
,
2018/09/01
Re: [PATCH v2] ieee1275: obdisk driver
,
Eric Snowberg
,
2018/09/04
Re: [PATCH v2] ieee1275: obdisk driver
,
Daniel Kiper
,
2018/09/05
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc