aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-23net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)1-2/+2
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V1-0/+23
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V1-1/+32
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2-16/+35
2011-07-23fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V1-2/+4
2011-07-23VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao1-1/+1
2011-07-23Fix the size of receive buffer packing onto VirtIO ring.jvrao1-1/+1
2011-07-239p: clean up packet dump codeEric Van Hensbergen2-46/+37
2011-07-23net/9p: fix client code to fail more gracefully on protocol errorEric Van Hensbergen1-1/+2
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+2
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+2
2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley1-3/+4
2011-05-25net/9p: p9_idpool_get return -1 on errorAneesh Kumar K.V2-9/+13
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen1-4/+4
2011-05-259p: typo fixes and minor cleanupsRob Landley1-5/+5
2011-05-25net/9p: Change linuxdoc names to match functions.Rob Landley1-2/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-10/+3
2011-05-199p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller1-2/+0
2011-05-199p: Kill set but not used variable 'ret' in parse_opts()David S. Miller1-2/+0
2011-05-12net/9p/protocol.c: Fix a memory leakPedro Scarapicchia Junior1-0/+1
2011-05-09net/9p: Handle get_user_pages_fast return properlyM. Mohan Kumar2-9/+4
2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora2-6/+6
2011-04-159p: Fix sparse errorAneesh Kumar K.V3-6/+14
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V1-21/+0
2011-04-129p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_readdir()David S. Miller1-6/+3
2011-03-31Fix common misspellingsLucas De Marchi3-4/+4
2011-03-22[net/9p]: Introduce basic flow-control for VirtIO transport.Venkateswararao Jujjuri (JV)1-1/+22
2011-03-22[net/9p] Don't re-pin pages on retrying virtqueue_add_buf().Venkateswararao Jujjuri (JV)1-2/+2
2011-03-22[net/9p] Set the condition just before waking up.Venkateswararao Jujjuri (JV)1-22/+22
2011-03-22[net/9p] unconditional wake_up to proc waiting for space on VirtIO ringVenkateswararao Jujjuri (JV)1-4/+3
2011-03-22net/9p: Fix compile warningAneesh Kumar K.V1-5/+5
2011-03-22net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V5-13/+13
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds6-50/+419
2011-03-15net/9p: Implement syncfs 9P operationAneesh Kumar K.V1-0/+21
2011-03-15[net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)1-6/+17
2011-03-15[net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case.Venkateswararao Jujjuri (JV)1-23/+41
2011-03-15[net/9p] readdir zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2-2/+27
2011-03-15[net/9p] Write side zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)1-6/+15
2011-03-15[net/9p] Read side zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2-8/+39
2011-03-15[net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)1-0/+1
2011-03-15[net/9p] Add gup/zero_copy support to VirtIO transport layer.Venkateswararao Jujjuri (JV)2-5/+126
2011-03-15[net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed.Venkateswararao Jujjuri (JV)1-0/+1
2011-03-15[net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)4-0/+131
2011-02-01net/9p: replace p9_poll_task with a workTejun Heo1-24/+8
2011-02-01net/9p: use system_wq instead of p9_mux_wqTejun Heo1-15/+5
2011-01-19net: cleanup unused macros in net directoryShan Wei1-1/+0
2011-01-11net/9p: Use proper data typesM. Mohan Kumar1-12/+10
2010-12-08net/9p/protocol.c: Remove duplicated macros.Thiago Farina1-24/+9
2010-10-28net/9p: Return error on read with NULL bufferSanchit Garg1-4/+1