search for: guestfs_btrfs_quota_enable

Displaying 4 results from an estimated 4 matches for "guestfs_btrfs_quota_enable".

2014 Dec 05
2
Re: [PATCH 4/8] New API: btrfs_quota_disable
On Tue, Dec 02, 2014 at 05:33:34PM +0800, Hu Tao wrote: > btrfs_quota_disable disables quota for subvolumes. > > Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> > --- > daemon/btrfs.c | 31 +++++++++++++++++++++++++++++++ > generator/actions.ml | 9 +++++++++ > src/MAX_PROC_NR | 2 +- > 3 files changed, 41 insertions(+), 1 deletion(-) > > diff --git
2014 Dec 09
0
Re: [PATCH 4/8] New API: btrfs_quota_disable
...> @@ -1 +1 @@ > > -427 > > +428 > > ACK. > > Could do with a test. > > How about combining this with the previous API, so you'd have: > > guestfs_btrfs_quota (guestfs_h *g, int enable); > > ? Okay, it's more neat. But I changed it into guestfs_btrfs_quota_enable (guestfs_h *g, const char *path, int enable) BTW, why not generate bool for c from ocaml Bool? Regards, Hu > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones > Read my programming and virtualization blog: http://rwmj.wordpress.co...
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of local disk. Rich.
2015 Jul 21
0
ANNOUNCE: libguestfs 1.30 released
...ems (Hu Tao). guestfs_btrfs_image Create an image of a Btrfs filesystem (Chen Hanxiao) guestfs_btrfs_qgroup_assign guestfs_btrfs_qgroup_create guestfs_btrfs_qgroup_destroy guestfs_btrfs_qgroup_limit guestfs_btrfs_qgroup_remove guestfs_btrfs_qgroup_show guestfs_btrfs_quota_enable guestfs_btrfs_quota_rescan Quote support for Btrfs filesystems (Hu Tao). guestfs_btrfs_rescue_chunk_recover Scan and recover the chunk tree in Btrfs filesystems (Hu Tao). guestfs_btrfs_rescue_super_recover Restore superblocks in Btrfs filesystems (Hu Tao). g...