From 87ea7a04094d5ed40f3f047ff2b7a613d4d530d4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 25 Apr 2012 16:35:12 +0100 Subject: New btrfs APIs. Bind the easy parts of the 'btrfs' program. The new APIs are: btrfs-device-add: add devices to a btrfs filesystem btrfs-device-delete: remove devices from a btrfs filesystem btrfs-filesystem-sync: sync a btrfs filesystem btrfs-filesystem-balance: balance a btrfs filesystem btrfs-subvolume-create: create a btrfs snapshot btrfs-subvolume-delete: delete a btrfs snapshot btrfs-subvolume-list: list btrfs snapshots and subvolumes btrfs-subvolume-set-default: set default btrfs subvolume btrfs-subvolume-snapshot: create a writable btrfs snapshot --- java/com/redhat/et/libguestfs/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'java/com') diff --git a/java/com/redhat/et/libguestfs/.gitignore b/java/com/redhat/et/libguestfs/.gitignore index c7cc3020..9556d816 100644 --- a/java/com/redhat/et/libguestfs/.gitignore +++ b/java/com/redhat/et/libguestfs/.gitignore @@ -1,4 +1,5 @@ Application.java +BTRFSSubvolume.java Dirent.java INotifyEvent.java ISOInfo.java -- cgit