]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: sysfs: add force_chunk_alloc trigger to force allocation
authorStefan Roesch <shr@fb.com>
Tue, 8 Feb 2022 19:31:22 +0000 (11:31 -0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:32 +0000 (17:45 +0200)
commit738c5fec984119f9dc692b0e98769b07bc5e9923
tree490eb489110368111c9f80c3aa8871b7884ba080
parent0e3fe284e48c08b0a796c580da69e89fec9dd49d
btrfs: sysfs: add force_chunk_alloc trigger to force allocation

Adds write-only trigger to force new chunk allocation for a given block
group type. It is at

  /sys/fs/btrfs/<uuid>/allocation/<type>/force_chunk_alloc

Note: this is now only for debugging and testing and is enabled with the
      CONFIG_BTRFS_DEBUG configuration option. The transaction is
      started from sysfs context and can be problematic in some cases.

Signed-off-by: Stefan Roesch <shr@fb.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ Changes from the original submission:
  - update changelog
  - drop unnecessary error messages
  - switch value to bool and use kstrtobool
  - move BTRFS_ATTR_W definition
  - add comment for using transaction
]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/sysfs.c