Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
647739645bea4a5628f9e4eaf8022dcc5875c535
/
net
/
9p
8781ff9
9p: fix p9_client_destroy unconditional calling v9fs_put_trans
by Eric Van Hensbergen
· 15 years ago
fb78610
9p: Fix the kernel crash on a failed mount
by Aneesh Kumar K.V
· 15 years ago
d8c8a9e
9p: fix option parsing
by Eric Van Hensbergen
· 15 years ago
9d6939d
net/9p: fix statsize inside twstat
by Eric Van Hensbergen
· 15 years ago
349d3bb8
net/9p: fail when user specifies a transport which we can't find
by Eric Van Hensbergen
· 15 years ago
562ada6
net/9p: fix virtio transport to correctly update status on connect
by Eric Van Hensbergen
· 15 years ago
6b18662
9p connect fixes
by Al Viro
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
3e2796a
9p: fix readdir corner cases
by Eric Van Hensbergen
· 15 years ago
e95646c
virtio: let header files include virtio_ids.h
by Christian Borntraeger
· 15 years ago
3ca4f5c
virtio: add virtio IDs file
by Fernando Luis Vazquez Cao
· 15 years ago
3a20210
virtio: get rid of redundant VIRTIO_ID_9P definition
by Fernando Luis Vazquez Cao
· 15 years ago
3c1b27d
virtio: make add_buf return capacity remaining
by Rusty Russell
· 15 years ago
0aad37e
net/9p: insulate the client against an invalid error code sent by a 9p server
by Abhishek Kulkarni
· 15 years ago
0e15597
9p: minor comment fixes
by Abhishek Kulkarni
· 15 years ago
eedfe1c
9p: Possible regression in p9_client_stat
by Abhishek Kulkarni
· 15 years ago
a17d172
9p: default 9p transport module fix
by Abhishek Kulkarni
· 15 years ago
15da4b1
net/9p: Fix crash due to bad mount parameters.
by Abhishek Kulkarni
· 15 years ago
d2a7ddd
virtio: find_vqs/del_vqs virtio operations
by Michael S. Tsirkin
· 15 years ago
9499f5e
virtio: add names to virtqueue struct, mapping from devices to queues.
by Rusty Russell
· 15 years ago
1bab88b
net/9p: handle correctly interrupted 9P requests
by Latchesar Ionkov
· 16 years ago
742b11a
net/9p: return error when p9_client_stat fails
by Latchesar Ionkov
· 16 years ago
453ed90
net/9p: set correct stat size when sending Twstat messages
by Latchesar Ionkov
· 16 years ago
e3db6cb
9p: fix sparse warning: cast adds address space
by Hannes Eder
· 16 years ago
beeebc9
9p: fix endian issues [attempt 3]
by Eric Van Hensbergen
· 16 years ago
24e94de
net/9p: fid->fid is used uninitialized
by Roel Kluin
· 16 years ago
6364853
9p: disallow RDMA if RDMA CM isn't available
by Roland Dreier
· 16 years ago
0191b62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 16 years ago
cf005b1
net: remove redundant argument comments
by Qinghuang Feng
· 16 years ago
f3a5c54
Merge branch 'master' into next
by James Morris
· 16 years ago
4ff429e
9p: restrict RDMA usage
by Randy Dunlap
· 16 years ago
2b82892
Merge branch 'master' into next
by James Morris
· 16 years ago
f8b9d53
CRED: Wrap task credential accesses in 9P2000 filesystem
by David Howells
· 16 years ago
b0d5fde
net/9p: fix printk format warnings
by Randy Dunlap
· 16 years ago
9f3e9bb
unsigned fid->fid cannot be negative
by Roel Kluin
· 16 years ago
1558c62
9p: rdma: remove duplicated #include
by Huang Weiyi
· 16 years ago
45abdf1
p9: Fix leak of waitqueue in request allocation path
by Tom Tucker
· 16 years ago
82b189e
9p: Remove unneeded free of fcall for Flush
by Tom Tucker
· 16 years ago
cac23d6
9p: Make all client spin locks IRQ safe
by Tom Tucker
· 16 years ago
517ac45
9p: rdma: Set trans prior to requesting async connection ops
by Tom Tucker
· 16 years ago
e45c540
9p: fix sparse warnings
by Eric Van Hensbergen
· 16 years ago
fc79d4b
9p: rdma: RDMA Transport Support for 9P
by Tom Tucker
· 16 years ago
0b15a3a
9p: fix debug build error
by Eric Van Hensbergen
· 16 years ago
7eb923b
9p: add more conservative locking
by Eric Van Hensbergen
· 16 years ago
f0a0ac2
9p: fix oops in protocol stat parsing error path.
by Eric Van Hensbergen
· 16 years ago
e7f4b8f
9p: Improve debug support
by Eric Van Hensbergen
· 16 years ago
02da398
9p: eliminate depricated conv functions
by Eric Van Hensbergen
· 16 years ago
51a87c5
9p: rework client code to use new protocol support functions
by Eric Van Hensbergen
· 16 years ago
cb19813
9p: remove unnecessary tag field from p9_req_t structure
by Eric Van Hensbergen
· 16 years ago
51d71f9
9p: remove 9p fcall debug prints
by Eric Van Hensbergen
· 16 years ago
ace51c4
9p: add new protocol support code
by Eric Van Hensbergen
· 16 years ago
6936bf6
9p: encapsulate version function
by Eric Van Hensbergen
· 16 years ago
06b55b4
9p: move dirread to fs layer
by Eric Van Hensbergen
· 16 years ago
fbedadc
9p: move readn meta-function from client to fs layer
by Eric Van Hensbergen
· 16 years ago
0fc9655
9p: consolidate read/write functions
by Eric Van Hensbergen
· 16 years ago
95820a3
9p: drop broken unused error path from p9_conn_create()
by Tejun Heo
· 16 years ago
91b8534
9p: make rpc code common and rework flush code
by Eric Van Hensbergen
· 16 years ago
1b0a763
9p: use the rcall structure passed in the request in trans_fd read_work
by Eric Van Hensbergen
· 16 years ago
673d62cd
9p: apply common request code to trans_fd
by Eric Van Hensbergen
· 16 years ago
ff68345
9p: apply common tagpool handling to trans_fd
by Eric Van Hensbergen
· 16 years ago
fea511a
9p: move request management to client code
by Eric Van Hensbergen
· 16 years ago
044c776
9p: eliminate callback complexity
by Eric Van Hensbergen
· 16 years ago
21c0036
9p: consolidate mux_rpc and request structure
by Eric Van Hensbergen
· 16 years ago
5503ac5
9p: remove unnecessary prototypes
by Eric Van Hensbergen
· 16 years ago
bead27f
9p: remove duplicate client state
by Eric Van Hensbergen
· 16 years ago
8b81ef5
9p: consolidate transport structure
by Eric Van Hensbergen
· 16 years ago
992b3f1
9p-trans_fd: use single poller
by Tejun Heo
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
16ec470
9p: fix put_data error handling
by Eric Van Hensbergen
· 16 years ago
6206782
9p: introduce missing kfree
by Julia Lawall
· 16 years ago
206ca50
9p-trans_fd: fix and clean up module init/exit paths
by Tejun Heo
· 16 years ago
ec3c68f
9p-trans_fd: don't do fs segment mangling in p9_fd_poll()
by Tejun Heo
· 16 years ago
571ffea
9p-trans_fd: clean up p9_conn_create()
by Tejun Heo
· 16 years ago
7dc5d24
9p-trans_fd: fix trans_fd::p9_conn_destroy()
by Tejun Heo
· 16 years ago
72029fe
9p: implement proper trans module refcounting and unregistration
by Tejun Heo
· 16 years ago
a677a03
flag parameters: socket and socketpair
by Ulrich Drepper
· 16 years ago
887b3ec
9p: fix error path during early mount
by Eric Van Hensbergen
· 16 years ago
332c421
9p: make cryptic unknown error from server less scary
by Eric Van Hensbergen
· 17 years ago
d0c4471
9p: fix flags length in net
by Steven Rostedt
· 17 years ago
728fc4ef
9p: Correct fidpool creation failure in p9_client_create
by Josef 'Jeff' Sipek
· 17 years ago
c154949
9p: use struct mutex instead of struct semaphore
by Josef 'Jeff' Sipek
· 17 years ago
bb8ffdf
9p: propagate parse_option changes to client and transports
by Eric Van Hensbergen
· 17 years ago
ee44399
9p: Documentation updates
by Eric Van Hensbergen
· 17 years ago
3bb5da3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
3387b80
net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 on success
by Andrew Morton
· 17 years ago
06802a8
Merge branch 'master' of ../net-2.6/
by David S. Miller
· 17 years ago
53a6201
[9P] net/9p/trans_fd.c: remove unused variable
by Julia Lawall
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
15e29b8b
net/9p/trans_virtio.c: kmalloc() enough memory
by Adrian Bunk
· 17 years ago
d6584f3
net/9p/trans_virtio.c: Use BUG_ON
by Julia Lawall
· 17 years ago
7276744
9p: fix p9_printfcall export
by Andrew Morton
· 17 years ago
8a0dc95
9p: transport API reorganization
by Eric Van Hensbergen
· 17 years ago
f393354
9p: add remove function to trans_virtio
by Eric Van Hensbergen
· 17 years ago
dea7bbb
9p: Convert semaphore to spinlock for p9_idpool
by Anthony Liguori
· 17 years ago
7c7d90f
9p: Fix soft lockup in virtio transport
by Eric Van Hensbergen
· 17 years ago
e2735b7
9p: block-based virtio client
by Eric Van Hensbergen
· 17 years ago
043aba4
9p: create transport rpc cut-thru
by Eric Van Hensbergen
· 17 years ago
afcf0c1
9p: fix bug in p9_clone_stat
by Martin Stava
· 17 years ago
18445c4
virtio: explicit enable_cb/disable_cb rather than callback return.
by Rusty Russell
· 17 years ago
a586d4f
virtio: simplify config mechanism.
by Rusty Russell
· 17 years ago
Next »