summaryrefslogtreecommitdiff
path: root/fs/ocfs2/cluster/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-1/+4
2023-06-25ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells1-6/+9
2023-06-25ocfs2: Fix use of slab data with sendpageDavid Howells1-11/+12
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+5
2022-12-20Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-19ocfs2: use bitmap API in fill_node_mapJoseph Qi1-4/+2
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2020-12-15fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix1-1/+0
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-20/+2
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-18/+2
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)1-14/+10
2020-04-02ocfs2: remove useless errAlex Shi1-2/+1
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+1
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-08-18ocfs2: clean up some unnecessary codewangyan1-2/+0
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+2
2017-12-03cfs2: switch to sock_recvmsg()Al Viro1-1/+2
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-05-04fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang1-1/+1
2017-05-04fs/ocfs2/cluster: use setup_timerGeliang Tang1-3/+2
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro1-1/+1
2017-04-06don't open-code kernel_setsockopt()Al Viro1-21/+4
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-08fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar1-1/+1
2016-07-27ocfs2/cluster: clean up unnecessary assignment for 'ret'piaojun1-6/+2
2016-05-19ocfs2/cluster: block BH in TCP callbacksEric Dumazet1-8/+9
2015-06-25ocfs2: o2net: should remove debugfs in o2net_init() out branchalex chen1-1/+1
2015-02-11ocfs2: o2net: silence uninitialized variable warningDan Carpenter1-1/+2
2014-12-11ocfs2: o2net: fix connect expiredJunxiao Bi1-1/+1
2014-11-05fix breakage in o2net_send_tcp_msg()Al Viro1-1/+1
2014-10-10ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei1-0/+20
2014-10-10ocfs2: don't fire quorum before connection establishedJunxiao Bi1-2/+3
2014-10-10ocfs2: call o2quo_exit() if malloc failed in o2net_init()Joseph Qi1-7/+11
2014-08-30ocfs2: o2net: set tcp user timeout to max valueJunxiao Bi1-0/+20
2014-08-30ocfs2: o2net: don't shutdown connection when idle timeoutJunxiao Bi1-6/+19
2014-06-11ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting...Tariq Saeed1-2/+29
2014-06-05ocfs2: remove NULL assignments on staticFabian Frederick1-1/+1
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+7
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-38/+11
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-8/+7
2014-04-04ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not...Tariq Saeed1-5/+17
2014-04-04ocfs2: fix type conversion risk when get cluster attributesJoseph Qi1-3/+3