aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-12/+24
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+2
2010-09-27net/9p: Mount only matching virtio channelsSven Eckelmann1-1/+2
2010-09-27net/9p: fix memory handling/allocation in rdma_request()Davidlohr Bueso1-11/+18
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-1/+6
2010-09-06net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall1-1/+1
2010-08-02fs/9p: destroy fid on failed removeAneesh Kumar K.V1-2/+1
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V1-0/+25
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V1-0/+50
2010-08-029p: Implement LOPENM. Mohan Kumar1-7/+10
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)1-0/+44
2010-08-029p: Implement TMKDIRM. Mohan Kumar1-0/+31
2010-08-029p: Implement TMKNODM. Mohan Kumar1-0/+31
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-0/+34
2010-08-029p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-0/+19
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi2-0/+47
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2-0/+87
2010-08-02net/9p: Handle the server returned error properlyAneesh Kumar K.V1-1/+2
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi2-0/+74
2010-08-029p: strlen() doesn't count the terminatorDan Carpenter1-1/+1
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