Prev: USB: gadget: mass_storage: moved strings handling code to composite
Next: [PATCH 1/2] Btrfs-progs: Add support for hot data ioctls
From: bchociej on 12 Aug 2010 18:40 This patch set introduces functionality into btrfsctl and mkfs.btrfs to support the kernel patches for hot data tracking and migration to SSD with Btrfs. New functionality includes a -h option to mkfs.btrfs to preallocate approrpiate block group types for SSD data migration, and also includes additional options for btrfsctl to interact with the new ioctls introduced by the kernel patches. DIFFSTAT: btrfsctl.c | 111 +++++++++++++++++++++++++++++++++++++++- ctree.h | 2 + extent-tree.c | 2 +- ioctl-test.c | 3 + ioctl.h | 24 +++++++++ mkfs.c | 131 ++++++++++++++++++++++++++++++++++++++++------- utils.c | 1 + volumes.c | 73 +++++++++++++++++++++++++- volumes.h | 3 +- 9 files changed, 326 insertions(+), 24 deletions(-) Signed-off-by: Ben Chociej <bchociej(a)gmail.com> Signed-off-by: Matt Lupfer <mlupfer(a)gmail.com> Tested-by: Conor Scott <conscott(a)vt.edu> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |