aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-19dlm: make config_item_type constBhumika Goyal1-8/+8
2016-10-19dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-06-21dlm: add log_info config optionZhilong Liu1-0/+7
2016-03-29dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price1-2/+1
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-31/+7
2015-10-13dlm: use per-attribute show and store methodsChristoph Hellwig1-214/+74
2014-06-06fs/dlm/config.c: convert simple_str to kstrFabian Frederick1-6/+20
2013-06-25dlm: config: using strlcpy instead of strncpyZhao Hongjiang1-2/+3
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-1/+1
2012-08-08dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland1-64/+15
2012-07-16dlm: use rsbtbl as resource directoryDavid Teigland1-7/+0
2012-01-04dlm: add recovery callbacksDavid Teigland1-57/+73
2011-07-12dlm: improve rsb searchesDavid Teigland1-1/+8
2011-07-11dlm: keep lkbs in idrDavid Teigland1-7/+0
2011-06-30dlm: show addresses in configfsMasatake YAMATO1-2/+57
2011-04-01dlm: delayed reply message warningDavid Teigland1-1/+8
2011-03-10dlm: increase default hash table sizesDavid Teigland1-2/+2
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-11-30dlm: always use GFP_NOFSDavid Teigland1-12/+12
2008-09-05dlm: choose better identifiersAndrew Morton1-22/+22
2008-09-02dlm: fix address compareDavid Teigland1-2/+31
2008-08-13dlm: rename structsDavid Teigland1-96/+107
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-4/+4
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-04-21dlm: recover nodes that are removed and re-addedDavid Teigland1-9/+39
2008-04-21dlm: match signedness between dlm_config_info and cluster_setHarvey Harrison1-1/+1
2008-02-06dlm: add __init and __exit marks to init and exit functionsDenis Cheng1-1/+1
2007-07-10configfs: Convert subsystem semaphore to mutexJoel Becker1-5/+5
2007-07-10[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlySatyam Sharma1-1/+1
2007-07-10[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.hSatyam Sharma1-8/+0
2007-07-09[DLM] show default protocolDavid Teigland1-0/+1
2007-07-09[DLM] timeout fixesDavid Teigland1-0/+1
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland1-1/+7
2007-07-09[DLM] fix a couple of racesSatyam Sharma1-4/+11
2007-05-01[DLM] Consolidate transport protocolsPatrick Caulfield1-2/+8
2007-02-05[DLM] expose dlm_config_info fields in configfsDavid Teigland1-4/+132
2007-02-05[DLM] add config entry to enable log_debugDavid Teigland1-1/+3
2007-02-05[DLM] rename dlm_config_info fieldsDavid Teigland1-8/+8
2006-04-28[DLM] PATCH 2/3 dlm: lowcomms closeDavid Teigland1-0/+2
2006-01-20[DLM] Update DLM to the latest patch levelDavid Teigland1-10/+10
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland1-0/+787