Skip to content

Commit

Permalink
Merge pull request #326 from PowerUser64/spelling-fix
Browse files Browse the repository at this point in the history
doc: correct some spelling errors
  • Loading branch information
koverstreet authored Aug 10, 2024
2 parents 6687752 + 5b4ee5c commit 74a48d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/bcachefs-principles-of-operation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ \subsection{Subvolumes and snapshots}
existing subvolume
\end{itemize}

A subvolume can also be deleting with a normal rmdir after deleting all the
A subvolume can also be deleted with a normal rmdir after deleting all the
contents, as with \texttt{rm -rf}. Still to be implemented: read-only snapshots,
recursive snapshot creation, and a method for recursively listing subvolumes.

Expand Down Expand Up @@ -505,8 +505,8 @@ \subsection{Journal}
milliseconds.

The journal should be sized sufficiently that bursts of activity do not fill up
the journal too quickly; also, a larger journal mean that we can queue up larger
btree writes. The \texttt{bcachefs device resize-journal} can be used for
the journal too quickly; also, a larger journal means that we can queue up
larger btree writes. The \texttt{bcachefs device resize-journal} can be used for
resizing the journal on disk on a particular device - it can be used on a
mounted or unmounted filesystem.

Expand Down Expand Up @@ -578,8 +578,8 @@ \section{Options}
Most bcachefs options can be set filesystem wide, and a significant subset can
also be set on inodes (files and directories), overriding the global defaults.
Filesystem wide options may be set when formatting, when mounting, or at runtime
via \texttt{/sys/fs/bcachefs/<uuid>/options/}. When set at runtime via sysfs the
persistent options in the superblock are updated as well; when options are
via \texttt{/sys/fs/bcachefs/<uuid>/options/}. When set at runtime via sysfs,
the persistent options in the superblock are updated as well; when options are
passed as mount parameters the persistent options are unmodified.

\subsection{File and directory options}
Expand All @@ -593,8 +593,8 @@ \subsection{File and directory options}
to do the rename file by file so that inherited attributes stay consistent.

Inode options are available as extended attributes. The options that have been
explicitly set are available under the \texttt{bcachefs} namespace, and the effective
options (explicitly set and inherited options) are available under the
explicitly set are available under the \texttt{bcachefs} namespace, and the
effective options (explicitly set and inherited options) are available under the
\texttt{bcachefs\_effective} namespace. Examples of listing options with the
getfattr command:

Expand Down Expand Up @@ -1150,7 +1150,7 @@ \subsection{Superblock}

\item \texttt{BCH\_SB\_FIELD\_replicas} \\
Contains a list of replica entries, which are lists of devices
that have extents replicated across them.
that have extents replicated across them.

\item \texttt{BCH\_SB\_FIELD\_quota} \\
Contains timelimit and warnlimit fields for each quota type
Expand Down

0 comments on commit 74a48d6

Please sign in to comment.