Tariq Saeed
|
79deb3c148
ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting an invalid one
|
11 年之前 |
Fabian Frederick
|
1a5c4e2a0e
ocfs2: remove NULL assignments on static
|
11 年之前 |
Linus Torvalds
|
454fd351f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年之前 |
Linus Torvalds
|
5166701b36
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
11 年之前 |
David S. Miller
|
676d23690f
net: Fix use after free by removing length arg from sk_data_ready callbacks.
|
11 年之前 |
Tariq Saeed
|
da8ded405d
ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTEN
|
11 年之前 |
Joseph Qi
|
41b63efb68
ocfs2: fix type conversion risk when get cluster attributes
|
11 年之前 |
Al Viro
|
920220c111
ocfs2: don't open-code kernel_recvmsg()
|
11 年之前 |
Al Viro
|
66f5dcef13
ocfs2: don't open-code kernel_sendmsg()
|
11 年之前 |
Joseph Qi
|
03dbe88aa9
ocfs2: avoid possible NULL pointer dereference in o2net_accept_one()
|
12 年之前 |
Joseph Qi
|
9a239e4c68
ocfs2: adjust code style for o2net_handler_tree_lookup()
|
12 年之前 |
Sunil Mushran
|
8dd7903e48
fs/ocfs2/cluster/tcp.c: fix possible null pointer dereferences
|
12 年之前 |
Jie Liu
|
44e89cb8e2
ocfs2: adjust switch_case syntax at o2net_state_change()
|
12 年之前 |
Younger Liu
|
d3e3b41b3d
fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release()
|
12 年之前 |
Tejun Heo
|
6b207ba3eb
ocfs2: convert to idr_alloc()
|
12 年之前 |
Linus Torvalds
|
9afa3195b9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
12 年之前 |
Tim Gardner
|
d787ab0977
ocfs2: remove kfree() redundant null checks
|
12 年之前 |
Masanari Iida
|
8a168ca707
treewide: Fix typo in various drivers
|
12 年之前 |
Pavel Emelyanov
|
4a17fd5229
sock: Introduce named constants for sk_reuse
|
13 年之前 |
Linus Torvalds
|
0a4ebed781
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
|
13 年之前 |
Paul Gortmaker
|
afeacc8c1f
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
|
14 年之前 |
Sunil Mushran
|
3ba169ccec
ocfs2/cluster: Add new function o2net_fill_node_map()
|
14 年之前 |
Sunil Mushran
|
1dfecf810e
ocfs2/cluster: Clean up messages in o2net
|
14 年之前 |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 年之前 |
Rakib Mullick
|
ed59992e8d
fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS.
|
14 年之前 |
Randy Dunlap
|
e70d84501b
ocfs2: fix build for OCFS2_FS_STATS not enabled
|
14 年之前 |
Sunil Mushran
|
e453039f8b
ocfs2/cluster: Track process message timing stats for each socket
|
14 年之前 |
Sunil Mushran
|
3c193b3807
ocfs2/cluster: Track send message timing stats for each socket
|
14 年之前 |
Sunil Mushran
|
ff1becbf85
ocfs2/cluster: Use ktime instead of timeval in struct o2net_sock_container
|
14 年之前 |
Sunil Mushran
|
3f9c14fab0
ocfs2/cluster: Replace timeval with ktime in struct o2net_send_tracking
|
14 年之前 |