aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-14[DLM] fix basts for granted PR waiting CWDavid Teigland1-14/+55
2007-08-14[DLM] More othercon fixesPatrick Caulfield1-10/+15
2007-08-14[DLM] Fix memory leak in dlm_add_member() when dlm_node_weight() returns less than zeroJesper Juhl1-1/+3
2007-08-14[DLM] zero unused parts of sockaddr_storagePatrick Caulfield1-0/+1
2007-08-14[DLM] fix NULL ls usageDavid Teigland1-4/+3
2007-08-14[DLM] Clear othercon pointers when a connection is closedPatrick Caulfield1-0/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-2/+2
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-9/+3
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] dump more lock valuesDavid Teigland2-41/+43
2007-07-09[GFS2] git-gfs2-nmw-build-fixakpm@linux-foundation.org1-1/+1
2007-07-09[DLM] Telnet to port 21064 can stop all lockspacesPatrick Caulfield1-4/+10
2007-07-09[DLM] don't require FS flag on all nodesDavid Teigland1-3/+4
2007-07-09[DLM] variable allocationPatrick Caulfield4-5/+12
2007-07-09[DLM] fix reference countingJosef Bacik1-0/+1
2007-07-09[DLM] fix socket shutdownPatrick Caulfield1-3/+6
2007-07-09[DLM] show default protocolDavid Teigland1-0/+1
2007-07-09[DLM] dumping master locksDavid Teigland2-2/+163
2007-07-09[DLM] canceling deadlocked lockDavid Teigland4-0/+80
2007-07-09[DLM] timeout fixesDavid Teigland5-28/+39
2007-07-09[DLM] Compile fixSteven Whitehouse1-1/+1
2007-07-09[DLM] fix compile breakageDavid Teigland1-2/+2
2007-07-09[DLM] wait for config check during join [6/6]David Teigland4-2/+40
2007-07-09[DLM] fix new_lockspace error exit [5/6]David Teigland1-13/+19
2007-07-09[DLM] cancel in conversion deadlock [4/6]David Teigland1-61/+132
2007-07-09[DLM] dlm_device interface changes [3/6]David Teigland4-23/+62
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland12-9/+348
2007-07-09[DLM] block scand during recovery [1/6]David Teigland3-26/+31
2007-07-09[DLM] keep dlm from panicing when traversing rsb list in debugfsJosef Bacik1-1/+8
2007-07-09[DLM] fix a couple of racesSatyam Sharma1-4/+11
2007-07-07DLM must depend on SYSFSAdrian Bunk1-1/+1
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds12-1676/+1508
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-1/+1
2007-05-01[DLM] lowcomms styleDavid Teigland1-30/+37
2007-05-01[DLM] Lowcomms nodeid range & initialisation fixesPatrick Caulfield1-9/+9
2007-05-01[DLM] Fix dlm_lowcoms_stop hangJosef Bacik1-1/+1
2007-05-01[DLM] fix mode mungingDavid Teigland1-2/+80
2007-05-01[DLM] fs/dlm/ast.c should #include "ast.h"Adrian Bunk1-0/+1
2007-05-01[DLM] Consolidate transport protocolsPatrick Caulfield6-1381/+621
2007-05-01[DLM] Remove redundant assignmentPatrick Caulfield1-2/+0
2007-05-01[DLM] change lkid formatDavid Teigland1-4/+4
2007-05-01[DLM] interface for purge (2/2)David Teigland2-0/+30
2007-05-01[DLM] add orphan purging code (1/2)David Teigland2-0/+102
2007-05-01[DLM] split create_message functionDavid Teigland1-22/+32
2007-05-01[DLM] overlapping cancel and unlockDavid Teigland4-224/+577
2007-05-01[DLM] fix coverity-spotted stupidityPatrick Caulfield1-2/+0
2007-05-01[DLM] Don't delete misc device if lockspace removal failsPatrick Caulfield1-22/+36
2007-05-01[DLM] Fix uninitialised variable in receivingPatrick Caulfield1-0/+1