Linus Torvalds
|
9931a07d51
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
6 years ago |
David Howells
|
aa563d7bca
iov_iter: Separate type from direction and use accessor functions
|
6 years ago |
Dan Carpenter
|
72ea032108
9p: potential NULL dereference
|
6 years ago |
Tomas Bortoli
|
728356dede
9p: Add refcount to p9_req_t
|
7 years ago |
Tomas Bortoli
|
43cbcbee99
9p: rename p9_free_req() function
|
7 years ago |
Dominique Martinet
|
91a76be37f
9p: add a per-client fcall kmem_cache
|
7 years ago |
Dominique Martinet
|
523adb6cc1
9p: embed fcall in req to round down buffer allocs
|
7 years ago |
Matthew Wilcox
|
996d5b4db4
9p: Use a slab for allocating requests
|
7 years ago |
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 |