Chengguang Xu
|
8d856c72b4
net/9p: detect invalid options as much as possible
|
7 years ago |
Chengguang Xu
|
9421c3e641
net/9p/client.c: fix potential refcnt problem of trans module
|
7 years ago |
Greg Kurz
|
a85222435b
net/9p: avoid -ERESTARTSYS leak to userspace
|
7 years ago |
Tuomas Tynkkynen
|
61b272c3aa
9p: Fix missing commas in mount options
|
7 years ago |
Tuomas Tynkkynen
|
9523feac27
net/9p: Switch to wait_event_killable()
|
8 years ago |
David Howells
|
c4fac91004
9p: Implement show_options
|
8 years ago |
Al Viro
|
1c512a7ca9
net/9p: switch to copy_from_iter_full()
|
8 years ago |
Al Viro
|
71d6ad0837
p9_client_readdir() fix
|
8 years ago |
Linus Torvalds
|
0710f3ff91
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 years ago |
Ingo Molnar
|
3f07c01441
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
|
8 years ago |
Al Viro
|
7880b43bdf
9p: constify ->d_name handling
|
8 years ago |
Arnd Bergmann
|
287980e49f
remove lots of IS_ERR_VALUE abuses
|
9 years ago |
Vincent Bernat
|
999b8b88c6
9p: ensure err is initialized to 0 in p9_client_read/write
|
10 years ago |
Al Viro
|
0f1db7dee2
9p: cope with bogus responses from server in p9_client_{read,write}
|
10 years ago |
Al Viro
|
67e808fbb0
p9_client_write(): avoid double p9_free_req()
|
10 years ago |
Al Viro
|
a84b69cb6e
9p: forgetting to cancel request on interrupted zero-copy RPC
|
10 years ago |
Al Viro
|
21c9f5ccb1
p9_client_attach(): set fid->uid correctly
|
10 years ago |
Al Viro
|
e1200fe68f
9p: switch p9_client_read() to passing struct iov_iter *
|
10 years ago |
Al Viro
|
070b3656cf
9p: switch p9_client_write() to passing it struct iov_iter *
|
10 years ago |
Al Viro
|
4f3b35c157
net/9p: switch the guts of p9_client_{read,write}() to iov_iter
|
10 years ago |
Fabian Frederick
|
d8282ea05a
9P: remove unnecessary break after return
|
11 years ago |
Simon Derr
|
0bfd6845c0
9P: Get rid of REQ_STATUS_FLSH
|
11 years ago |
Simon Derr
|
afd8d65411
9P: Add cancelled() to the transport functions.
|
11 years ago |
Rashika
|
05a782d416
net: Mark function as static in 9p/client.c
|
11 years ago |
Dominique Martinet
|
2b6e72ed74
9P: Add memory barriers to protect request fields over cb/rpc threads handoff
|
11 years ago |
Eric Van Hensbergen
|
f94741fd28
net/9p: remove virtio default hack and set appropriate bits instead
|
12 years ago |
Linus Torvalds
|
2b76db6a0f
Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
|
12 years ago |
Will Deacon
|
50192abe02
fs/9p: avoid accessing utsname after namespace has been torn down
|
12 years ago |
Andi Shyti
|
60ff779c4a
9p: client: remove unused code and any reference to "cancelled" function
|
12 years ago |
Simon Derr
|
80b45261a0
9P: Add cancelled() to the transport functions.
|
12 years ago |