mbox series

[0/4] Improve block layer request queue sysfs parameter documentation

Message ID 20190628200745.206110-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Improve block layer request queue sysfs parameter documentation | expand

Message

Bart Van Assche June 28, 2019, 8:07 p.m. UTC
Hi Jens,

While reviewing Documentation/block/queue-sysfs.txt I noticed one spelling
issue, that the parameters are not listed alphabetically, that the word
'segments' needs clarification and also that documentation for some
parameters is missing. These patches address all four these issues. Please
consider these patches for kernel v5.3.

Thanks,

Bart.

Bart Van Assche (4):
  block, documentation: Fix wbt_lat_usec documentation
  block, documentation: Sort queue sysfs attribute names alphabetically
  block, documentation: Explain the word 'segments'
  block, documentation: Document discard_zeroes_data, fua,
    max_discard_segments and write_zeroes_max_bytes

 Documentation/block/queue-sysfs.txt | 64 +++++++++++++++++++----------
 1 file changed, 43 insertions(+), 21 deletions(-)

Comments

Jens Axboe June 29, 2019, 3:38 p.m. UTC | #1
On 6/28/19 2:07 PM, Bart Van Assche wrote:
> Hi Jens,
> 
> While reviewing Documentation/block/queue-sysfs.txt I noticed one spelling
> issue, that the parameters are not listed alphabetically, that the word
> 'segments' needs clarification and also that documentation for some
> parameters is missing. These patches address all four these issues. Please
> consider these patches for kernel v5.3.

Thanks Bart, applied.