summaryrefslogtreecommitdiffstats
path: root/fs/dlm
AgeCommit message (Expand)AuthorLines
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-1/+1
2007-10-12Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman-1/+1
2007-10-10[DLM] block dlm_recv in recovery transitionDavid Teigland-152/+161
2007-10-10[DLM] don't overwrite castparam if it's NULLPatrick Caulfield-2/+4
2007-10-10[DLM] Make dlm_sendd cond_resched morePatrick Caulfield-3/+4
2007-10-10[DLM] Fix lowcomms socket closingPatrick Caulfield-12/+4
2007-08-14[DLM] fix basts for granted PR waiting CWDavid Teigland-14/+55
2007-08-14[DLM] More othercon fixesPatrick Caulfield-10/+15
2007-08-14[DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less...Jesper Juhl-1/+3
2007-08-14[DLM] zero unused parts of sockaddr_storagePatrick Caulfield-0/+1
2007-08-14[DLM] fix NULL ls usageDavid Teigland-4/+3
2007-08-14[DLM] Clear othercon pointers when a connection is closedPatrick Caulfield-0/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-2/+2
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-9/+3
2007-07-10configfs: Convert subsystem semaphore to mutexJoel Becker-5/+5
2007-07-10[PATCH] configfs+dlm: Rename config_group_find_obj and state semantics clearlySatyam Sharma-1/+1
2007-07-10[PATCH] configfs+dlm: Separate out __CONFIGFS_ATTR into configfs.hSatyam Sharma-8/+0
2007-07-09[DLM] dump more lock valuesDavid Teigland-41/+43
2007-07-09[GFS2] git-gfs2-nmw-build-fixakpm@linux-foundation.org-1/+1
2007-07-09[DLM] Telnet to port 21064 can stop all lockspacesPatrick Caulfield-4/+10
2007-07-09[DLM] don't require FS flag on all nodesDavid Teigland-3/+4
2007-07-09[DLM] variable allocationPatrick Caulfield-5/+12
2007-07-09[DLM] fix reference countingJosef Bacik-0/+1
2007-07-09[DLM] fix socket shutdownPatrick Caulfield-3/+6
2007-07-09[DLM] show default protocolDavid Teigland-0/+1
2007-07-09[DLM] dumping master locksDavid Teigland-2/+163
2007-07-09[DLM] canceling deadlocked lockDavid Teigland-0/+80
2007-07-09[DLM] timeout fixesDavid Teigland-28/+39
2007-07-09[DLM] Compile fixSteven Whitehouse-1/+1
2007-07-09[DLM] fix compile breakageDavid Teigland-2/+2
2007-07-09[DLM] wait for config check during join [6/6]David Teigland-2/+40
2007-07-09[DLM] fix new_lockspace error exit [5/6]David Teigland-13/+19
2007-07-09[DLM] cancel in conversion deadlock [4/6]David Teigland-61/+132
2007-07-09[DLM] dlm_device interface changes [3/6]David Teigland-23/+62
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland-9/+348
2007-07-09[DLM] block scand during recovery [1/6]David Teigland-26/+31
2007-07-09[DLM] keep dlm from panicing when traversing rsb list in debugfsJosef Bacik-1/+8
2007-07-09[DLM] fix a couple of racesSatyam Sharma-4/+11
2007-07-07DLM must depend on SYSFSAdrian Bunk-1/+1
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds-1676/+1508
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-1/+1
2007-05-01[DLM] lowcomms styleDavid Teigland-30/+37
2007-05-01[DLM] Lowcomms nodeid range & initialisation fixesPatrick Caulfield-9/+9
2007-05-01[DLM] Fix dlm_lowcoms_stop hangJosef Bacik-1/+1
2007-05-01[DLM] fix mode mungingDavid Teigland-2/+80
2007-05-01[DLM] fs/dlm/ast.c should #include "ast.h"Adrian Bunk-0/+1
2007-05-01[DLM] Consolidate transport protocolsPatrick Caulfield-1381/+621
2007-05-01[DLM] Remove redundant assignmentPatrick Caulfield-2/+0
2007-05-01[DLM] change lkid formatDavid Teigland-4/+4
2007-05-01[DLM] interface for purge (2/2)David Teigland-0/+30