summaryrefslogtreecommitdiff
path: root/ioctl.h
Commit message (Collapse)AuthorAge
...
* 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.
* Add the clone ioctl numberChris Mason2008-05-02
|
* Add btrfs-vol command to balance, add and (eventually) remove devicesChris Mason2008-04-28
|
* 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
|
* add disk ioctlChris Mason2007-04-12
|
* btrfsctlChris Mason2007-04-10