Announcement

Collapse
No announcement yet.

F2FS Data Compression Using LZO/LZ4 + Selective File Extension Handling To Land In 2020

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

  • #11
    Originally posted by geearf View Post
    It's weird how each FS needs to implement this instead of having some generic layer doing it for all.
    It's probably harder to make a generic interface for this generic layer (and the generic layer itself) with decent performance than adding FS-specific code to have compression support in the FS.

    Comment


    • #12
      Originally posted by starshipeleven View Post
      It's probably harder to make a generic interface for this generic layer (and the generic layer itself) with decent performance than adding FS-specific code to have compression support in the FS.
      Yeah, maybe that's it, but it still seems like a bad choice to me.

      Comment


      • #13
        Originally posted by geearf View Post
        Yeah, maybe that's it, but it still seems like a bad choice to me.
        a bad choice made by all filesystems in existence.

        Comment


        • #14
          SO, F2FS on NVME!
          Hi

          Comment


          • #15
            Originally posted by Mario Junior View Post
            LVM adds much overhead and this kills one of the purposes of F2FS.
            Please elaborate on how you came to that conclusion.

            Comment

            Working...
            X