Re: [PATCH V5] ieee1275/ofdisk: retry on open and read failure

2024-01-29 Thread Mukesh Kumar Chaurasiya
On 1/25/24 10:35, Michael Chang wrote: On Wed, Jan 24, 2024 at 11:42:30AM +0530, Mukesh Kumar Chaurasiya wrote: + + if (grub_strstr (disk->name, "fibre-channel") != NULL || + grub_strstr (disk->name, "vfc-client") != NULL) Is there a reason why nvme-of now exempted from the retrying ? It

Re: [PATCH v3 2/2] disk: increase sector size up to 127 for LBA reads

2024-01-29 Thread Daniel Kiper
On Tue, Oct 10, 2023 at 09:28:45PM +0300, ValdikSS via Grub-devel wrote: > Increase the value from 63 to speed up reading process. > > This commit increases two limits: the low-level int 13h reading code > and a high-level reading code with disk cache. > The disk cache imposes an overall limitation

[PATCH] LVM Cachevol and Integrity volumes break entire LVM VG

2024-01-29 Thread Patrick Plenefisch
In an effort to solve https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061168 for myself, I implemented basic support for cachevol and integrity volumes in LVM. This is just an extension of the cachepool support that already existed, and just like that support, I ignore all of the metadata and j

[PATCH] util/bash-completion: Load scripts on demand

2024-01-29 Thread Gary Lin via Grub-devel
There are two system directories for bash-completion scripts. One is /usr/share/bash-completion/completions and the other is /etc/bash_completion.d/. The 'etc' scripts are loaded in advance and for backward compatibility while the 'usr' scripts are loaded on demand. To load scripts on demand, it re