aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang1-2/+3
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang1-2/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada16-48/+16
2021-02-24ocfs2: fix a use after free on errorDan Carpenter1-1/+7
2020-12-15fs/ocfs2/cluster/tcp.c: remove unneeded breakTom Rix1-1/+0
2020-09-23ocfs2: cleanup o2hb_region_dev_storeChristoph Hellwig1-18/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2-7/+7
2020-04-02ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-02ocfs2: remove useless errAlex Shi1-2/+1
2020-04-02ocfs2: remove unused macrosAlex Shi1-2/+0
2020-01-31ocfs2: remove unneeded semicolonszhengbin1-1/+1
2019-09-24ocfs2: further debugfs cleanupsGreg Kroah-Hartman1-76/+27
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman6-112/+41
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang3-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner2-32/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner14-216/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2018-12-28ocfs2: optimize the reading of heartbeat dataJia Guo1-5/+12
2018-11-18ocfs2: free up write context when direct IO failedWengang Wang1-0/+9
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-08-17ocfs2: make several functions and variables static (and some const)Colin Ian King2-9/+9
2018-08-17ocfs2: clean up some unnecessary codewangyan1-2/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-25ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio"Changwei Ge1-10/+1
2018-04-05ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect biopiaojun1-1/+10
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+2
2018-01-31ocfs2/cluster: close a race that fence can't be triggeredYang Zhang1-2/+3
2018-01-31ocfs2/cluster: neaten a member of o2net_msg_handlerChangwei Ge1-1/+1
2017-12-02cfs2: switch to sock_recvmsg()Al Viro1-1/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-11-15ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2017-11-15ocfs2: cleanup unused func declaration and assignmentpiaojun1-2/+0
2017-10-19ocfs2/cluster: make config_item_type constBhumika Goyal2-6/+6
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-06ocfs2: clean up some dead codeJun Piao1-38/+4
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-06ocfs2: free 'dummy_sc' in sc_fop_release() to prevent memory leakpiaojun1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-05-03fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang1-1/+1
2017-05-03ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi1-4/+4
2017-05-03fs/ocfs2/cluster: use setup_timerGeliang Tang1-3/+2
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro1-1/+1
2017-04-06don't open-code kernel_setsockopt()Al Viro1-21/+4