linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v12 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
@ 2019-06-08 12:51 Hans de Goede
  2019-06-08 12:55 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2019-06-08 12:51 UTC (permalink / raw)
  To: Alexander Viro, David Howells; +Cc: Hans de Goede, linux-fsdevel

Hello Everyone,

Here is the 12th version of my cleaned-up / refactored version of the
VirtualBox shared-folder VFS driver.

This version hopefully addresses all issues pointed out in David Howell's
review of v11 (thank you for the review David):

Changes in v12:
-Move make_kuid / make_kgid calls to option parsing time and add
 uid_valid / gid_valid checks.
-In init_fs_context call current_uid_gid() to init uid and gid
-Validate dmode, fmode, dmask and fmask options during option parsing
-Use correct types for various mount option variables (kuid_t, kgid_t, umode_t)
-Some small coding-style tweaks

For changes in older versions see the change log in the patch.

This version has been used by several distributions (arch, Fedora) for a
while now, so hopefully we can get this upstream soonish, please review.

Regards,

Hans


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v12 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
  2019-06-08 12:51 [PATCH v12 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support Hans de Goede
@ 2019-06-08 12:55 ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2019-06-08 12:55 UTC (permalink / raw)
  To: Alexander Viro, David Howells; +Cc: linux-fsdevel

Hi,

On 08-06-19 14:51, Hans de Goede wrote:
> Hello Everyone,
> 
> Here is the 12th version of my cleaned-up / refactored version of the
> VirtualBox shared-folder VFS driver.
> 
> This version hopefully addresses all issues pointed out in David Howell's
> review of v11 (thank you for the review David):
> 
> Changes in v12:
> -Move make_kuid / make_kgid calls to option parsing time and add
>   uid_valid / gid_valid checks.
> -In init_fs_context call current_uid_gid() to init uid and gid
> -Validate dmode, fmode, dmask and fmask options during option parsing
> -Use correct types for various mount option variables (kuid_t, kgid_t, umode_t)
> -Some small coding-style tweaks
> 
> For changes in older versions see the change log in the patch.
> 
> This version has been used by several distributions (arch, Fedora) for a
> while now, so hopefully we can get this upstream soonish, please review.

Hmm, a space which does not belong there has snuck in at the start of super.c
line 151:

         /* Load nls if not utf8 */

Sorry about that, I will fix this in the next version.

Regards,

hans

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-08 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-08 12:51 [PATCH v12 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support Hans de Goede
2019-06-08 12:55 ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).