summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells2023-06-241-6/+9
* ocfs2: Fix use of slab data with sendpageDavid Howells2023-06-241-11/+12
* net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+5
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | ocfs2: use bitmap API in fill_node_mapJoseph Qi2022-11-181-4/+2
|/
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix2020-12-151-1/+0
* tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-20/+2
* tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-18/+2
* ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)2020-04-021-14/+10
* ocfs2: remove useless errAlex Shi2020-04-021-2/+1
* ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-121-2/+1
* fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang2019-07-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* ocfs2: clean up some unnecessary codewangyan2018-08-171-2/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+2
* cfs2: switch to sock_recvmsg()Al Viro2017-12-021-1/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
* fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang2017-05-031-1/+1
* fs/ocfs2/cluster: use setup_timerGeliang Tang2017-05-031-3/+2
*-. Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-261-1/+1
|\ \
| | * net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+1
| |/
* / don't open-code kernel_setsockopt()Al Viro2017-04-061-21/+4
|/
* sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-0/+1
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-071-1/+1
* ocfs2/cluster: clean up unnecessary assignment for 'ret'piaojun2016-07-261-6/+2
* ocfs2/cluster: block BH in TCP callbacksEric Dumazet2016-05-191-8/+9
* ocfs2: o2net: should remove debugfs in o2net_init() out branchalex chen2015-06-241-1/+1
* ocfs2: o2net: silence uninitialized variable warningDan Carpenter2015-02-101-1/+2
* ocfs2: o2net: fix connect expiredJunxiao Bi2014-12-101-1/+1
* fix breakage in o2net_send_tcp_msg()Al Viro2014-11-051-1/+1
* ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei2014-10-091-0/+20
* ocfs2: don't fire quorum before connection establishedJunxiao Bi2014-10-091-2/+3
* ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi2014-10-091-7/+11
* ocfs2: o2net: set tcp user timeout to max valueJunxiao Bi2014-08-291-0/+20
* ocfs2: o2net: don't shutdown connection when idle timeoutJunxiao Bi2014-08-291-6/+19
* ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting...Tariq Saeed2014-06-101-2/+29
* ocfs2: remove NULL assignments on staticFabian Frederick2014-06-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-121-8/+7
|\
| * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-8/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-38/+11
|\ \ | |/ |/|
| * ocfs2: don't open-code kernel_recvmsg()Al Viro2014-04-011-18/+3
| * ocfs2: don't open-code kernel_sendmsg()Al Viro2014-04-011-20/+8
* | ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...Tariq Saeed2014-04-031-5/+17