mbox series

[0/2,V11] btrfs-progs: allocation_hint disk property

Message ID cover.1643228730.git.kreijack@inwind.it (mailing list archive)
Headers show
Series btrfs-progs: allocation_hint disk property | expand

Message

Goffredo Baroncelli Jan. 26, 2022, 8:32 p.m. UTC
From: Goffredo Baroncelli <kreijack@inwind.it>

This patches set is the userspace portion of the serie
"[PATCH V11] btrfs: allocation_hint".

Look this patches set for further information.

Changelog
V11: 
- find the correct /sys/fs/btrfs/<UUID> directory using the
devinfo/major_minor sysfs file.
- update the man page to the .rst file format

G.Baroncelli

Goffredo Baroncelli (2):
  btrfs-progs: new "allocation_hint" property.
  Update man page for allocator_hint property.

 Documentation/btrfs-property.rst |  21 +++
 cmds/property.c                  | 253 +++++++++++++++++++++++++++++++
 kernel-shared/ctree.h            |  13 ++
 3 files changed, 287 insertions(+)