summaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)AuthorLines
2015-03-139p/trans_virtio: fix hot-unplugMichael S. Tsirkin-4/+20
2015-01-21virtio/9p: verify device has config spaceMichael S. Tsirkin-0/+6
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin-0/+2
2014-07-159P: remove unnecessary break after returnFabian Frederick-1/+0
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds-72/+92
2014-03-259pnet_rdma: check token type before int conversionSimon Derr-0/+2
2014-03-259pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr-46/+25
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr-6/+3
2014-03-259pnet_rdma: add cancelled()Simon Derr-1/+14
2014-03-259pnet_rdma: update request status during sendSimon Derr-0/+6
2014-03-259P: Add cancelled() to the transport functions.Simon Derr-6/+20
2014-03-25net: Mark function as static in 9p/client.cRashika-1/+1
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet-14/+23
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao-1/+4
2014-02-09net: Mark function as static in 9p/client.cRashika Kheria-1/+1
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen-5/+2
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+4
2013-10-24file->f_op is never NULL...Al Viro-2/+2
2013-10-17virtio: use size-based config accessors.Rusty Russell-5/+4
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+10
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon-0/+5
2013-08-269p: send uevent after adding/removing mount_tag attributeMichael Marineau-0/+5
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti-7/+2
2013-07-24net: trans_rdma: remove unused functionAndi Shyti-11/+0
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+5
2013-07-119p: fix off by one causing access violations and memory corruptionSasha Levin-5/+5
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds-76/+167
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Linus Torvalds-1/+4
2013-07-079P: Add cancelled() to the transport functions.Simon Derr-3/+20
2013-07-079P/RDMA: count posted buffers without a pending requestSimon Derr-3/+34
2013-07-079P/RDMA: Improve error handling in rdma_requestSimon Derr-16/+28
2013-07-079P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr-6/+3
2013-07-079P/RDMA: Use a semaphore to protect the RQSimon Derr-10/+12
2013-07-079P/RDMA: Protect against duplicate repliesSimon Derr-0/+7
2013-07-079P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr-3/+1
2013-07-079pnet: refactor struct p9_fcall alloc codeSimon Derr-17/+18
2013-07-079P/RDMA: rdma_request() needs not allocate req->rcSimon Derr-19/+0
2013-07-079P: Fix fcall allocation for rdmaSimon Derr-16/+23
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick-1/+39
2013-06-10Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-37/+18
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V-37/+18
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V-37/+18
2013-05-28net/9p: Use virtio transpart as the default transportAneesh Kumar K.V-0/+3
2013-05-28net/9p: Make 9P2000.L the default protocol for 9p file systemAneesh Kumar K.V-1/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+39
2013-03-209p/trans_virtio.c: use virtio_add_sgs[]Rusty Russell-9/+39
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-4/+2
2013-02-27net/9p: convert to idr_alloc()Tejun Heo-11/+6
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-23/+69