Re: [PATCH 0/4] Support for XFS v5 superblock

2014-09-23 Thread Jan Kara
On Mon 14-07-14 17:21:27, Jan Kara wrote: > > Hello, > > XFS has recently added some on disk format changes which break booting > from XFS partition using grub (grub is unable to read the filesystem). > This patch set implements support for the new XFS on disk format. Guys, could you please

Re: [PATCH 0/4] Support for XFS v5 superblock

2014-07-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.07.2014 19:31, Jan Kara wrote: > On Mon 14-07-14 17:21:27, Jan Kara wrote: >> >> Hello, >> >> XFS has recently added some on disk format changes which break booting >> from XFS partition using grub (grub is unable to read the filesystem). >> This patch set implements support for the new X

Re: [PATCH 0/4] Support for XFS v5 superblock

2014-07-21 Thread Jan Kara
On Mon 14-07-14 17:21:27, Jan Kara wrote: > > Hello, > > XFS has recently added some on disk format changes which break booting > from XFS partition using grub (grub is unable to read the filesystem). > This patch set implements support for the new XFS on disk format. Ping? Anyone cares abo

[PATCH 0/4] Support for XFS v5 superblock

2014-07-14 Thread Jan Kara
Hello, XFS has recently added some on disk format changes which break booting from XFS partition using grub (grub is unable to read the filesystem). This patch set implements support for the new XFS on disk format. Honza _