linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vboxsf
@ 2020-02-08 22:46 Al Viro
  2020-02-09 21:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2020-02-08 22:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

vboxsf, with fixups for fs_parse changes folded in.  Identical to what
had been in -next - git diff work.vboxsf merge.nfs-fs_parse comes empty.
It is a rebase (on top of merge.nfs-fs_parse.1), but it's a single commit
and here the tree being identical to what had been tested is all that
matters - feeding it in two chunks (original commit + fixups) would be
completely pointless, IMO.  That should be it for bisect hazards from
fs_parse API changes...

The following changes since commit f35aa2bc809eacc44c3cee41b52cef1c451d4a89:

  tmpfs: switch to use of invalfc() (2020-02-07 14:48:44 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.vboxsf

for you to fetch changes up to 0fd169576648452725fa2949bf391d10883d3991:

  fs: Add VirtualBox guest shared folder (vboxsf) support (2020-02-08 17:34:58 -0500)

----------------------------------------------------------------
Hans de Goede (1):
      fs: Add VirtualBox guest shared folder (vboxsf) support

 MAINTAINERS                 |   6 +
 fs/Kconfig                  |   1 +
 fs/Makefile                 |   1 +
 fs/vboxsf/Kconfig           |  10 +
 fs/vboxsf/Makefile          |   5 +
 fs/vboxsf/dir.c             | 427 +++++++++++++++++++++
 fs/vboxsf/file.c            | 379 +++++++++++++++++++
 fs/vboxsf/shfl_hostintf.h   | 901 ++++++++++++++++++++++++++++++++++++++++++++
 fs/vboxsf/super.c           | 491 ++++++++++++++++++++++++
 fs/vboxsf/utils.c           | 551 +++++++++++++++++++++++++++
 fs/vboxsf/vboxsf_wrappers.c | 371 ++++++++++++++++++
 fs/vboxsf/vfsmod.h          | 137 +++++++
 12 files changed, 3280 insertions(+)
 create mode 100644 fs/vboxsf/Kconfig
 create mode 100644 fs/vboxsf/Makefile
 create mode 100644 fs/vboxsf/dir.c
 create mode 100644 fs/vboxsf/file.c
 create mode 100644 fs/vboxsf/shfl_hostintf.h
 create mode 100644 fs/vboxsf/super.c
 create mode 100644 fs/vboxsf/utils.c
 create mode 100644 fs/vboxsf/vboxsf_wrappers.c
 create mode 100644 fs/vboxsf/vfsmod.h

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

* Re: [git pull] vboxsf
  2020-02-08 22:46 [git pull] vboxsf Al Viro
@ 2020-02-09 21:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-02-09 21:30 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel

The pull request you sent on Sat, 8 Feb 2020 22:46:37 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.vboxsf

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5586c3c1e0eb04cb8b16684aef779e019c8cc64e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2020-02-09 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-08 22:46 [git pull] vboxsf Al Viro
2020-02-09 21:30 ` pr-tracker-bot

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).