Announcement

Collapse
No announcement yet.

F2FS Brings Per-File Encryption With Linux 4.2

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

  • F2FS Brings Per-File Encryption With Linux 4.2

    Phoronix: F2FS Brings Per-File Encryption With Linux 4.2

    Based on the native encryption support added to EXT4 with the Linux 4.1 kernel, Linux 4.2 is bringing encryption support to the F2FS file-system...

    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

  • #2
    What's the advantages of this approach over something like LUKS?

    Comment


    • #3
      Samsung makes a filesystem with TRIM improvements, and almost all of their own SSD's to do it so wrong you need to turn it off. Nice irony.
      It looked just like another page in the middle of the night. One of the servers of our search API stopped processing the indexing jobs for an unknown reason. Since we build systems in Algolia for high availability and resiliency, nothing bad was happening. The?new API calls were correctly redirecte

      Comment


      • #4
        Originally posted by xeekei View Post
        What's the advantages of this approach over something like LUKS?
        The advantages are many. Particularly, you can enforce access control to files using different keys. Full-disk encryption (like with LUKS) protects the entire volume, but while it's offline.

        Comment


        • #5
          Originally posted by xeekei View Post
          What's the advantages of this approach over something like LUKS?
          One advantage is that you can use it transparently to securely store files on file synchronisation services (a.k.a. "in the cloud").

          I.e. you are locally working with the mounted and unencrypted files, the file sync service, on the other hand, works with the raw and encrypted files.

          It is more or less the only way to get both fast sync (only modified files get synched) and privacy (the sync never sees the clear text files).

          Cheers,
          _

          Comment


          • #6
            Sounds very cool! Wish XFS could do something like this.

            Comment

            Working...
            X