Arnd Bergmann
|
287980e49f
remove lots of IS_ERR_VALUE abuses
|
9 年之前 |
Vincent Bernat
|
999b8b88c6
9p: ensure err is initialized to 0 in p9_client_read/write
|
10 年之前 |
Al Viro
|
0f1db7dee2
9p: cope with bogus responses from server in p9_client_{read,write}
|
10 年之前 |
Al Viro
|
67e808fbb0
p9_client_write(): avoid double p9_free_req()
|
10 年之前 |
Al Viro
|
a84b69cb6e
9p: forgetting to cancel request on interrupted zero-copy RPC
|
10 年之前 |
Al Viro
|
21c9f5ccb1
p9_client_attach(): set fid->uid correctly
|
10 年之前 |
Al Viro
|
e1200fe68f
9p: switch p9_client_read() to passing struct iov_iter *
|
10 年之前 |
Al Viro
|
070b3656cf
9p: switch p9_client_write() to passing it struct iov_iter *
|
10 年之前 |
Al Viro
|
4f3b35c157
net/9p: switch the guts of p9_client_{read,write}() to iov_iter
|
10 年之前 |
Fabian Frederick
|
d8282ea05a
9P: remove unnecessary break after return
|
11 年之前 |
Simon Derr
|
0bfd6845c0
9P: Get rid of REQ_STATUS_FLSH
|
11 年之前 |
Simon Derr
|
afd8d65411
9P: Add cancelled() to the transport functions.
|
11 年之前 |
Rashika
|
05a782d416
net: Mark function as static in 9p/client.c
|
11 年之前 |
Dominique Martinet
|
2b6e72ed74
9P: Add memory barriers to protect request fields over cb/rpc threads handoff
|
11 年之前 |
Eric Van Hensbergen
|
f94741fd28
net/9p: remove virtio default hack and set appropriate bits instead
|
11 年之前 |
Linus Torvalds
|
2b76db6a0f
Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
|
12 年之前 |
Will Deacon
|
50192abe02
fs/9p: avoid accessing utsname after namespace has been torn down
|
12 年之前 |
Andi Shyti
|
60ff779c4a
9p: client: remove unused code and any reference to "cancelled" function
|
12 年之前 |
Simon Derr
|
80b45261a0
9P: Add cancelled() to the transport functions.
|
12 年之前 |
Simon Derr
|
1cff33069a
9P/RDMA: count posted buffers without a pending request
|
12 年之前 |
Simon Derr
|
5387320d48
9pnet: refactor struct p9_fcall alloc code
|
12 年之前 |
Simon Derr
|
ea071aa136
9P: Fix fcall allocation for rdma
|
12 年之前 |
Aneesh Kumar K.V
|
42fe6484c6
net/9p: Handle error in zero copy request correctly for 9p2000.u
|
12 年之前 |
Aneesh Kumar K.V
|
535bcd3c4e
net/9p: Use virtio transpart as the default transport
|
12 年之前 |
Aneesh Kumar K.V
|
095e7999c0
net/9p: Make 9P2000.L the default protocol for 9p file system
|
12 年之前 |
Eric W. Biederman
|
447c50943f
9p: Modify the stat structures to use kuid_t and kgid_t
|
12 年之前 |
Eric W. Biederman
|
f791f7c5e3
9p: Transmit kuid and kgid values
|
12 年之前 |
Simon Derr
|
43def35c10
net/9p: Check errno validity
|
13 年之前 |
Joe Perches
|
f07d90107c
net/9p: Add __force to cast of __user pointer
|
13 年之前 |
Joe Perches
|
e3192690a3
net: Remove casts to same type
|
13 年之前 |