Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> Aleš Nesrsta wrote:
> Hello, Aleš. I've seen that your assignment was completed. I added you
> to grub contributors. Feel free to create a branch in branches/usb.
> Right now I'm busy but next week I should be able to assist. Perhaps
> even this week.
Jiro SEKIBA wrote:
> Hi,
>
> This is re-revised patch to support 2nd super block for nilfs2 partition.
>
> NILFS has redundant super blocks. Two of those are identical if unmounted
> cleanly. However when one of these is collapsed or old, correct one or
> newer one should be used to find latest l
Grégoire Sutre wrote:
> Hi,
>
> Regarding the nested partition code, there is an implicit assumption
> that each partition should be contained in its parent, i.e. its sectors
> should also be sectors of its parent.
>
> This ``physical nesting'' is checked in grub_disk_read, but it would
> be bette
Grégoire Sutre wrote:
> On 05/19/2010 09:20 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>
> [snip]
> - delta = grub_partition_get_start (disk->partition);
> + delta = grub_le_to_cpu32 (whole_disk_be.offset);
>
> As dicsussed on irc, this makes the delta completely dependent on the
> c: e
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> > Hello, Aleš. I've seen that your assignment was completed. I added you
> > to grub contributors. Feel free to create a branch in branches/usb.
> > Right now I'm busy but next week I should be able to assist. Perhaps
> > even this week. Right now I se
Aleš Nesrsta wrote:
> Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>
>>> Hello, Aleš. I've seen that your assignment was completed. I added you
>>> to grub contributors. Feel free to create a branch in branches/usb.
>>> Right now I'm busy but next week I should be able to assist. Perhaps
>>> eve