summaryrefslogtreecommitdiff
path: root/btrfsctl.c
Commit message (Collapse)AuthorAge
* Cleanup btrfsctl help messageemail.ahmedkamal@googlemail.com2008-07-30
| | | | | | | Many options were not mentioned in the usage message, fix that and cleaning up the brackets Signed-Off-By: Ahmed Kamal <email.ahmedkamal@googlemail.com>
* Fix: btrfsctl arguments handlingAhmed2008-07-30
| | | | | | btrfsctl -A in the current -unstable branch, does not result in the error message designated for it, namely "-A requires an arg\n"
* Print the version string in a few programsChris Mason2008-07-24
|
* Add sync and transaction ioctl defsChris Mason2008-06-10
| | | | | | | | | btrfsctl -c forces a single FS sync The transaction ioctls are unsafe for general use because they can lead to deadlocks if the application is not very careful. But, ceph is experimenting with btrfs as a backing store, and these ioctls are required for testing.
* btrfsctl: print usage when called with bad argsLinda Knippers2008-06-09
|
* Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason2008-04-28
|
* Fix a few casts for 32 bit compileChris Mason2008-04-11
|
* Walk all block devices looking for btrfsChris Mason2008-03-24
|
* ioctls to scan for btrfs filesystemsChris Mason2008-03-24
|
* Add online resizing ioctlsChris Mason2007-12-21
| | | | btrfsctl -r size mount_point
* add defrag ioctlChris Mason2007-08-07
|
* add GPLv2Chris Mason2007-06-12
|
* no slashes in subvolume namesChris Mason2007-06-12
|
* printf cleanupsChris Mason2007-06-12
|
* remove device treeChris Mason2007-06-09
|
* cleanup warnings found with -O2Chris Mason2007-05-22
|
* add disk ioctlChris Mason2007-04-12
|
* btrfsctl detects dir/file of argsChris Mason2007-04-10
|
* btrfsctlChris Mason2007-04-10