summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2014-03-069p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2013-12-049p: send uevent after adding/removing mount_tag attributeMichael Marineau1-0/+5
2013-07-289p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-06-10Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-37/+18
2013-05-28net/9p: Handle error in zero copy request correctly for 9p2000.uAneesh Kumar K.V1-37/+18
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+39
2013-03-209p/trans_virtio.c: use virtio_add_sgs[]Rusty Russell1-9/+39
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-4/+2
2013-02-27net/9p: convert to idr_alloc()Tejun Heo1-11/+6
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-23/+69
2013-02-23net: change type of virtio_chan->p9_max_pagesZhang Yanfei1-1/+1
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2-11/+20
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman1-12/+13
2013-02-129p: Add 'u' and 'g' format specifies for kuids and kgidsEric W. Biederman1-0/+36
2013-01-11net/9p: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-10-22virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon1-1/+2
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-20/+36
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Simon Derr1-1/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+7
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro1-9/+7
2012-09-179P: Fix race in p9_write_work()Simon Derr1-9/+10
2012-09-179P: fix test at the end of p9_write_work()Simon Derr1-1/+1
2012-09-179P: Fix race in p9_read_work()Simon Derr1-7/+7
2012-09-06net/9p: Check errno validitySimon Derr1-2/+16
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter1-1/+1
2012-06-119p: BUG before corrupting memorySasha Levin1-1/+1
2012-06-04net/9p: Add __force to cast of __user pointerJoe Perches1-1/+1
2012-06-04net: Remove casts to same typeJoe Perches1-1/+1
2012-05-21Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2012-05-229p: disconnect channel when PCI device is removedSasha Levin1-1/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet2-4/+4
2012-02-26net/9p: handle flushed Tclunk/TremoveJim Garlick1-3/+15
2012-02-26net/9p: don't allow Tflush to be interruptedJim Garlick1-0/+8
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell1-2/+4
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches8-216/+248
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V3-79/+54
2011-10-24fs/9p: change an int to unsigned intDan Carpenter1-1/+2
2011-10-24fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V1-7/+5
2011-10-249p: move dereference after NULL checkDan Carpenter1-2/+2
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V6-331/+500
2011-09-06net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V1-5/+12
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