aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Kodi1-1/+2
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 Heo1-0/+1
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-8/+8
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi1-3/+22
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi1-26/+39
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi1-0/+28
2010-02-089p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen1-12/+19
2010-02-089p: fix option parsingEric Van Hensbergen1-4/+5
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
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-3/+2
2009-08-17net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni1-6/+1
2009-08-179p: minor comment fixesAbhishek Kulkarni1-7/+7
2009-07-149p: Possible regression in p9_client_statAbhishek Kulkarni1-5/+2
2009-07-149p: default 9p transport module fixAbhishek Kulkarni1-3/+3
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov1-55/+19
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-01-19net/9p: fid->fid is used uninitializedRoel Kluin1-1/+1
2008-11-14Merge branch 'master' into nextJames Morris1-25/+34
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells1-1/+1
2008-11-05net/9p: fix printk format warningsRandy Dunlap1-11/+20
2008-11-05unsigned fid->fid cannot be negativeRoel Kluin1-4/+5
2008-11-05p9: Fix leak of waitqueue in request allocation pathTom Tucker1-0/+3
2008-11-059p: Remove unneeded free of fcall for FlushTom Tucker1-6/+0
2008-11-059p: Make all client spin locks IRQ safeTom Tucker1-4/+6
2008-10-229p: fix sparse warningsEric Van Hensbergen1-0/+1
2008-10-179p: Improve debug supportEric Van Hensbergen1-21/+55
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-477/+454
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen1-9/+0
2008-10-179p: encapsulate version functionEric Van Hensbergen1-30/+44
2008-10-179p: move dirread to fs layerEric Van Hensbergen1-103/+0
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-26/+0
2008-10-179p: consolidate read/write functionsEric Van Hensbergen1-122/+28
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen1-14/+251
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen1-0/+21
2008-10-179p: move request management to client codeEric Van Hensbergen1-0/+152
2008-10-179p: remove unnecessary prototypesEric Van Hensbergen1-94/+89
2008-10-179p: consolidate transport structureEric Van Hensbergen1-14/+7
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo1-2/+8
2008-05-149p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek1-1/+1
2008-05-149p: propagate parse_option changes to client and transportsEric Van Hensbergen1-7/+23
2008-02-069p: transport API reorganizationEric Van Hensbergen1-21/+94
2008-02-069p: block-based virtio clientEric Van Hensbergen1-17/+17