summaryrefslogtreecommitdiff
path: root/doc/bcachefs-principles-of-operation.tex
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-10-11 22:04:00 +0200
committerJohn Titor <50095635+JohnRTitor@users.noreply.github.com>2024-05-29 09:22:09 +0530
commit18f9526c45e560df26dfadd5bdef7467aab6c0f7 (patch)
treebc75908d46ed16940f3e9bc8ffac5e5f1f188a30 /doc/bcachefs-principles-of-operation.tex
parentc36b96d4dc1167bb9d38ba5bd594854e99f1ba9b (diff)
treewide, docs: fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> [remove changes to libbcachefs/, linux/, include/, and raid/] Co-authored-by: Masum Reza <masumrezarock100@gmail.com> Signed-off-by: Masum Reza <masumrezarock100@gmail.com>
Diffstat (limited to 'doc/bcachefs-principles-of-operation.tex')
-rw-r--r--doc/bcachefs-principles-of-operation.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/bcachefs-principles-of-operation.tex b/doc/bcachefs-principles-of-operation.tex
index bcb3fc9a..7dd7e7f3 100644
--- a/doc/bcachefs-principles-of-operation.tex
+++ b/doc/bcachefs-principles-of-operation.tex
@@ -464,7 +464,7 @@ The \texttt{-o verbose} enables additional log output during the mount process.
It is possible to run fsck either in userspace with the \texttt{bcachefs fsck}
subcommand (also available as \texttt{fsck.bcachefs}, or in the kernel while
-mounting by specifying the \texttt{-o fsck} mount option. In either case the
+mounting by specifying the \texttt{-o fsck} mount option). In either case the
exact same fsck implementation is being run, only the environment is different.
Running fsck in the kernel at mount time has the advantage of somewhat better
performance, while running in userspace has the ability to be stopped with
@@ -528,7 +528,7 @@ filesystem:
\begin{itemize}
\item \texttt{bcachefs device add}: Formats and adds a new device to an
existing filesystem.
- \item \texttt{bcachefs device remove}: Permenantly removes a device from
+ \item \texttt{bcachefs device remove}: Permanently removes a device from
an existing filesystem.
\item \texttt{bcachefs device online}: Connects a device to a running
filesystem that was mounted without it (i.e. in degraded mode)
@@ -912,7 +912,7 @@ quantiles for latency/duration in the
\end{itemize}
\item \texttt{btree\_key\_cache} \\
- Prints infromation on the btree key cache: number of freed keys
+ Prints information on the btree key cache: number of freed keys
(which must wait for a sRCU barrier to complete before being
freed), number of cached keys, and number of dirty keys.
@@ -1036,7 +1036,7 @@ listing btree nodes and contents, but for offline filesystems.
\subsubsection{bcachefs list\_journal}
This subcommand lists the contents of the journal, which primarily records btree
-updates ordered by when they occured.
+updates ordered by when they occurred.
\subsubsection{bcachefs dump}
@@ -1052,7 +1052,7 @@ This section documents bcachefs-specific ioctls:
\begin{description}
\item \texttt{BCH\_IOCTL\_QUERY\_UUID} \\
- Returs the UUID of the filesystem: used to find the sysfs
+ Returns the UUID of the filesystem: used to find the sysfs
directory given a path to a mounted filesystem.
\item \texttt{BCH\_IOCTL\_FS\_USAGE} \\
@@ -1102,7 +1102,7 @@ This section documents bcachefs-specific ioctls:
\item \texttt{BCH\_IOCTL\_DISK\_RESIZE\_JOURNAL} \\
\item \texttt{BCH\_IOCTL\_DATA} \\
Starts a data job, which walks all data and/or metadata in a
- filesystem performing, performaing some operation on each btree
+ filesystem performing, performing some operations on each btree
node and extent. Returns a file descriptor which can be read
from to get the current status of the job, and closing the file
descriptor (i.e. on process exit stops the data job.