[PATCH] docs: improve readability for people with poorer eyesight

2018-10-04 Thread Darrick J. Wong
Hi, So my eyesight still hasn't fully recovered, so in the meantime it's been difficult to read the online documentation. Here's some stylesheet overrides I've been using to make it easier for me to read them: https://djwong.org/docs/kdoc/index.html --- From: Darrick J. Wong My eyesight

[PATCH 1/2] docs: move ext4 administrative docs to admin-guide/

2018-10-04 Thread Darrick J. Wong
From: Darrick J. Wong Move the ext4 mount option and other administrative stuff to the Linux administrator's guide. Signed-off-by: Darrick J. Wong --- Documentation/admin-guide/ext4.rst | 574 ++ Documentation/admin-guide/index.rst |1

[PATCH 0/2] ext4: even more documentation fixes

2018-10-04 Thread Darrick J. Wong
Hi all, This series fixes some problems that were brought up during review for the XFS documentation which I hadn't known about when pushing the ext4 documentation during the 4.19 cycle. The first patch moves the ext4 mount option and sysfs knob information into the Linux administration guide.

[PATCH 22/22] docs: add XFS metadump structure to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/auxiliary.rst |2 + .../filesystems/xfs-data-structures/metadump.rst | 72 2 files changed, 74 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 20/22] docs: add XFS extended attributes structures to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/dynamic.rst|1 .../xfs-data-structures/extended_attributes.rst| 933 2 files changed, 934 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 21/22] docs: add XFS symlink structures to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/dynamic.rst|1 .../xfs-data-structures/symbolic_links.rst | 140 2 files changed, 141 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 17/22] docs: add XFS inode format to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/dynamic.rst|2 .../xfs-data-structures/ondisk_inode.rst | 558 2 files changed, 560 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 16/22] docs: add preliminary XFS realtime rmapbt structures to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/internal_inodes.rst|2 .../filesystems/xfs-data-structures/rtrmapbt.rst | 230 2 files changed, 232 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 19/22] docs: add XFS directory structure to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/directories.rst| 1688 .../filesystems/xfs-data-structures/dynamic.rst|1 2 files changed, 1689 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 14/22] docs: add XFS log to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/globals.rst|1 .../xfs-data-structures/journaling_log.rst | 1442 2 files changed, 1443 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 18/22] docs: add XFS data extent map doc to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/data_extents.rst | 337 .../filesystems/xfs-data-structures/dynamic.rst|1 2 files changed, 338 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 15/22] docs: add XFS internal inodes to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/globals.rst|1 .../xfs-data-structures/internal_inodes.rst| 208 2 files changed, 209 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 12/22] docs: add XFS reverse mapping structures to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/allocation_groups.rst |2 .../filesystems/xfs-data-structures/rmapbt.rst | 336 2 files changed, 338 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 11/22] docs: add XFS allocation group metadata to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/allocation_groups.rst | 1381 .../filesystems/xfs-data-structures/globals.rst|1 2 files changed, 1382 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 13/22] docs: add XFS refcount btree structure to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/allocation_groups.rst |1 .../filesystems/xfs-data-structures/refcountbt.rst | 154 2 files changed, 155 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 10/22] docs: add XFS dir/attr btree structure to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/dabtrees.rst | 221 .../filesystems/xfs-data-structures/globals.rst|1 2 files changed, 222 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 08/22] docs: add XFS testing chapter to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 + .../filesystems/xfs-data-structures/testing.rst| 25 2 files changed, 26 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 06/22] docs: add XFS online repair chapter to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 .../xfs-data-structures/reconstruction.rst | 68 2 files changed, 69 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 03/22] docs: add XFS self-describing metadata integrity doc to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |2 .../self_describing_metadata.rst | 402 .../filesystems/xfs-self-describing-metadata.txt | 350 - 3 files changed, 404

[PATCH 04/22] docs: add XFS delayed logging design doc to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/delayed_logging.rst| 828 .../filesystems/xfs-data-structures/overview.rst |1 .../filesystems/xfs-delayed-logging-design.txt | 793 --- 3 files changed

[PATCH 05/22] docs: add XFS shared data block chapter to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 .../filesystems/xfs-data-structures/reflink.rst| 43 2 files changed, 44 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 09/22] docs: add XFS btrees to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/btrees.rst | 197 .../filesystems/xfs-data-structures/globals.rst|2 2 files changed, 199 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 07/22] docs: add XFS common types and magic numbers to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/common_types.rst | 61 .../filesystems/xfs-data-structures/magic.rst | 277 .../filesystems/xfs-data-structures/overview.rst |2 3 files changed, 340 insertions

[PATCH v2 00/22] xfs-4.20: major documentation surgery

2018-10-03 Thread Darrick J. Wong
Hi all, This series converts the existing in-kernel xfs documentation to rst format, links it in with the rest of the kernel's rst documetation, and then begins pulling in the contents of the Data Structures & Algorithms book from the xfs-documentation git tree. No changes are made to the text

[PATCH 01/22] docs: add skeleton of XFS Data Structures and Algorithms book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Start adding the main TOC of the XFS data structures and algorithms book. We'll add the individual sections in later patches. Signed-off-by: Darrick J. Wong --- Documentation/conf.py |2 .../filesystems/xfs-data-structures/about.rst

