Skip to content

Commit fd3da2e

Browse files
asjkdave
authored andcommitted
btrfs-progs: docs: fix sphinx build errors in CHANGES
On python3-sphinx 7.2.6. and python3-sphinx_rtd_theme 2.0.0 there are build errors. Making all in Documentation [SPHINX] man ../CHANGES:26: ERROR: Unexpected indentation. ../CHANGES:29: WARNING: Block quote ends without a blank line; unexpected unindent. ../CHANGES:204: ERROR: Unexpected indentation. ../CHANGES:205: WARNING: Block quote ends without a blank line; unexpected unindent. Fix them by adjusting the indentation in the CHANGES file. The sublist should be indented two spaces further than the main list. Signed-off-by: Anand Jain <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent 528313d commit fd3da2e

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

CHANGES

+11-11
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ btrfs-progs-6.11 (2024-09-17)
2222
btrfs-progs-6.10 (2024-07-30)
2323
-----------------------------
2424
* inspect:
25-
* list-chunks: new command to print information about chunks (i.e.
26-
the physical chunks as stored on devices), sortable; requires root as
27-
it's using SEARCH_TREE ioctl
28-
* tree-stats:
25+
* list-chunks: new command to print information about chunks (i.e.
26+
the physical chunks as stored on devices), sortable; requires root as
27+
it's using SEARCH_TREE ioctl
28+
* tree-stats:
2929
* new option -t to print only the given tree
3030
* add long options for size units
3131
* filesystem df: with increased verbosity print per-type information from sysfs
@@ -199,13 +199,13 @@ btrfs-progs-6.6 (2023-11-03)
199199
future)
200200
* dump-tree: output sequence number for inline refs
201201
* fixes:
202-
* fi resize: fallback to lowest devid when 1 does not exist, previously the
203-
command would fail with "No such device"
204-
* fi usage: fix "devices 0 != 1" message and broken output on multi-device
205-
filesystem
206-
* open files in non-blocking mode when reading fsid, this could hang when
207-
trying to open fifo files or some special character devices, was observed
208-
with 'prop set/get'
202+
* fi resize: fallback to lowest devid when 1 does not exist, previously the
203+
command would fail with "No such device"
204+
* fi usage: fix "devices 0 != 1" message and broken output on multi-device
205+
filesystem
206+
* open files in non-blocking mode when reading fsid, this could hang when
207+
trying to open fifo files or some special character devices, was observed
208+
with 'prop set/get'
209209
* experimental:
210210
* mkfs: parametric zone size for emulated zoned mode
211211
* other:

Documentation/Kernel-by-version.rst

+34-34
Original file line numberDiff line numberDiff line change
@@ -512,20 +512,20 @@ Pull requests:
512512
Core changes:
513513

514514
- convert extent buffers to folios:
515-
- direct API conversion where possible
516-
- performance can drop by a few percent on metadata heavy
517-
workloads, the folio sizes are not constant and the calculations
518-
add up in the item helpers
519-
- both regular and subpage modes
520-
- data cannot be converted yet, we need to port that to iomap and
521-
there are some other generic changes required
515+
- direct API conversion where possible
516+
- performance can drop by a few percent on metadata heavy
517+
workloads, the folio sizes are not constant and the calculations
518+
add up in the item helpers
519+
- both regular and subpage modes
520+
- data cannot be converted yet, we need to port that to iomap and
521+
there are some other generic changes required
522522

523523
- convert mount to the new API, should not be user visible:
524-
- options deprecated long time ago have been removed: inode_cache,
525-
recovery
526-
- the new logic that splits mount to two phases slightly changes
527-
timing of device scanning for multi-device filesystems
528-
- LSM options will now work (like for selinux)
524+
- options deprecated long time ago have been removed: inode_cache,
525+
recovery
526+
- the new logic that splits mount to two phases slightly changes
527+
timing of device scanning for multi-device filesystems
528+
- LSM options will now work (like for selinux)
529529

530530
- convert delayed nodes radix tree to xarray, preserving the
531531
preload-like logic that still allows to allocate with GFP_NOFS
@@ -576,9 +576,9 @@ Performance improvements:
576576
delayed allocation bits, applies to several common workload types
577577

578578
- features under CONFIG_BTRFS_DEBUG:
579-
- sysfs knob for setting the how checksums are calculated when submitting IO,
580-
inline or offloaded to a thread, this affects latency and throughput on some
581-
block group profiles
579+
- sysfs knob for setting the how checksums are calculated when submitting IO,
580+
inline or offloaded to a thread, this affects latency and throughput on some
581+
block group profiles
582582

583583
Notable fixes:
584584

@@ -644,29 +644,29 @@ Pull requests:
644644
User visible features:
645645

646646
- dynamic block group reclaim:
647-
- tunable framework to avoid situations where eager data allocations prevent
648-
creating new metadata chunks due to lack of unallocated space
649-
- reuse sysfs knob bg_reclaim_threshold (otherwise used only in zoned mode)
650-
for a fixed value threshold
651-
- new on/off sysfs knob "dynamic_reclaim" calculating the value based on
652-
heuristics, aiming to keep spare working space for relocating chunks but
653-
not to needlessly relocate partially utilized block groups or reclaim newly
654-
allocated ones
655-
- stats are exported in sysfs per block group type, files "reclaim_*"
656-
- this may increase IO load at unexpected times but the corner case of no
657-
allocatable block groups is known to be worse
647+
- tunable framework to avoid situations where eager data allocations prevent
648+
creating new metadata chunks due to lack of unallocated space
649+
- reuse sysfs knob bg_reclaim_threshold (otherwise used only in zoned mode)
650+
for a fixed value threshold
651+
- new on/off sysfs knob "dynamic_reclaim" calculating the value based on
652+
heuristics, aiming to keep spare working space for relocating chunks but
653+
not to needlessly relocate partially utilized block groups or reclaim newly
654+
allocated ones
655+
- stats are exported in sysfs per block group type, files "reclaim_*"
656+
- this may increase IO load at unexpected times but the corner case of no
657+
allocatable block groups is known to be worse
658658

659659
- automatically remove qgroup of deleted subvolumes:
660-
- adjust qgroup removal conditions, make sure all related subvolume data are
661-
already removed, or return EBUSY, also take into account setting of sysfs
662-
drop_subtree_threshold
663-
- also works in squota mode
660+
- adjust qgroup removal conditions, make sure all related subvolume data are
661+
already removed, or return EBUSY, also take into account setting of sysfs
662+
drop_subtree_threshold
663+
- also works in squota mode
664664

665665
- mount option updates: new modes of 'rescue=' that allow to mount images
666-
(read-only) that could have been partially converted by user space tools
667-
- ignoremetacsums - invalid metadata checksums are ignored
668-
- ignoresuperflags - super block flags that track conversion in progress
669-
(like UUID or checksums)
666+
(read-only) that could have been partially converted by user space tools
667+
- ignoremetacsums - invalid metadata checksums are ignored
668+
- ignoresuperflags - super block flags that track conversion in progress
669+
(like UUID or checksums)
670670

671671
Other notable changes or fixes:
672672

0 commit comments

Comments
 (0)