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>] [day] [month] [year] [list]
Date:	Wed, 23 Sep 2009 13:26:41 -0500
From:	Eric Van Hensbergen <ericvh@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] 9p changes for 2.6.32-rc1

Hi Linus,

The following changes since commit 7043078630bbc9eb908a56e08077c5abe7f2d311:
  David Howells (1):
        MN10300: Handle removal of struct uart_info

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus

Abhishek Kulkarni (4):
      9p: Use the i_size_[read, write]() macros instead of using
inode->i_size directly.
      9p: Fix the incorrect update of inode size in v9fs_file_write()
      9p: Add fscache support to 9p
      9p: Update documentation to add fscache related bits

 Documentation/filesystems/9p.txt |   40 ++--
 fs/9p/Kconfig                    |    9 +
 fs/9p/Makefile                   |    3 +-
 fs/9p/cache.c                    |  474 ++++++++++++++++++++++++++++++++++++++
 fs/9p/cache.h                    |  176 ++++++++++++++
 fs/9p/v9fs.c                     |  196 ++++++++++++++--
 fs/9p/v9fs.h                     |   13 +-
 fs/9p/v9fs_vfs.h                 |    6 +
 fs/9p/vfs_addr.c                 |   88 +++++++-
 fs/9p/vfs_file.c                 |   25 ++-
 fs/9p/vfs_inode.c                |   61 +++++-
 fs/9p/vfs_super.c                |   16 +-
 include/net/9p/9p.h              |    3 +
 13 files changed, 1045 insertions(+), 65 deletions(-)
 create mode 100644 fs/9p/cache.c
 create mode 100644 fs/9p/cache.h
--
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