aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/nodemanager.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22fs/ocfs2: fix comments mentioning i_mutexhongnanli1-1/+1
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King1-1/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-3/+1
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner1-15/+1
2019-03-05ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2018-08-17ocfs2: make several functions and variables static (and some const)Colin Ian King1-3/+3
2017-11-15ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2017-10-19ocfs2/cluster: make config_item_type constBhumika Goyal1-4/+4
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-17/+5
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak1-1/+1
2015-10-13ocfs2/cluster: use per-attribute show and store methodsChristoph Hellwig1-182/+59
2015-10-13ocfs2/cluster: move locking into attribute store methodsChristoph Hellwig1-35/+19
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues1-3/+1
2010-10-07ocfs2/cluster: Print messages when adding/removing nodesSunil Mushran1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-02ocfs2/cluster: Make fence method configurable - v2Sunil Mushran1-0/+51
2009-04-03ocfs2/hb: Expose the list of heartbeating nodes via debugfsSunil Mushran1-2/+7
2008-10-31fs: replace NIPQUAD()Harvey Harrison1-1/+1
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-11/+5
2008-07-17Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors."Joel Becker1-28/+17
2008-07-14configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-17/+28
2008-06-16ocfs2: Move the hb_ctl_path sysctl into the stack glue.Joel Becker1-73/+1
2008-04-18ocfs2/net: Add debug interface to o2netSunil Mushran1-1/+4
2008-02-08byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz1-1/+0
2007-07-10ocfs2: live heartbeat depends on the local node configurationJoel Becker1-0/+30
2007-07-10ocfs2: Depend on configfs heartbeat items.Joel Becker1-0/+10
2007-07-10configfs: Convert subsystem semaphore to mutexJoel Becker1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: register the ocfs2 sysctl numbersEric W. Biederman1-2/+2
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-3/+3
2006-12-11[patch 3/3] OCFS2 Configurable timeouts - Protocol changesAndrew Beekhof1-6/+24
2006-12-07[patch 2/3] OCFS2 Configurable timeoutsJeff Mahoney1-0/+161
2006-12-07[patch 1/3] OCFS2 - Expose struct o2nm_clusterAndrew Beekhof1-12/+1
2006-10-20ocfs2: delete redundant memcmp()Akinobu Mita1-4/+6
2006-03-01[PATCH] ocfs2: complete failure recovery for nodemanager initJeff Mahoney1-1/+3
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-1/+1
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel1-0/+791