lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 14 Jul 2007 15:20:11 -0500
From:	"Eric Van Hensbergen" <ericvh@...il.com>
To:	torvalds@...l.org
Cc:	"V9FS Developers" <v9fs-developer@...ts.sourceforge.net>,
	"Linux Kernel" <linux-kernel@...r.kernel.org>
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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