[<prev] [next>] [day] [month] [year] [list]
Message-ID: <a4e6962a0908270647r182191ftf833590924f066b8@mail.gmail.com>
Date: Thu, 27 Aug 2009 08:47:04 -0500
From: Eric Van Hensbergen <ericvh@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
V9FS Developers <v9fs-developer@...ts.sourceforge.net>
Subject: [GIT PULL] 9p bug fixes for 2.6.31-rc7
Linus, please pull this set of bug fixes and minor documentation
revisions. Thanks.
The following changes since commit 3edf2fb9d80a46d6c32ba12547a42419845b4b76:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus
Abhishek Kulkarni (10):
9p: Check for error in return value of v9fs_fid_add
9p: Fix possible inode leak in v9fs_get_inode.
9p: minor comment fixes
9p: Fix possible memleak in v9fs_inode_from fid.
9p: Fix v9fs show_options
9p: Fix possible regressions when ->get_sb fails.
9p: Remove redundant inode uid/gid assignment
9p: Add missing cast for the error return value in v9fs_get_inode
net/9p: insulate the client against an invalid error code sent
by a 9p server
9p: remove unnecessary v9fses->options which duplicates the mount string
Eric Van Hensbergen (1):
9p: update documentation pointers
Documentation/filesystems/9p.txt | 3 +
fs/9p/v9fs.c | 21 ++-----
fs/9p/v9fs.h | 1 -
fs/9p/vfs_inode.c | 126 +++++++++++++++++++------------------
fs/9p/vfs_super.c | 39 ++++--------
net/9p/client.c | 21 +++----
net/9p/error.c | 2 +-
net/9p/trans_fd.c | 8 +-
net/9p/trans_rdma.c | 9 ++-
net/9p/trans_virtio.c | 11 +--
10 files changed, 107 insertions(+), 134 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