[bootlin/training-materials updates] master: Add proposal for ZFS (e8ef59de)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Nov 26 11:34:33 CET 2020


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/e8ef59dec450fecf1f22e4b8fd039e61ad32251f

>---------------------------------------------------------------

commit e8ef59dec450fecf1f22e4b8fd039e61ad32251f
Author: Quentin Bourgeois <quentin.bourgeois at synacktiv.com>
Date:   Mon Oct 19 15:29:11 2020 +0000

    Add proposal for ZFS
    
    Commonly used FS into different Unix based systems.
    
    Signed-off-by: Quentin Bourgeois <quentin.bourgeois at synacktiv.com>


>---------------------------------------------------------------

e8ef59dec450fecf1f22e4b8fd039e61ad32251f
 slides/sysdev-block-filesystems/sysdev-block-filesystems.tex | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 4ecf3a97..16d7057a 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -170,6 +170,10 @@ major minor #blocks name
     developed, provided mainly for compatibility.
   \item \code{reiserFS}, used to be a popular filesystem, but its
     latest version \code{Reiser4} was never merged upstream.
+  \item \code{ZFS}, provides standard and advanced filesystem and
+    volume management (CoW, snapshot, etc.). Due to license it
+    cannot be mainlined into Linux but present into few distributions
+    (see \code{OpenZFS}).
   \end{itemize}
   All those filesystems provide the necessary functionalities for
   Linux systems: symbolic links, permissions, ownership, device files,




More information about the training-materials-updates mailing list