summaryrefslogtreecommitdiffstats
path: root/net/9p/client.c
Commit message (Expand)AuthorAgeFilesLines
* 9P: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* 9P: Get rid of REQ_STATUS_FLSHSimon Derr2014-03-251-1/+1
* 9P: Add cancelled() to the transport functions.Simon Derr2014-03-251-6/+3
* net: Mark function as static in 9p/client.cRashika2014-03-251-1/+1
* 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-251-1/+15
* net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen2013-11-231-3/+0
* Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-111-0/+5
|\
| * fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon2013-08-261-0/+5
* | 9p: client: remove unused code and any reference to "cancelled" functionAndi Shyti2013-07-301-7/+2
|/
* 9P: Add cancelled() to the transport functions.Simon Derr2013-07-071-3/+9
* 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-071-2/+4
* 9pnet: refactor struct p9_fcall alloc codeSimon Derr2013-07-071-17/+18
* 9P: Fix fcall allocation for rdmaSimon Derr2013-07-071-16/+23
* net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V2013-05-281-37/+18
* net/9p: Use virtio transpart as the default transportAneesh Kumar K.V2013-05-281-0/+3
* net/9p: Make 9P2000.L the default protocol for 9p file systemAneesh Kumar K.V2013-05-281-1/+1
* 9p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2013-02-121-5/+13
* 9p: Transmit kuid and kgid valuesEric W. Biederman2013-02-121-12/+13
* net/9p: Check errno validitySimon Derr2012-09-061-2/+16
* net/9p: Add __force to cast of __user pointerJoe Perches2012-06-041-1/+1
* net: Remove casts to same typeJoe Perches2012-06-041-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* net/9p: handle flushed Tclunk/TremoveJim Garlick2012-02-261-3/+15
* net/9p: don't allow Tflush to be interruptedJim Garlick2012-02-261-0/+8
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-121/+121
* net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V2011-10-241-36/+41
* fs/9p: change an int to unsigned intDan Carpenter2011-10-241-1/+2
* fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V2011-10-241-7/+5
* 9p: move dereference after NULL checkDan Carpenter2011-10-241-2/+2
* fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V2011-10-241-100/+291
* net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)2011-07-231-2/+2
* fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-07-231-0/+23
* fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2011-07-231-1/+32
* fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2011-07-231-14/+33
* fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V2011-07-231-2/+4
* 9p: clean up packet dump codeEric Van Hensbergen2011-07-231-19/+20
* net/9p: fix client code to fail more gracefully on protocol errorEric Van Hensbergen2011-07-231-1/+2
* net/9p: p9_idpool_get return -1 on errorAneesh Kumar K.V2011-05-251-8/+12
* 9p: typo fixes and minor cleanupsRob Landley2011-05-251-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-6/+3
|\
| * 9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_re...David S. Miller2011-04-121-6/+3
* | net/9p: Handle get_user_pages_fast return properlyM. Mohan Kumar2011-05-091-1/+1
* | net/9p: nwname should be an unsigned intHarsh Prateek Bora2011-04-151-4/+4
* | 9p: revert tsyncfs related changesAneesh Kumar K.V2011-04-151-21/+0
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V2011-03-221-5/+5
* net/9p: Implement syncfs 9P operationAneesh Kumar K.V2011-03-151-0/+21
* [net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)2011-03-151-6/+17
* [net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case.Venkateswararao Jujjuri (JV)2011-03-151-23/+41
* [net/9p] readdir zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2011-03-151-2/+9
OpenPOWER on IntegriCloud