aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/lockspace.c
Commit message (Expand)AuthorAgeFilesLines
* dlm: delayed reply message warningDavid Teigland2011-04-011-3/+3
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* dlm: Send lockspace name with ueventsSteven Whitehouse2010-02-261-1/+13
* dlm: always use GFP_NOFSDavid Teigland2009-11-301-10/+5
* dlm: fix use count with multiple joinsDavid Teigland2009-05-071-7/+6
* dlm: Make name input parameter of {,dlm_}new_lockspace() constGeert Uytterhoeven2009-05-071-2/+2
* dlm: Change rwlock which is only used in write mode to a spinlockSteven Whitehouse2009-01-281-1/+1
* dlm: change rsbtbl rwlock to spinlockDavid Teigland2009-01-081-1/+1
* dlm: fix shutdown cleanupDavid Teigland2008-11-131-1/+1
* dlm: fix locking of lockspace list in dlm_scandDavid Teigland2008-08-281-2/+25
* dlm: detect available userspace daemonDavid Teigland2008-08-281-1/+23
* dlm: allow multiple lockspace createsDavid Teigland2008-08-281-37/+70
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* dlm: add __init and __exit marks to init and exit functionsDenis Cheng2008-02-061-1/+1
* dlm: use dlm prefix on alloc and free functionsDavid Teigland2008-01-291-4/+4
* dlm: proper prototypesAdrian Bunk2008-01-291-8/+0
* Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-2/+2
* Kobject: change GFS2 to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-22/+4
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-241-1/+1
* kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman2008-01-241-1/+1
* kset: convert dlm to use kset_createGreg Kroah-Hartman2008-01-241-11/+9
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-4/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-121-1/+1
|\
| * Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman2007-10-121-1/+1
* | [DLM] block dlm_recv in recovery transitionDavid Teigland2007-10-101-0/+1
|/
* [DLM] don't require FS flag on all nodesDavid Teigland2007-07-091-3/+4
* [DLM] variable allocationPatrick Caulfield2007-07-091-0/+5
* [DLM] wait for config check during join [6/6]David Teigland2007-07-091-0/+30
* [DLM] fix new_lockspace error exit [5/6]David Teigland2007-07-091-13/+19
* [DLM] add lock timeouts and warnings [2/6]David Teigland2007-07-091-1/+9
* [DLM] block scand during recovery [1/6]David Teigland2007-07-091-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2007-05-071-1/+3
|\
| * [DLM] overlapping cancel and unlockDavid Teigland2007-05-011-1/+3
* | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-1/+1
|/
* [DLM] rename dlm_config_info fieldsDavid Teigland2007-02-051-5/+5
* [DLM] don't accept replies to old recovery messagesDavid Teigland2006-11-301-0/+2
* [DLM] fix add_requestqueue checking nodes listDavid Teigland2006-11-301-0/+2
* [DLM] fix oops in kref_put when removing a lockspacePatrick Caulfield2006-11-061-0/+5
* [DLM] Fix kref_put oopsPatrick Caulfield2006-11-061-1/+8
* [DLM] use snprintf in sysfs showDavid Teigland2006-09-071-3/+3
* [DLM] add new lockspace to list ealierDavid Teigland2006-08-251-6/+7
* [DLM] show nodeid for recovery messageDavid Teigland2006-08-091-0/+11
* [DLM] more info through debugfsDavid Teigland2006-07-261-1/+2
* [DLM] dlm: user locksDavid Teigland2006-07-131-3/+29
* [DLM] PATCH 3/3 dlm: show recover stateDavid Teigland2006-04-281-0/+13
* [DLM] Update DLM to the latest patch levelDavid Teigland2006-01-201-11/+10
* [DLM] The core of the DLM for GFS2/CLVMDavid Teigland2006-01-181-0/+666