LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Eric Van Hensbergen" <ericvh@gmail.com>
To: torvalds@osdl.org
Cc: "V9FS Developers" <v9fs-developer@lists.sourceforge.net>,
"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: [PULL] v9fs patches for merge window
Date: Wed, 6 Feb 2008 19:39:26 -0600 [thread overview]
Message-ID: <a4e6962a0802061739v6280c3acw1a7da77991037824@mail.gmail.com> (raw)
The following changes since commit 3e6bdf473f489664dac4d7511d26c7ac3dfdc748:
Linus Torvalds (1):
Merge git://git.kernel.org/.../x86/linux-2.6-x86
are found in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
Andrew Morton (1):
9p: fix p9_printfcall export
Anthony Liguori (2):
9p: add support for sticky bit
9p: Convert semaphore to spinlock for p9_idpool
Eric Van Hensbergen (7):
9p: create transport rpc cut-thru
9p: block-based virtio client
9p: fix bug in attach-per-user
9p: Fix soft lockup in virtio transport
9p: fix mmap to be read-only
9p: add remove function to trans_virtio
9p: transport API reorganization
Martin Stava (1):
9p: fix bug in p9_clone_stat
fs/9p/fid.c | 4 +-
fs/9p/v9fs.c | 51 +--
fs/9p/v9fs.h | 5 +-
fs/9p/vfs_file.c | 4 +-
fs/9p/vfs_inode.c | 5 +
include/net/9p/9p.h | 1 +
include/net/9p/client.h | 5 +-
include/net/9p/conn.h | 57 ---
include/net/9p/transport.h | 11 +-
net/9p/Makefile | 1 -
net/9p/client.c | 161 +++++--
net/9p/fcprint.c | 4 +-
net/9p/mod.c | 9 +-
net/9p/mux.c | 1060 ------------------------------------------
net/9p/trans_fd.c | 1103 +++++++++++++++++++++++++++++++++++++++++++-
net/9p/trans_virtio.c | 355 +++++++++------
net/9p/util.c | 20 +-
17 files changed, 1466 insertions(+), 1390 deletions(-)
delete mode 100644 include/net/9p/conn.h
delete mode 100644 net/9p/mux.c
next reply other threads:[~2008-02-07 1:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-07 1:39 Eric Van Hensbergen [this message]
2008-02-07 2:08 ` Linus Torvalds
2008-02-07 2:43 ` Andrew Morton
2008-02-07 13:51 ` Eric Van Hensbergen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a4e6962a0802061739v6280c3acw1a7da77991037824@mail.gmail.com \
--to=ericvh@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
--cc=v9fs-developer@lists.sourceforge.net \
--subject='Re: [PULL] v9fs patches for merge window' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).