All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] 9p file system changes for the merge window
@ 2011-01-11 20:15 Eric Van Hensbergen
  0 siblings, 0 replies; only message in thread
From: Eric Van Hensbergen @ 2011-01-11 20:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, V9FS Developers

The following changes since commit 5b2eef966cb2ae307aa4ef1767f7307774bc96ca:

  Merge branch 'drm-core-next' of
git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
(2011-01-10 17:11:39 -0800)

are available in the git repository at:

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

Aneesh Kumar K.V (4):
      fs/9p: Fix the return error on default acl removal
      fs/9p: Move dotl inode operations into a seperate file
      fs/9p: Simplify the .L create operation
      fs/9p: Don't set dentry->d_op in create routines

Eric Van Hensbergen (1):
      fs/9p: fix spelling typo

Joe Perches (1):
      fs/9p: Remove unnecessary semicolons

M. Mohan Kumar (2):
      net/9p: Use proper data types
      fs/9p: TREADLINK bugfix

Randy Dunlap (1):
      fs/9p: fix menu presentation

 fs/9p/Kconfig          |    5 +-
 fs/9p/Makefile         |    1 +
 fs/9p/acl.c            |    4 +-
 fs/9p/v9fs.h           |   42 +++-
 fs/9p/vfs_inode.c      |  871 +-----------------------------------------------
 fs/9p/vfs_inode_dotl.c |  824 +++++++++++++++++++++++++++++++++++++++++++++
 fs/9p/xattr.c          |    2 +-
 net/9p/protocol.c      |   22 +-
 8 files changed, 887 insertions(+), 884 deletions(-)
 create mode 100644 fs/9p/vfs_inode_dotl.c

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

only message in thread, other threads:[~2011-01-11 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11 20:15 [GIT PULL] 9p file system changes for the merge window Eric Van Hensbergen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.