Update to balance filters, intended fro 4.4: * new 'stripes=<range>' - process only stripes that cross given number of devices, specified by a range * updated 'limit=<range>' - previously a single number was accepted, it's a range so now we can specify a minimum number of chunks to process There will be more documentation about the use in the btrfs-progs patches, the kernel side just applies the ranges. The update to 'limit' is backward compatible, reuses the previous struct member. Can be pulled from git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git dev/balance-filters I'm finalizing the progs patches and haven't tested that them extensively. David Sterba (1): btrfs: extend balance filter limit to take minimum and maximum Gabríel Arthúr Pétursson (1): btrfs: add balance filter for stripes fs/btrfs/ctree.h | 23 ++++++++++++++++++++--- fs/btrfs/volumes.c | 33 +++++++++++++++++++++++++++++++++ fs/btrfs/volumes.h | 2 ++ include/uapi/linux/btrfs.h | 23 +++++++++++++++++++++-- 4 files changed, 76 insertions(+), 5 deletions(-) -- 2.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
