summaryrefslogtreecommitdiffstats
path: root/btrfsctl.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25btrfs-progs: cast u64 to long long to avoid printf warningsAnton Blanchard1-1/+1
2011-10-25Deprecate btrfsctl, btrfs-show, btrfs-volGoffredo Baroncelli1-0/+5
2011-10-25Btrfs-progs use safe string manipulation functionsEduardo Silva1-1/+1
2010-09-23fix wrong return valueMiao Xie1-2/+2
2010-09-23check slash in deleting subvolumesTARUISI Hiroaki1-0/+11
2010-02-28Btrfs-progs: add command to set default subvolJosef Bacik1-0/+17
2009-09-21btrfsctl: add snapshot/subvolume destroy ioctlYan, Zheng1-1/+14
2009-01-21btrfs-progs: make several functions staticWang Cong1-2/+2
2009-01-21Fix misleading error message in btrfsctlCalvin Walton1-0/+4
2008-11-18Modify the subvol and snapshot creation ioctls to work anywhere in the treeChris Mason1-27/+75
2008-07-30Cleanup btrfsctl help messageemail.ahmedkamal@googlemail.com1-9/+10
2008-07-30Fix: btrfsctl arguments handlingAhmed1-1/+1
2008-07-24Print the version string in a few programsChris Mason1-2/+12
2008-06-10Add sync and transaction ioctl defsChris Mason1-0/+3
2008-06-09btrfsctl: print usage when called with bad argsLinda Knippers1-1/+6
2008-04-28Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason1-1/+0
2008-04-11Fix a few casts for 32 bit compileChris Mason1-1/+0
2008-03-24Walk all block devices looking for btrfsChris Mason1-3/+12
2008-03-24ioctls to scan for btrfs filesystemsChris Mason1-1/+13
2007-12-21Add online resizing ioctlsChris Mason1-2/+19
2007-08-07add defrag ioctlChris Mason1-1/+10
2007-06-12add GPLv2Chris Mason1-0/+18
2007-06-12no slashes in subvolume namesChris Mason1-2/+10
2007-06-12printf cleanupsChris Mason1-1/+0
2007-06-09remove device treeChris Mason1-12/+0
2007-05-22cleanup warnings found with -O2Chris Mason1-2/+6
2007-04-12add disk ioctlChris Mason1-1/+16
2007-04-10btrfsctl detects dir/file of argsChris Mason1-2/+18
2007-04-10btrfsctlChris Mason1-0/+62