Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a4c2a8a4f3e4454cce89a79dfa2c816ed93b462a
/
net
/
9p
582076a
Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 11 years ago
8a5daf1
9pnet_rdma: check token type before int conversion
by Simon Derr
· 11 years ago
263c582
9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.
by Simon Derr
· 11 years ago
0bfd684
9P: Get rid of REQ_STATUS_FLSH
by Simon Derr
· 11 years ago
931700d
9pnet_rdma: add cancelled()
by Simon Derr
· 11 years ago
3f9d5b8
9pnet_rdma: update request status during send
by Simon Derr
· 11 years ago
afd8d65
9P: Add cancelled() to the transport functions.
by Simon Derr
· 11 years ago
05a782d
net: Mark function as static in 9p/client.c
by Rashika
· 11 years ago
2b6e72e
9P: Add memory barriers to protect request fields over cb/rpc threads handoff
by Dominique Martinet
· 11 years ago
b6f52ae
9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffers
by Richard Yao
· 11 years ago
fd944bd
net: Mark function as static in 9p/client.c
by Rashika Kheria
· 11 years ago
f94741f
net/9p: remove virtio default hack and set appropriate bits instead
by Eric Van Hensbergen
· 11 years ago
b746f9c
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
72c2d53
file->f_op is never NULL...
by Al Viro
· 11 years ago
855e0c5
virtio: use size-based config accessors.
by Rusty Russell
· 11 years ago
2b76db6
Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 11 years ago
50192ab
fs/9p: avoid accessing utsname after namespace has been torn down
by Will Deacon
· 11 years ago
e0d6cb9
9p: send uevent after adding/removing mount_tag attribute
by Michael Marineau
· 11 years ago
60ff779
9p: client: remove unused code and any reference to "cancelled" function
by Andi Shyti
· 11 years ago
59ea52d
net: trans_rdma: remove unused function
by Andi Shyti
· 11 years ago
be9c6d9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
110ecd6
9p: fix off by one causing access violations and memory corruption
by Sasha Levin
· 11 years ago
19d2f8e
Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 11 years ago
899dd38
Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 11 years ago
80b4526
9P: Add cancelled() to the transport functions.
by Simon Derr
· 11 years ago
1cff330
9P/RDMA: count posted buffers without a pending request
by Simon Derr
· 11 years ago
2f52d07
9P/RDMA: Improve error handling in rdma_request
by Simon Derr
· 11 years ago
b530e25
9P/RDMA: Do not free req->rc in error handling in rdma_request()
by Simon Derr
· 11 years ago
fd453d0
9P/RDMA: Use a semaphore to protect the RQ
by Simon Derr
· 11 years ago
47229ff
9P/RDMA: Protect against duplicate replies
by Simon Derr
· 11 years ago
3fcc62f
9P/RDMA: increase P9_RDMA_MAXSIZE to 1MB
by Simon Derr
· 11 years ago
5387320
9pnet: refactor struct p9_fcall alloc code
by Simon Derr
· 11 years ago
17b6fd9
9P/RDMA: rdma_request() needs not allocate req->rc
by Simon Derr
· 11 years ago
ea071aa
9P: Fix fcall allocation for rdma
by Simon Derr
· 11 years ago
2f28c8b
net/9p: add privport option to 9p tcp transport
by Jim Garlick
· 11 years ago
1b79821
Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 11 years ago
6390460
net/9p: Handle error in zero copy request correctly for 9p2000.u
by Aneesh Kumar K.V
· 11 years ago
42fe648
net/9p: Handle error in zero copy request correctly for 9p2000.u
by Aneesh Kumar K.V
· 11 years ago
535bcd3
net/9p: Use virtio transpart as the default transport
by Aneesh Kumar K.V
· 11 years ago
095e799
net/9p: Make 9P2000.L the default protocol for 9p file system
by Aneesh Kumar K.V
· 11 years ago
736a2dd
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
0b36f1a
9p/trans_virtio.c: use virtio_add_sgs[]
by Rusty Russell
· 12 years ago
dc893e1
Revert parts of "hlist: drop the node parameter from iterators"
by Arnd Bergmann
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
19a101a
net/9p: convert to idr_alloc()
by Tejun Heo
· 12 years ago
94f2f14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
7293bfb
net: change type of virtio_chan->p9_max_pages
by Zhang Yanfei
· 12 years ago
447c509
9p: Modify the stat structures to use kuid_t and kgid_t
by Eric W. Biederman
· 12 years ago
f791f7c
9p: Transmit kuid and kgid values
by Eric W. Biederman
· 12 years ago
97fc8b1
9p: Add 'u' and 'g' format specifies for kuids and kgids
by Eric W. Biederman
· 12 years ago
28c5045
net/9p: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
b9cdc88
virtio: 9p: correctly pass physical address to userspace for high pages
by Will Deacon
· 12 years ago
940e3a8
Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 12 years ago
759f429
9P: Fix race between p9_write_work() and p9_fd_request()
by Simon Derr
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
56b31d1
unexport sock_map_fd(), switch to sock_alloc_file()
by Al Viro
· 12 years ago
584a8c1
9P: Fix race in p9_write_work()
by Simon Derr
· 12 years ago
1957b3a
9P: fix test at the end of p9_write_work()
by Simon Derr
· 12 years ago
0462194
9P: Fix race in p9_read_work()
by Simon Derr
· 12 years ago
43def35
net/9p: Check errno validity
by Simon Derr
· 12 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
b26d344
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
f3747e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
d31bb4f
9p: fix min_t() casting in p9pdu_vwritef()
by Dan Carpenter
· 12 years ago
5fcb08b
9p: BUG before corrupting memory
by Sasha Levin
· 12 years ago
f07d901
net/9p: Add __force to cast of __user pointer
by Joe Perches
· 12 years ago
e319269
net: Remove casts to same type
by Joe Perches
· 12 years ago
99262a3
Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 12 years ago
991ad9e
9p: disconnect channel when PCI device is removed
by Sasha Levin
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
208f3c2
net/9p: handle flushed Tclunk/Tremove
by Jim Garlick
· 13 years ago
a314f27
net/9p: don't allow Tflush to be interrupted
by Jim Garlick
· 13 years ago
f96fde4
virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
by Rusty Russell
· 13 years ago
5d38515
9p: Reduce object size with CONFIG_NET_9P_DEBUG
by Joe Perches
· 13 years ago
348b590
net/9p: Convert net/9p protocol dumps to tracepoints
by Aneesh Kumar K.V
· 13 years ago
ef6b080
fs/9p: change an int to unsigned int
by Dan Carpenter
· 13 years ago
4d5077f
fs/9p: Cleanup option parsing in 9p
by Aneesh Kumar K.V
· 13 years ago
5635fd0
9p: move dereference after NULL check
by Dan Carpenter
· 13 years ago
abfa034
fs/9p: Update zero-copy implementation in 9p
by Aneesh Kumar K.V
· 13 years ago
b49d8b5
net/9p: Fix kernel crash with msize 512K
by Aneesh Kumar K.V
· 13 years ago
c9ffb05
net/9p: Fix the msize calculation.
by Venkateswararao Jujjuri (JV)
· 13 years ago
48e370f
fs/9p: add 9P2000.L unlinkat operation
by Aneesh Kumar K.V
· 13 years ago
9e8fb38
fs/9p: add 9P2000.L renameat operation
by Aneesh Kumar K.V
· 13 years ago
4d63055
fs/9p: Clean-up get_protocol_version() to use strcmp
by Prem Karat
· 14 years ago
5034990
fs/9p: Fid is not valid after a failed clunk.
by Aneesh Kumar K.V
· 13 years ago
7f78167
VirtIO can transfer VIRTQUEUE_NUM of pages.
by jvrao
· 13 years ago
114e6f3
Fix the size of receive buffer packing onto VirtIO ring.
by jvrao
· 13 years ago
e660a82
9p: clean up packet dump code
by Eric Van Hensbergen
· 13 years ago
b85f7d92
net/9p: fix client code to fail more gracefully on protocol error
by Eric Van Hensbergen
· 13 years ago
4c171ac
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 13 years ago
b26f9b9
RDMA/cma: Pass QP type into rdma_create_id()
by Sean Hefty
· 15 years ago
e75762f
net/9p: enable 9p to work in non-default network namespace
by Rob Landley
· 13 years ago
fe1cbab
net/9p: p9_idpool_get return -1 on error
by Aneesh Kumar K.V
· 13 years ago
87211cd
9p: remove experimental tag from tested configurations
by Eric Van Hensbergen
· 13 years ago
aca0076
9p: typo fixes and minor cleanups
by Rob Landley
· 13 years ago
961a5a5
net/9p: Change linuxdoc names to match functions.
by Rob Landley
· 14 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
5b5ed8a
9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()
by David S. Miller
· 13 years ago
99517e3
9p: Kill set but not used variable 'ret' in parse_opts()
by David S. Miller
· 13 years ago
Next »