aboutsummaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao
2014-02-09net: Mark function as static in 9p/client.cRashika Kheria
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-10-24file->f_op is never NULL...Al Viro
2013-10-17virtio: use size-based config accessors.Rusty Russell
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon
2013-08-269p: send uevent after adding/removing mount_tag attributeMichael Marineau
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti
2013-07-24net: trans_rdma: remove unused functionAndi Shyti
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-07-119p: fix off by one causing access violations and memory corruptionSasha Levin
2013-07-11Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc...Linus Torvalds
2013-07-09Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc...Linus Torvalds
2013-07-079P: Add cancelled() to the transport functions.Simon Derr
2013-07-079P/RDMA: count posted buffers without a pending requestSimon Derr
2013-07-079P/RDMA: Improve error handling in rdma_requestSimon Derr
2013-07-079P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr
2013-07-079P/RDMA: Use a semaphore to protect the RQSimon Derr
2013-07-079P/RDMA: Protect against duplicate repliesSimon Derr
2013-07-079P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr
2013-07-079pnet: refactor struct p9_fcall alloc codeSimon Derr
2013-07-079P/RDMA: rdma_request() needs not allocate req->rcSimon Derr
2013-07-079P: Fix fcall allocation for rdmaSimon Derr
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick
2013-06-10Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V
2013-05-28net/9p: Use virtio transpart as the default transportAneesh Kumar K.V
2013-05-28net/9p: Make 9P2000.L the default protocol for 9p file systemAneesh Kumar K.V
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-03-209p/trans_virtio.c: use virtio_add_sgs[]Rusty Russell
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27net/9p: convert to idr_alloc()Tejun Heo
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-23net: change type of virtio_chan->p9_max_pagesZhang Yanfei
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman
2013-02-129p: Add 'u' and 'g' format specifies for kuids and kgidsEric W. Biederman
2013-01-11net/9p: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-10-22virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Simon Derr
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro
2012-09-179P: Fix race in p9_write_work()Simon Derr
2012-09-179P: fix test at the end of p9_write_work()Simon Derr
2012-09-179P: Fix race in p9_read_work()Simon Derr