diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-04-11 18:59:45 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-04-11 18:59:45 -0700 |
commit | a8f6c2e54ddc1f1bedf3dfc92407e2b6678dd109 (patch) | |
tree | 11a3ce1750bc3a1d779fe3f92caf8577aa285a02 /Documentation/filesystems/index.rst | |
parent | 09a9639e56c01c7a00d6c0ca63f4c7c41abe075d (diff) |
xfs: document the motivation for online fsck design
Start the first chapter of the online fsck design documentation.
This covers the motivations for creating this in the first place.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'Documentation/filesystems/index.rst')
-rw-r--r-- | Documentation/filesystems/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index bee63d42e5ec..fbb2b5ada95b 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -123,4 +123,5 @@ Documentation for filesystem implementations. vfat xfs-delayed-logging-design xfs-self-describing-metadata + xfs-online-fsck-design zonefs |