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
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
/
dlm
/
config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-19
dlm: make config_item_type const
Bhumika Goyal
1
-8
/
+8
2016-10-19
dlm: audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2016-06-21
dlm: add log_info config option
Zhilong Liu
1
-0
/
+7
2016-03-29
dlm: config: Fix ENOMEM failures in make_cluster()
Andrew Price
1
-2
/
+1
2016-03-06
configfs: switch ->default groups to a linked list
Christoph Hellwig
1
-31
/
+7
2015-10-14
dlm: use per-attribute show and store methods
Christoph Hellwig
1
-214
/
+74
2014-06-07
fs/dlm/config.c: convert simple_str to kstr
Fabian Frederick
1
-6
/
+20
2013-06-25
dlm: config: using strlcpy instead of strncpy
Zhao Hongjiang
1
-2
/
+3
2013-02-26
fs: change return values from -EACCES to -EPERM
Zhao Hongjiang
1
-1
/
+1
2012-08-08
dlm: fix deadlock between dlm_send and dlm_controld
David Teigland
1
-64
/
+15
2012-07-16
dlm: use rsbtbl as resource directory
David Teigland
1
-7
/
+0
2012-01-04
dlm: add recovery callbacks
David Teigland
1
-57
/
+73
2011-07-13
dlm: improve rsb searches
David Teigland
1
-1
/
+8
2011-07-11
dlm: keep lkbs in idr
David Teigland
1
-7
/
+0
2011-06-30
dlm: show addresses in configfs
Masatake YAMATO
1
-2
/
+57
2011-04-01
dlm: delayed reply message warning
David Teigland
1
-1
/
+8
2011-03-10
dlm: increase default hash table sizes
David Teigland
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-01
dlm: always use GFP_NOFS
David Teigland
1
-12
/
+12
2008-09-05
dlm: choose better identifiers
Andrew Morton
1
-22
/
+22
2008-09-02
dlm: fix address compare
David Teigland
1
-2
/
+31
2008-08-13
dlm: rename structs
David Teigland
1
-96
/
+107
2008-07-18
configfs: Allow ->make_item() and ->make_group() to return detailed errors.
Joel Becker
1
-4
/
+4
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-04-21
dlm: recover nodes that are removed and re-added
David Teigland
1
-9
/
+39
2008-04-21
dlm: match signedness between dlm_config_info and cluster_set
Harvey Harrison
1
-1
/
+1
2008-02-07
dlm: add __init and __exit marks to init and exit functions
Denis Cheng
1
-1
/
+1
2007-07-11
configfs: Convert subsystem semaphore to mutex
Joel Becker
1
-5
/
+5
2007-07-11
[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearly
Satyam Sharma
1
-1
/
+1
2007-07-11
[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.h
Satyam Sharma
1
-8
/
+0
2007-07-09
[DLM] show default protocol
David Teigland
1
-0
/
+1
2007-07-09
[DLM] timeout fixes
David Teigland
1
-0
/
+1
2007-07-09
[DLM] add lock timeouts and warnings [2/6]
David Teigland
1
-1
/
+7
2007-07-09
[DLM] fix a couple of races
Satyam Sharma
1
-4
/
+11
2007-05-01
[DLM] Consolidate transport protocols
Patrick Caulfield
1
-2
/
+8
2007-02-05
[DLM] expose dlm_config_info fields in configfs
David Teigland
1
-4
/
+132
2007-02-05
[DLM] add config entry to enable log_debug
David Teigland
1
-1
/
+3
2007-02-05
[DLM] rename dlm_config_info fields
David Teigland
1
-8
/
+8
2006-04-28
[DLM] PATCH 2/3 dlm: lowcomms close
David Teigland
1
-0
/
+2
2006-01-20
[DLM] Update DLM to the latest patch level
David Teigland
1
-10
/
+10
2006-01-18
[DLM] The core of the DLM for GFS2/CLVM
David Teigland
1
-0
/
+787