search for: guestfs_lgetxattrs

Displaying 20 results from an estimated 60 matches for "guestfs_lgetxattrs".

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.
2016 Jun 13
0
Re: libguestfs-tools and NTFS compression attribute
[Please follow up on libguestfs@redhat.com, there is no need to subscribe] On Mon, Jun 13, 2016 at 04:03:20PM +0200, Vlastimil Burián wrote: > Hello Richard, > > I need a little help with libguestfs-tools > > I used it as follows: > > |sudo guestmount -a thevirtualdisk.vhdx -i /mnt/anydirectory | > > > But so far I have no clue as to if it is possible and if
2011 Jan 14
0
Patch. not working
...r/generator_actions.ml b/generator/generator_actions.ml > index ccaf10a..d673ce5 100644 > --- a/generator/generator_actions.ml > +++ b/generator/generator_actions.ml > @@ -5675,6 +5675,13 @@ is no extended attribute named C<name>, this returns an error. > > See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."); > > + ("resize2fs_M", (RErr, [Device "device"], []), 281, [], > + [], > + "resize an ext2, ext3 or ext4 filesystem for their minimal size value", > + "\ > +This command is the sam...
2019 Aug 12
1
[PATCH] Fix small issues in documentations of APIs
...mats the device as a LUKS encrypted device. C<key> is the -initial key, which is added to key slot C<slot>. (LUKS +initial key, which is added to key slot C<keyslot>. (LUKS supports 8 key slots, numbered 0-7)." }; { defaults with @@ -6115,7 +6115,7 @@ See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>." }; longdesc = "\ This command is the same as C<guestfs_resize2fs>, but the filesystem is resized to its minimum size. This works like the I<-M> option -to the C<resize2fs> command. +to the L<resize2fs(8)> c...
2012 Mar 28
2
[PATCH v2] New APIs: mount-local and umount-local using FUSE
This version doesn't crash or cause hung processes or stuck mountpoints, so that's an improvement. Rich.
2012 Mar 27
3
[PATCH 0/3] Enable FUSE support in the API via 'mount-local' call.
This patch is just for review. It enables FUSE support in the API via two new calls, 'guestfs_mount_local' and 'guestfs_umount_local'. FUSE turns out to be very easy to deadlock (necessitating that the machine be rebooted). Running the test from the third patch is usually an effective way to demonstrate this. However I have not yet managed to produce a simple reproducer that
2012 Mar 29
3
[PATCH v3] New APIs: mount-local, mount-local-run and umount-local using FUSE
This changes the proposed API slightly. Previously 'mount-local' generating a 'mounted' event when the filesystem was ready, and from the 'mounted' event you had to effectively do a fork. Now, 'mount-local' just initializes the mountpoint and you have to call 'mount-local-run' to enter the FUSE main loop. Between these calls you can do a fork or whatever
2016 Aug 08
0
ANNOUNCE: libguestfs 1.34 released
...API changes "guestfs_set_selinux", "guestfs_get_selinux", "guestfs_setcon", "guestfs_getcon" and "guestfs_llz" have been deprecated. Use the new API "guestfs_selinux_relabel" to relabel filesystems. Use "guestfs_lgetxattrs" to list the "security.selinux" extended attributes of existing files. "guestfs_vfs_minimum_size" can now be used on dirty filesystems (Maxim Perevedentsev). "guestfs_ll" now works on paths which contain absolute symlinks (Pino...
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in: https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html Rich.
2014 Sep 22
2
[PATCH] New APIs: Implement stat calls that return nanosecond timestamps (RHBZ#1144891).
The existing APIs guestfs_stat, guestfs_lstat and guestfs_lstatlist return a stat structure that contains atime, mtime and ctime fields that store only the timestamp in seconds. Modern filesystems can store timestamps down to nanosecond granularity, and the ordinary glibc stat(2) wrapper will return these in "hidden" stat fields: struct timespec st_atim; /* Time of last
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
..., []; + style = RStructList ("xattrs", "xattr"), [String (Pathname, "path")], []; optional = Some "linuxxattrs"; shortdesc = "list extended attributes of a file or directory"; longdesc = "\ @@ -4208,7 +4208,7 @@ See also: C<guestfs_lgetxattrs>, L<attr(5)>." }; { defaults with name = "lgetxattrs"; added = (1, 0, 59); - style = RStructList ("xattrs", "xattr"), [Pathname "path"], []; + style = RStructList ("xattrs", "xattr"), [String (Pathname, "...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator. Rich.
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.
2010 Dec 24
0
builder-debian libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quot...
2011 Jan 07
0
builder-debian libguestfs success 7e1114445e713c4a15f3f2cede5842044de1735a
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quot...
2010 Dec 24
1
builder-ubuntu libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quot...
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quot...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quot...
2011 Jan 07
0
builder-ubuntu libguestfs success 7e1114445e713c4a15f3f2cede5842044de1735a
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quot...
2011 Jan 04
0
builder-ubuntu libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...guestfs_df_h" has no tests warning: "guestfs_mount_loop" has no tests warning: "guestfs_readdir" has no tests warning: "guestfs_sfdiskM" has no tests warning: "guestfs_zfile" has no tests warning: "guestfs_getxattrs" has no tests warning: "guestfs_lgetxattrs" has no tests warning: "guestfs_setxattr" has no tests warning: "guestfs_lsetxattr" has no tests warning: "guestfs_removexattr" has no tests warning: "guestfs_lremovexattr" has no tests warning: "guestfs_mountpoints" has no tests warning: &quot...