summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
2010-08-02fs/9p: destroy fid on failed removeAneesh Kumar K.V
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V
2010-08-029p: Implement LOPENM. Mohan Kumar
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)
2010-08-029p: Implement TMKDIRM. Mohan Kumar
2010-08-029p: Implement TMKNODM. Mohan Kumar
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)
2010-08-029p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi
2010-08-02net/9p: Handle the server returned error properlyAneesh Kumar K.V
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi
2010-08-029p: strlen() doesn't count the terminatorDan Carpenter
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-05-219p: add 9P2000.L rename operationSripathi Kodi
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi
2010-05-219p: VFS switches for 9p2000.L: protocol and client changesSripathi Kodi
2010-05-19trans_virtio: use virtqueue_xxx wrappersMichael S. Tsirkin
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-04-059p: saving negative to unsigned charDan Carpenter
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi
2010-03-13net/9p: Add sysfs mount_tag file for virtio 9P deviceAneesh Kumar K.V
2010-03-13net/9p: Use the tag name in the config space for identifying mount pointAneesh Kumar K.V
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi
2010-03-05net/9p: Handle mount errors correctly.Aneesh Kumar K.V
2010-03-05net/9p: Remove MAX_9P_CHAN limitAneesh Kumar K.V
2010-03-05net/9p: Add multi channel support.Aneesh Kumar K.V
2010-02-089p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen
2010-02-089p: Fix the kernel crash on a failed mountAneesh Kumar K.V
2010-02-089p: fix option parsingEric Van Hensbergen
2010-02-08net/9p: fix statsize inside twstatEric Van Hensbergen
2010-02-08net/9p: fail when user specifies a transport which we can't findEric Van Hensbergen
2010-02-08net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen
2009-12-169p connect fixesAl Viro
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-029p: fix readdir corner casesEric Van Hensbergen
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell
2009-08-17net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni
2009-08-179p: minor comment fixesAbhishek Kulkarni