mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] 9p patches for 2.6.24 merge window
@ 2007-10-17 21:34 Eric Van Hensbergen
  2007-10-17 21:39 ` Sam Ravnborg
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Van Hensbergen @ 2007-10-17 21:34 UTC (permalink / raw)
  To: torvalds; +Cc: Linux Kernel Mailing List, V9FS Developers

Linus, please pull from the 'for-linus' branch of:
  git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git/ for-linus

This tree contains the following:

Latchesar Ionkov(3):
  attach-per-user support
  rename uid and gid parameters
  define session flags

Eric Van Hensbergen(4)
  remove sysctl code
  fix bad kconfig cross-dependency
  soften invalidationin loose mode
  make transports dynamic

There are a few patches relating to a virtio transport support that
I'm holding back until I know Rusty's lguest series is merged.

 b/Documentation/filesystems/9p.txt |   22 +
 b/fs/9p/fid.c                      |  157 +++++++++++--
 b/fs/9p/v9fs.c                     |  189 +++++++---------
 b/fs/9p/v9fs.h                     |   38 +--
 b/fs/9p/vfs_file.c                 |    6
 b/fs/9p/vfs_inode.c                |   50 ++--
 b/fs/9p/vfs_super.c                |   19 -
 b/include/net/9p/9p.h              |   21 -
 b/include/net/9p/client.h          |    9
 b/include/net/9p/conn.h            |    4
 b/include/net/9p/transport.h       |   27 +-
 b/net/9p/Kconfig                   |   10
 b/net/9p/Makefile                  |    5
 b/net/9p/client.c                  |   13 -
 b/net/9p/conv.c                    |   32 ++
 b/net/9p/mod.c                     |   71 +++++-
 b/net/9p/mux.c                     |    5
 b/net/9p/trans_fd.c                |  419 +++++++++++++++++++++++--------------
 net/9p/sysctl.c                    |   81 -------
 19 files changed, 689 insertions(+), 489 deletions(-)


                Thanks,
                      -eric

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

* Re: [GIT PULL] 9p patches for 2.6.24 merge window
  2007-10-17 21:34 [GIT PULL] 9p patches for 2.6.24 merge window Eric Van Hensbergen
@ 2007-10-17 21:39 ` Sam Ravnborg
  2007-10-17 23:19   ` Eric Van Hensbergen
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2007-10-17 21:39 UTC (permalink / raw)
  To: Eric Van Hensbergen; +Cc: torvalds, Linux Kernel Mailing List, V9FS Developers

On Wed, Oct 17, 2007 at 04:34:02PM -0500, Eric Van Hensbergen wrote:
> Linus, please pull from the 'for-linus' branch of:
>   git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git/ for-linus
> 
> This tree contains the following:
> 
> Latchesar Ionkov(3):
>   attach-per-user support
>   rename uid and gid parameters
>   define session flags
> 
> Eric Van Hensbergen(4)
>   remove sysctl code
>   fix bad kconfig cross-dependency
>   soften invalidationin loose mode
>   make transports dynamic

Could you please tag your patches with 9p: or [9p] so it
is obvious that they belong to this subsystem.
When browsing head-commits and other places this is a great help.

Thanks,

	Sam

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

* Re: [GIT PULL] 9p patches for 2.6.24 merge window
  2007-10-17 21:39 ` Sam Ravnborg
@ 2007-10-17 23:19   ` Eric Van Hensbergen
  2007-10-18  2:49     ` Sam Ravnborg
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Van Hensbergen @ 2007-10-17 23:19 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: torvalds, Linux Kernel Mailing List, V9FS Developers

On 10/17/07, Sam Ravnborg <sam@ravnborg.org> wrote:
> On Wed, Oct 17, 2007 at 04:34:02PM -0500, Eric Van Hensbergen wrote:
> > Linus, please pull from the 'for-linus' branch of:
> >   git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git/ for-linus
> >
> > This tree contains the following:
> >
> > Latchesar Ionkov(3):
> >   attach-per-user support
> >   rename uid and gid parameters
> >   define session flags
> >
> > Eric Van Hensbergen(4)
> >   remove sysctl code
> >   fix bad kconfig cross-dependency
> >   soften invalidationin loose mode
> >   make transports dynamic
>
> Could you please tag your patches with 9p: or [9p] so it
> is obvious that they belong to this subsystem.
> When browsing head-commits and other places this is a great help.
>

They should be so tagged, I just stripped it in my pull email summary.

           -eric

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

* Re: [GIT PULL] 9p patches for 2.6.24 merge window
  2007-10-17 23:19   ` Eric Van Hensbergen
@ 2007-10-18  2:49     ` Sam Ravnborg
  0 siblings, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2007-10-18  2:49 UTC (permalink / raw)
  To: Eric Van Hensbergen; +Cc: torvalds, Linux Kernel Mailing List, V9FS Developers

On Wed, Oct 17, 2007 at 06:19:53PM -0500, Eric Van Hensbergen wrote:
> On 10/17/07, Sam Ravnborg <sam@ravnborg.org> wrote:
> > On Wed, Oct 17, 2007 at 04:34:02PM -0500, Eric Van Hensbergen wrote:
> > > Linus, please pull from the 'for-linus' branch of:
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git/ for-linus
> > >
> > > This tree contains the following:
> > >
> > > Latchesar Ionkov(3):
> > >   attach-per-user support
> > >   rename uid and gid parameters
> > >   define session flags
> > >
> > > Eric Van Hensbergen(4)
> > >   remove sysctl code
> > >   fix bad kconfig cross-dependency
> > >   soften invalidationin loose mode
> > >   make transports dynamic
> >
> > Could you please tag your patches with 9p: or [9p] so it
> > is obvious that they belong to this subsystem.
> > When browsing head-commits and other places this is a great help.
> >
> 
> They should be so tagged, I just stripped it in my pull email summary.

OK - thanks.

	Sam

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

end of thread, other threads:[~2007-10-18  2:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-17 21:34 [GIT PULL] 9p patches for 2.6.24 merge window Eric Van Hensbergen
2007-10-17 21:39 ` Sam Ravnborg
2007-10-17 23:19   ` Eric Van Hensbergen
2007-10-18  2:49     ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®