index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
cluster
/
nodemanager.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-23
fs/ocfs2: fix comments mentioning i_mutex
hongnanli
1
-1
/
+1
2021-06-29
ocfs2: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-3
/
+1
2019-07-12
ocfs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145
Thomas Gleixner
1
-15
/
+1
2019-03-06
ocfs2: fix a panic problem caused by o2cb_ctl
Jia Guo
1
-6
/
+8
2018-08-18
ocfs2: make several functions and variables static (and some const)
Colin Ian King
1
-3
/
+3
2017-11-16
ocfs2: subsystem.su_mutex is required while accessing the item->ci_parent
alex chen
1
-8
/
+55
2017-10-19
ocfs2/cluster: make config_item_type const
Bhumika Goyal
1
-4
/
+4
2016-03-06
configfs: switch ->default groups to a linked list
Christoph Hellwig
1
-17
/
+5
2015-12-21
fs: configfs: Drop unused parameter from configfs_undepend_item()
Krzysztof Opasiak
1
-1
/
+1
2015-10-14
ocfs2/cluster: use per-attribute show and store methods
Christoph Hellwig
1
-182
/
+59
2015-10-14
ocfs2/cluster: move locking into attribute store methods
Christoph Hellwig
1
-35
/
+19
2014-01-22
ocfs2: remove versioning information
Goldwyn Rodrigues
1
-3
/
+1
2010-10-08
ocfs2/cluster: Print messages when adding/removing nodes
Sunil Mushran
1
-0
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-03
ocfs2/cluster: Make fence method configurable - v2
Sunil Mushran
1
-0
/
+51
2009-04-03
ocfs2/hb: Expose the list of heartbeating nodes via debugfs
Sunil Mushran
1
-2
/
+7
2008-10-31
fs: replace NIPQUAD()
Harvey Harrison
1
-1
/
+1
2008-07-18
configfs: Allow ->make_item() and ->make_group() to return detailed errors.
Joel Becker
1
-11
/
+5
2008-07-18
Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...
Joel Becker
1
-28
/
+17
2008-07-15
configfs: Allow ->make_item() and ->make_group() to return detailed errors.
Joel Becker
1
-17
/
+28
2008-06-16
ocfs2: Move the hb_ctl_path sysctl into the stack glue.
Joel Becker
1
-73
/
+1
2008-04-18
ocfs2/net: Add debug interface to o2net
Sunil Mushran
1
-1
/
+4
2008-02-08
byteorder: move le32_add_cpu & friends from OCFS2 to core
Marcin Slusarz
1
-1
/
+0
2007-07-11
ocfs2: live heartbeat depends on the local node configuration
Joel Becker
1
-0
/
+30
2007-07-11
ocfs2: Depend on configfs heartbeat items.
Joel Becker
1
-0
/
+10
2007-07-11
configfs: Convert subsystem semaphore to mutex
Joel Becker
1
-1
/
+1
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
1
-1
/
+1
2007-02-14
[PATCH] sysctl: register the ocfs2 sysctl numbers
Eric W. Biederman
1
-2
/
+2
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
1
-3
/
+3
2006-12-12
[patch 3/3] OCFS2 Configurable timeouts - Protocol changes
Andrew Beekhof
1
-6
/
+24
2006-12-08
[patch 2/3] OCFS2 Configurable timeouts
Jeff Mahoney
1
-0
/
+161
2006-12-08
[patch 1/3] OCFS2 - Expose struct o2nm_cluster
Andrew Beekhof
1
-12
/
+1
2006-10-21
ocfs2: delete redundant memcmp()
Akinobu Mita
1
-4
/
+6
2006-03-01
[PATCH] ocfs2: complete failure recovery for nodemanager init
Jeff Mahoney
1
-1
/
+3
2006-01-10
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-1
/
+1
2006-01-03
[PATCH] OCFS2: The Second Oracle Cluster Filesystem
Kurt Hackel
1
-0
/
+791