mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] 9p changes for 2.6.32-rc1
@ 2009-09-23 18:26 Eric Van Hensbergen
  0 siblings, 0 replies; only message in thread
From: Eric Van Hensbergen @ 2009-09-23 18:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-23 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-23 18:26 [GIT PULL] 9p changes for 2.6.32-rc1 Eric Van Hensbergen

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®