[PATCH v3] xfs: Include needsrepair in the supported incompat features list

2021-05-03 Thread Javier Martinez Canillas
XFS now has an incompat feature flag to indicate that the filesystem needs to be repaired. The Linux kernel refuses to mount a filesystem that has it set and only the xfs_repair tool is able to clear that flag. The GRUB doesn't have the concept of mounting filesystems and just attempt to read the

Re: [PATCH] xfs: Print a warning if the filesystem needs to be repaired

2021-05-03 Thread Javier Martinez Canillas
Hello Daniel, On 4/29/21 4:32 PM, Daniel Kiper wrote: > On Thu, Apr 29, 2021 at 11:05:20AM +0200, Carlos Maiolino wrote: >> On Thu, Apr 22, 2021 at 05:15:31PM +0200, Javier Martinez Canillas wrote: >>> Hello Vladimir, >>> >>> On 4/22/21 4:56 PM, Vladimir 'phcoder' Serbinenko wrote: Filesystem