lkml.org 
[lkml]   [2007]   [Jul]   [14]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 14 Jul 2007 15:20:11 -0500
From"Eric Van Hensbergen" <>
Subject[GIT PULL] 9p Patches for 2.6.23 merge window
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):
  Reorganization of 9p file system code
  Change net/9p module name to 9pnet
  Set error to EREMOTEIO if transport write returns zero

Eric Van Hensbergen(3)
  Cache meta-data when loose cache option is set
  Renable mount-time debug option
  Fix a race condition bug in umount which caused segfault

The bulk of the changes were in the reorganization patch which mostly
moved files and interfaces around in preparation for work on an
in-kernel 9p server.

 b/fs/9p/Makefile             |    6
 b/fs/9p/fid.c                |  168 ++----
 b/fs/9p/fid.h                |   43 -
 b/fs/9p/v9fs.c               |  288 ++---------
 b/fs/9p/v9fs.h               |   32 -
 b/fs/9p/v9fs_vfs.h           |    6
 b/fs/9p/vfs_addr.c           |   57 --
 b/fs/9p/vfs_dentry.c         |   37 -
 b/fs/9p/vfs_dir.c            |  155 +-----
 b/fs/9p/vfs_file.c           |  160 +-----
 b/fs/9p/vfs_inode.c          |  753 +++++++++++-------------------
 b/fs/9p/vfs_super.c          |   91 +--
 b/fs/Kconfig                 |    2
 b/include/net/9p/9p.h        |  417 +++++++++++++++++
 b/include/net/9p/client.h    |   80 +++
 b/include/net/9p/conn.h      |   57 ++
 b/include/net/9p/transport.h |   49 ++
 b/net/9p/Kconfig             |   21
 b/net/9p/Makefile            |   13
 b/net/9p/client.c            |  965 +++++++++++++++++++++++++++++++++++++++
 b/net/9p/conv.c              |  903 ++++++++++++++++++++++++++++++++++++
 b/net/9p/error.c             |  240 +++++++++
 b/net/9p/fcprint.c           |  358 ++++++++++++++
 b/net/9p/mod.c               |   85 +++
 b/net/9p/mux.c               | 1050 +++++++++++++++++++++++++++++++++++++++++++
 b/net/9p/sysctl.c            |   86 +++
 b/net/9p/trans_fd.c          |  363 ++++++++++++++
 b/net/9p/util.c              |  125 +++++
 b/net/Kconfig                |    1
 b/net/Makefile               |    2
 fs/9p/9p.h                   |  375 ---------------
 fs/9p/conv.c                 |  845 ----------------------------------
 fs/9p/conv.h                 |   50 --
 fs/9p/debug.h                |   77 ---
 fs/9p/error.c                |   93 ---
 fs/9p/error.h                |  177 -------
 fs/9p/fcall.c                |  427 -----------------
 fs/9p/fcprint.c              |  345 --------------
 fs/9p/mux.c                  | 1033 ------------------------------------------
 fs/9p/mux.h                  |   55 --
 fs/9p/trans_fd.c             |  308 ------------
 fs/9p/transport.h            |   45 -
 fs/9p/v9fs.c                 |    7
 fs/9p/vfs_file.c             |   14
 fs/9p/vfs_inode.c            |    4
 fs/9p/vfs_super.c            |    3
 net/9p/Makefile              |    7
 net/9p/client.c              |    7
 net/9p/mux.c                 |    7
 49 files changed, 5400 insertions(+), 5092 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-07-14 22:23    [from the cache]
©2003-2008