All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] 9p changes fro merge window
@ 2011-10-24 16:28 Eric Van Hensbergen
  2011-10-25  7:25 ` Linus Torvalds
  2011-10-25 21:16 ` [GIT PULL] [Attempt #2] " Eric Van Hensbergen
  0 siblings, 2 replies; 15+ messages in thread
From: Eric Van Hensbergen @ 2011-10-24 16:28 UTC (permalink / raw)
  To: Linus Torvalds, V9FS Developers, linux-kernel

The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:

  Linux 3.1 (2011-10-24 09:10:05 +0200)

are available in the git repository at:
  git://github.com/ericvh/linux.git for-next

Aneesh Kumar K.V (4):
      fs/9p: Update zero-copy implementation in 9p
      fs/9p: inode file operation is properly initialized init_special_inode
      fs/9p: Cleanup option parsing in 9p
      net/9p: Convert net/9p protocol dumps to tracepoints

Dan Carpenter (2):
      9p: move dereference after NULL check
      fs/9p: change an int to unsigned int

Nicolae Mogoreanu (1):
      9p: fix 9p.txt to advertise msize instead of maxdata

 Documentation/filesystems/9p.txt |    2 +-
 fs/9p/v9fs.c                     |   33 ++-
 fs/9p/vfs_dir.c                  |   14 +-
 fs/9p/vfs_inode.c                |    2 -
 include/net/9p/9p.h              |   14 +-
 include/net/9p/client.h          |    8 +-
 include/net/9p/transport.h       |   10 +-
 include/trace/events/9p.h        |  176 ++++++++++++++
 net/9p/client.c                  |  469 +++++++++++++++++++++++++++-----------
 net/9p/protocol.c                |   99 +-------
 net/9p/protocol.h                |    4 +-
 net/9p/trans_common.c            |   53 ++---
 net/9p/trans_common.h            |   21 +--
 net/9p/trans_virtio.c            |  319 +++++++++++++++-----------
 14 files changed, 772 insertions(+), 452 deletions(-)
 create mode 100644 include/trace/events/9p.h

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

end of thread, other threads:[~2011-10-26 14:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24 16:28 [GIT PULL] 9p changes fro merge window Eric Van Hensbergen
2011-10-25  7:25 ` Linus Torvalds
2011-10-25 20:14   ` Eric Van Hensbergen
2011-10-25 20:23     ` Eric Van Hensbergen
2011-10-25 20:46       ` Geert Uytterhoeven
2011-10-25 21:05         ` Eric Van Hensbergen
2011-10-26 12:28     ` Linus Torvalds
2011-10-26 12:48       ` Eric Van Hensbergen
2011-10-26 12:58         ` Linus Torvalds
2011-10-26 13:57           ` Eric Van Hensbergen
2011-10-26 14:05           ` Geert Uytterhoeven
2011-10-26 13:00         ` Pekka Enberg
2011-10-26 13:04           ` Pekka Enberg
2011-10-26 13:22         ` Ted Ts'o
2011-10-25 21:16 ` [GIT PULL] [Attempt #2] " Eric Van Hensbergen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.