| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -1/+1 |
* | dlm: add __init and __exit marks to init and exit functions | Denis Cheng | 2008-02-06 | 1 | -1/+1 |
* | dlm: use dlm prefix on alloc and free functions | David Teigland | 2008-01-29 | 1 | -4/+4 |
* | dlm: proper prototypes | Adrian Bunk | 2008-01-29 | 1 | -8/+0 |
* | Kobject: convert fs/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2008-01-24 | 1 | -2/+2 |
* | Kobject: change GFS2 to use kobject_init_and_add | Greg Kroah-Hartman | 2008-01-24 | 1 | -22/+4 |
* | kobject: convert kernel_kset to be a kobject | Greg Kroah-Hartman | 2008-01-24 | 1 | -1/+1 |
* | kset: convert kernel_subsys to use kset_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -1/+1 |
* | kset: convert dlm to use kset_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -11/+9 |
* | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 2008-01-24 | 1 | -4/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-10-12 | 1 | -1/+1 |
|\ |
|
| * | Drivers: clean up direct setting of the name of a kset | Greg Kroah-Hartman | 2007-10-12 | 1 | -1/+1 |
* | | [DLM] block dlm_recv in recovery transition | David Teigland | 2007-10-10 | 1 | -0/+1 |
|/ |
|
* | [DLM] don't require FS flag on all nodes | David Teigland | 2007-07-09 | 1 | -3/+4 |
* | [DLM] variable allocation | Patrick Caulfield | 2007-07-09 | 1 | -0/+5 |
* | [DLM] wait for config check during join [6/6] | David Teigland | 2007-07-09 | 1 | -0/+30 |
* | [DLM] fix new_lockspace error exit [5/6] | David Teigland | 2007-07-09 | 1 | -13/+19 |
* | [DLM] add lock timeouts and warnings [2/6] | David Teigland | 2007-07-09 | 1 | -1/+9 |
* | [DLM] block scand during recovery [1/6] | David Teigland | 2007-07-09 | 1 | -2/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2007-05-07 | 1 | -1/+3 |
|\ |
|
| * | [DLM] overlapping cancel and unlock | David Teigland | 2007-05-01 | 1 | -1/+3 |
* | | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 2007-05-02 | 1 | -1/+1 |
|/ |
|
* | [DLM] rename dlm_config_info fields | David Teigland | 2007-02-05 | 1 | -5/+5 |
* | [DLM] don't accept replies to old recovery messages | David Teigland | 2006-11-30 | 1 | -0/+2 |
* | [DLM] fix add_requestqueue checking nodes list | David Teigland | 2006-11-30 | 1 | -0/+2 |
* | [DLM] fix oops in kref_put when removing a lockspace | Patrick Caulfield | 2006-11-06 | 1 | -0/+5 |
* | [DLM] Fix kref_put oops | Patrick Caulfield | 2006-11-06 | 1 | -1/+8 |
* | [DLM] use snprintf in sysfs show | David Teigland | 2006-09-07 | 1 | -3/+3 |
* | [DLM] add new lockspace to list ealier | David Teigland | 2006-08-25 | 1 | -6/+7 |
* | [DLM] show nodeid for recovery message | David Teigland | 2006-08-09 | 1 | -0/+11 |
* | [DLM] more info through debugfs | David Teigland | 2006-07-26 | 1 | -1/+2 |
* | [DLM] dlm: user locks | David Teigland | 2006-07-13 | 1 | -3/+29 |
* | [DLM] PATCH 3/3 dlm: show recover state | David Teigland | 2006-04-28 | 1 | -0/+13 |
* | [DLM] Update DLM to the latest patch level | David Teigland | 2006-01-20 | 1 | -11/+10 |
* | [DLM] The core of the DLM for GFS2/CLVM | David Teigland | 2006-01-18 | 1 | -0/+666 |