Stephen Hemminger
|
c69f297d7f
9p: fix whitespace issues
|
7 years ago |
Tomas Bortoli
|
f984579a01
9p: validate PDU length
|
7 years ago |
Matthew Wilcox
|
2557d0c57c
9p: Embed wait_queue_head into p9_req_t
|
7 years ago |
Matthew Wilcox
|
f28cdf0430
9p: Replace the fidlist with an IDR
|
7 years ago |
Matthew Wilcox
|
b5303be2be
9p: Change p9_fid_create calling convention
|
7 years ago |
Matthew Wilcox
|
2d58f63f72
9p: Fix comment on smp_wmb
|
7 years ago |
Tomas Bortoli
|
7913690dcc
net/9p/client.c: version pointer uninitialized
|
7 years ago |
piaojun
|
64ad31f328
net/9p/client.c: add missing '\n' at the end of p9_debug()
|
7 years ago |
piaojun
|
c290fba8c4
net/9p/client.c: put refcount of trans_mod in error case in parse_opts()
|
7 years ago |
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 |