mbox series

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

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

Message

Goffredo Baroncelli March 6, 2022, 6:15 p.m. UTC
From: Goffredo Baroncelli <kreijack@inwind.it>

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

Look this patches set for further information.

Changelog:
V12:
- removed support for major_minor: now even to query the allocation_hint
property requires root privileges.
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                  | 162 +++++++++++++++++++++++++++++++
 kernel-shared/ctree.h            |  13 +++
 3 files changed, 196 insertions(+)