summaryrefslogtreecommitdiffstats
path: root/fs/dlm/config.c
Commit message (Expand)AuthorAgeFilesLines
* dlm: make config_item_type constBhumika Goyal2017-10-191-8/+8
* dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-191-1/+1
* dlm: add log_info config optionZhilong Liu2016-06-211-0/+7
* dlm: config: Fix ENOMEM failures in make_cluster()Andrew Price2016-03-291-2/+1
* configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-31/+7
* dlm: use per-attribute show and store methodsChristoph Hellwig2015-10-131-214/+74
* fs/dlm/config.c: convert simple_str to kstrFabian Frederick2014-06-061-6/+20
* dlm: config: using strlcpy instead of strncpyZhao Hongjiang2013-06-251-2/+3
* fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-261-1/+1
* dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland2012-08-081-64/+15
* dlm: use rsbtbl as resource directoryDavid Teigland2012-07-161-7/+0
* dlm: add recovery callbacksDavid Teigland2012-01-041-57/+73
* dlm: improve rsb searchesDavid Teigland2011-07-121-1/+8
* dlm: keep lkbs in idrDavid Teigland2011-07-111-7/+0
* dlm: show addresses in configfsMasatake YAMATO2011-06-301-2/+57
* dlm: delayed reply message warningDavid Teigland2011-04-011-1/+8
* dlm: increase default hash table sizesDavid Teigland2011-03-101-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dlm: always use GFP_NOFSDavid Teigland2009-11-301-12/+12
* dlm: choose better identifiersAndrew Morton2008-09-051-22/+22
* dlm: fix address compareDavid Teigland2008-09-021-2/+31
* dlm: rename structsDavid Teigland2008-08-131-96/+107
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-171-4/+4
* Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker2008-07-171-28/+17
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-141-17/+28
* dlm: recover nodes that are removed and re-addedDavid Teigland2008-04-211-9/+39
* dlm: match signedness between dlm_config_info and cluster_setHarvey Harrison2008-04-211-1/+1
* dlm: add __init and __exit marks to init and exit functionsDenis Cheng2008-02-061-1/+1
* configfs: Convert subsystem semaphore to mutexJoel Becker2007-07-101-5/+5
* [PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlySatyam Sharma2007-07-101-1/+1
* [PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.hSatyam Sharma2007-07-101-8/+0
* [DLM] show default protocolDavid Teigland2007-07-091-0/+1
* [DLM] timeout fixesDavid Teigland2007-07-091-0/+1
* [DLM] add lock timeouts and warnings [2/6]David Teigland2007-07-091-1/+7
* [DLM] fix a couple of racesSatyam Sharma2007-07-091-4/+11
* [DLM] Consolidate transport protocolsPatrick Caulfield2007-05-011-2/+8
* [DLM] expose dlm_config_info fields in configfsDavid Teigland2007-02-051-4/+132
* [DLM] add config entry to enable log_debugDavid Teigland2007-02-051-1/+3
* [DLM] rename dlm_config_info fieldsDavid Teigland2007-02-051-8/+8
* [DLM] PATCH 2/3 dlm: lowcomms closeDavid Teigland2006-04-281-0/+2
* [DLM] Update DLM to the latest patch levelDavid Teigland2006-01-201-10/+10
* [DLM] The core of the DLM for GFS2/CLVMDavid Teigland2006-01-181-0/+787
OpenPOWER on IntegriCloud