[bootlin/training-materials updates] master: slides/sysdev-block-filesystems: remove ZFS, update ReiserFS (2a1ef0a4)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Sep 30 13:16:32 CEST 2022


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

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

commit 2a1ef0a4d839ff69b2b35426c9b2d0dddcc852e8
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Sep 30 13:16:32 2022 +0200

    slides/sysdev-block-filesystems: remove ZFS, update ReiserFS
    
    - ZFS is too special to keep
    - Update ReiserFS
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

2a1ef0a4d839ff69b2b35426c9b2d0dddcc852e8
 slides/sysdev-block-filesystems/sysdev-block-filesystems.tex | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 4be378d2..36237b24 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -168,12 +168,8 @@ major minor #blocks name
     IRIX, still actively developed. Default filesystem on Red Hat Entreprise Linux.
   \item \code{JFS} (\kconfig{CONFIG_JFS_FS}), inherited from IBM AIX. No longer actively
     developed, provided mainly for compatibility.
-  \item \code{reiserFS} (\kconfig{CONFIG_REISERFS_FS}), 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}).
+  \item \code{reiserFS} (\kconfig{CONFIG_REISERFS_FS}), used to be a
+    popular filesystem, but is not actively maintained any more.
   \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