aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-069p: create transport rpc cut-thruEric Van Hensbergen1-16/+33
2008-02-069p: fix bug in p9_clone_statMartin Stava1-0/+5
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen1-0/+1
2007-10-179p: attach-per-userLatchesar Ionkov1-4/+6
2007-10-179p: Make transports dynamicEric Van Hensbergen1-1/+1
2007-07-149p: fix a race condition bug in umount which caused a segfaultEric Van Hensbergen1-3/+3
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-0/+965