Announcement

Collapse
No announcement yet.

EXT4 In Linux 3.5 Gets CRC32 Meta-Data

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • oliver
    replied
    So looks like we'll have to reformat to use this feature (in the future!), or will there be some conversion tooling? I know i could change the flag with tune2fs, but the metadata would needed to be rewritten for the crc32 value field?

    Leave a comment:


  • R00KIE
    replied
    I was wondering about that too. It would be expected that the user would have to do something to get the new feature since it is not backwards compatible.

    I'd say this is one of the reasons why every once in a while one should do a full backup, reformat and copy everything back

    Leave a comment:


  • kernelOfTruth
    replied


    It's an on-disk change, but it's gated by a superblock "feature flag".
    So unless you actually activate the feature, you won't get it. If you
    do activate the feature, then you won't be able to switch between
    older and newer kernel versions --- at least not and be able to mount
    the file system read/write. (We have different feature flags that
    indicate whether or not the kernel is allowed to mount the file system
    read/write, read/only, or not at all, if it doesn't know about a bit
    in the COMPAT, COMPAT_RO, or INCOMPAT feature bitmak.)

    The e2fsprogs support for this feature is currently only in the
    (rewinding) proposed update branch, so it's not something that I
    recommend people use just yet.
    Even though it's been pretty well
    tested, there are probably still some bugs we still need to shake out.

    - Ted

    Leave a comment:


  • LightBit
    replied
    On-disk change , what about compatibility?

    Leave a comment:


  • phoronix
    started a topic EXT4 In Linux 3.5 Gets CRC32 Meta-Data

    EXT4 In Linux 3.5 Gets CRC32 Meta-Data

    Phoronix: EXT4 In Linux 3.5 Gets CRC32 Meta-Data

    The pull request for the EXT4 file-system in the Linux 3.5 kernel and there's one prominent new feature...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite
Working...
X