aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-3/+73
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-3/+3
2010-05-219p: add 9P2000.L rename operationSripathi Kodi1-0/+28
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-0/+39
2010-05-219p: VFS switches for 9p2000.L: protocol and client changesSripathi Kodi2-3/+6
2010-05-19trans_virtio: use virtqueue_xxx wrappersMichael S. Tsirkin1-3/+3
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-4/+19
2010-04-059p: saving negative to unsigned charDan Carpenter1-2/+3
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V1-2/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-0/+6
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-8/+8
2010-03-13net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V1-0/+20
2010-03-13net/9p: Use the tag name in the config space for identifying mount pointAneesh Kumar K.V1-6/+38
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi1-3/+22
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi3-62/+83
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi1-0/+28
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V1-1/+3
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V1-43/+27
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V1-6/+8
2010-02-089p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen1-12/+19
2010-02-089p: Fix the kernel crash on a failed mountAneesh Kumar K.V1-1/+2
2010-02-089p: fix option parsingEric Van Hensbergen3-12/+16
2010-02-08net/9p: fix statsize inside twstatEric Van Hensbergen1-2/+3
2010-02-08net/9p: fail when user specifies a transport which we can't findEric Van Hensbergen1-0/+8
2010-02-08net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen1-0/+1
2009-12-169p connect fixesAl Viro1-66/+46
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-3/+2
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-1/+0
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao1-2/+0
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+1
2009-08-17net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2-7/+2
2009-08-179p: minor comment fixesAbhishek Kulkarni4-22/+20
2009-07-149p: Possible regression in p9_client_statAbhishek Kulkarni1-5/+2
2009-07-149p: default 9p transport module fixAbhishek Kulkarni1-3/+3
2009-07-02net/9p: Fix crash due to bad mount parameters.Abhishek Kulkarni1-6/+8
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-3/+3
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-1/+1
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov4-60/+30
2009-04-05net/9p: return error when p9_client_stat failsLatchesar Ionkov1-1/+5
2009-04-05net/9p: set correct stat size when sending Twstat messagesLatchesar Ionkov1-3/+31
2009-02-269p: fix sparse warning: cast adds address spaceHannes Eder1-1/+1
2009-02-069p: fix endian issues [attempt 3]Eric Van Hensbergen1-9/+13
2009-01-19net/9p: fid->fid is used uninitializedRoel Kluin1-1/+1
2009-01-159p: disallow RDMA if RDMA CM isn't availableRoland Dreier1-1/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+0
2008-11-21net: remove redundant argument commentsQinghuang Feng1-2/+0