[PATCH 07/22] docs: add XFS common types and magic numbers to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/common_types.rst | 61 .../filesystems/xfs-data-structures/magic.rst | 277 .../filesystems/xfs-data-structures/overview.rst |2 3 files changed, 340 insertions

[PATCH 08/22] docs: add XFS testing chapter to the DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 + .../filesystems/xfs-data-structures/testing.rst| 25 2 files changed, 26 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 04/22] docs: add XFS delayed logging design doc to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../xfs-data-structures/delayed_logging.rst| 828 .../filesystems/xfs-data-structures/overview.rst |1 .../filesystems/xfs-delayed-logging-design.txt | 793 --- 3 files changed

[PATCH 06/22] docs: add XFS online repair chapter to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 .../xfs-data-structures/reconstruction.rst | 68 2 files changed, 69 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 05/22] docs: add XFS shared data block chapter to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |1 .../filesystems/xfs-data-structures/reflink.rst| 43 2 files changed, 44 insertions(+) create mode 100644 Documentation/filesystems/xfs-data

[PATCH 01/22] docs: add skeleton of XFS Data Structures and Algorithms book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Start adding the main TOC of the XFS data structures and algorithms book. We'll add the individual sections in later patches. Signed-off-by: Darrick J. Wong --- Documentation/conf.py |2 .../filesystems/xfs-data-structures/about.rst

[PATCH 03/22] docs: add XFS self-describing metadata integrity doc to DS book

2018-10-03 Thread Darrick J. Wong
From: Darrick J. Wong Signed-off-by: Darrick J. Wong --- .../filesystems/xfs-data-structures/overview.rst |2 .../self_describing_metadata.rst | 402 .../filesystems/xfs-self-describing-metadata.txt | 350 - 3 files changed, 404

[PATCH v2 00/22] xfs-4.20: major documentation surgery

2018-10-03 Thread Darrick J. Wong
Hi all, This series converts the existing in-kernel xfs documentation to rst format, links it in with the rest of the kernel's rst documetation, and then begins pulling in the contents of the Data Structures & Algorithms book from the xfs-documentation git tree. No changes are made to the text

Re: [RFC PATCH 00/13] ext4: major documentation surgery

2018-07-21 Thread Darrick J. Wong
On Sat, Jul 21, 2018 at 10:19:46AM -0400, Theodore Y. Ts'o wrote: > On Tue, Jul 10, 2018 at 10:16:42AM -0700, Darrick J. Wong wrote: > > Hi all, > > > > This series converts the existing in-kernel ext4 documentation to rst > > format, links it in with the rest of th

Re: Sphinx version dependencies?

2018-07-19 Thread Darrick J. Wong
On Thu, Jul 19, 2018 at 02:15:56PM -0400, Theodore Y. Ts'o wrote: > Darrick has sent in patches to convert the ext4 documentation to use > rst and to be built as part of the full kernel documentation thanks. > In addition to that, he's imported the on-disk documentation from the > ext4 wiki into

Re: [PATCH] xfs: Change URL for the project in xfs.txt

2018-03-21 Thread Darrick J. Wong
On Sat, Mar 03, 2018 at 09:43:10AM +1100, Dave Chinner wrote: > On Fri, Mar 02, 2018 at 04:08:24PM -0600, Eric Sandeen wrote: > > > > > > On 3/2/18 3:57 PM, Dave Chinner wrote: > > > On Fri, Mar 02, 2018 at 09:24:01AM -0800, Darrick J. Wong wrote: > > >>

Re: [PATCH] Documentation: fix little inconsistencies

2017-08-29 Thread Darrick J. Wong
thing incorrect here, I merely thought it odd to send a fix for networking documentation to the ext4 list, but not netdev? --D > Pavel > > > Reviewed-by: Darrick J. Wong <darrick.w...@oracle.com> > > > > --

Re: [PATCH] Documentation: fix little inconsistencies

2017-08-28 Thread Darrick J. Wong
hdev.txt > @@ -29,7 +29,7 @@ with SR-IOV or soft switches, such as OVS, are possible. >   sw1p1  + sw1p3 +  sw1p5 + eth1 > +|+|+|+ > ||||||| > - +--+----++----+-+--++---+  +-+-+ > + +--++++++---+  +-+

Re: [xfstests PATCH v3 1/5] generic: add a writeback error handling test

2017-06-06 Thread Darrick J. Wong
On Tue, Jun 06, 2017 at 04:12:58PM -0400, Jeff Layton wrote: > On Tue, 2017-06-06 at 10:17 -0700, Darrick J. Wong wrote: > > On Tue, Jun 06, 2017 at 08:23:25PM +0800, Eryu Guan wrote: > > > On Tue, Jun 06, 2017 at 06:15:57AM -0400, Jeff Layton wrote: > > > > On Tue, 2

Re: [xfstests PATCH v3 1/5] generic: add a writeback error handling test

2017-06-06 Thread Darrick J. Wong
On Tue, Jun 06, 2017 at 08:23:25PM +0800, Eryu Guan wrote: > On Tue, Jun 06, 2017 at 06:15:57AM -0400, Jeff Layton wrote: > > On Tue, 2017-06-06 at 16:58 +0800, Eryu Guan wrote: > > > On Wed, May 31, 2017 at 09:08:16AM -0400, Jeff Layton wrote: > > > > I'm working on a set of kernel patches to