aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2/cluster
AgeCommit message (Expand)AuthorFilesLines
2020-05-28tcp: add tcp_sock_set_user_timeoutGravatar Christoph Hellwig 1-20/+2
2020-05-28tcp: add tcp_sock_set_nodelayGravatar Christoph Hellwig 1-18/+2
2020-04-02ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveGravatar Matthew Wilcox (Oracle) 1-14/+10
2020-04-02ocfs2: use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 2-7/+7
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-02ocfs2: remove useless errGravatar Alex Shi 1-2/+1
2020-04-02ocfs2: remove unused macrosGravatar Alex Shi 1-2/+0
2020-01-31ocfs2: remove unneeded semicolonsGravatar zhengbin 1-1/+1
2019-09-24ocfs2: further debugfs cleanupsGravatar Greg Kroah-Hartman 1-76/+27
2019-07-12ocfs: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 6-112/+41
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"Gravatar ChenGang 3-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Gravatar Thomas Gleixner 2-32/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Gravatar Thomas Gleixner 14-216/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlGravatar Jia Guo 1-6/+8
2018-12-28ocfs2: optimize the reading of heartbeat dataGravatar Jia Guo 1-5/+12
2018-11-18ocfs2: free up write context when direct IO failedGravatar Wengang Wang 1-0/+9
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2018-08-17ocfs2: make several functions and variables static (and some const)Gravatar Colin Ian King 2-9/+9
2018-08-17ocfs2: clean up some unnecessary codeGravatar wangyan 1-2/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-05-25ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Gravatar Changwei Ge 1-10/+1
2018-04-05ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bioGravatar piaojun 1-1/+10
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-4/+2
2018-01-31ocfs2/cluster: close a race that fence can't be triggeredGravatar Yang Zhang 1-2/+3
2018-01-31ocfs2/cluster: neaten a member of o2net_msg_handlerGravatar Changwei Ge 1-1/+1
2017-12-02cfs2: switch to sock_recvmsg()Gravatar Al Viro 1-1/+2
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-5/+4
2017-11-15ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentGravatar alex chen 1-8/+55
2017-11-15ocfs2: cleanup unused func declaration and assignmentGravatar piaojun 1-2/+0
2017-10-19ocfs2/cluster: make config_item_type constGravatar Bhumika Goyal 2-6/+6
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-09-06ocfs2: clean up some dead codeGravatar Jun Piao 1-38/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-1/+1
2017-07-06ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakGravatar piaojun 1-0/+1
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-3/+3
2017-05-03fs/ocfs2/cluster: use offset_in_page() macroGravatar Geliang Tang 1-1/+1
2017-05-03ocfs2: o2hb: revert hb threshold to keep compatibleGravatar Junxiao Bi 1-4/+4
2017-05-03fs/ocfs2/cluster: use setup_timerGravatar Geliang Tang 1-3/+2
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Gravatar Al Viro 1-1/+1
2017-04-06don't open-code kernel_setsockopt()Gravatar Al Viro 1-21/+4
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-1/+1
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Gravatar Ingo Molnar 1-0/+1
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 2-2/+2
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2016-12-12ocfs2: replace CURRENT_TIME macroGravatar Deepa Dinamani 1-1/+1
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-1/+1