aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-07[DLM] fs/dlm/user.c should #include "user.h"Adrian Bunk1-0/+1
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven2-5/+5
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-3/+1
2007-02-09[PATCH] dlm: use kern_recvmsg()Al Viro1-17/+6
2007-02-05[DLM] fix softlockup in dlm_recvPatrick Caulfield1-6/+9
2007-02-05[DLM] zero new user lvbsDavid Teigland1-2/+2
2007-02-05[DLM/GFS2] indent help textRandy Dunlap1-8/+8
2007-02-05[GFS2/DLM] fix GFS2 circular dependencyAdrian Bunk1-2/+1
2007-02-05[GFS2/DLM] use sysfsRandy Dunlap1-0/+1
2007-02-05[DLM] can miss clearing resend flagDavid Teigland1-0/+6
2007-02-05[DLM] saved dlm message can be droppedDavid Teigland1-2/+2
2007-02-05[DLM] Make sock_sem into a mutexPatrick Caulfield1-22/+22
2007-02-05[DLM] fix lowcomms receivingPatrick Caulfield1-11/+13
2007-02-05[DLM] lowcomms tidyPatrick Caulfield1-5/+2
2007-02-05[DLM] fix master recoveryDavid Teigland1-1/+3
2007-02-05[DLM] fix user unlockingDavid Teigland3-12/+28
2007-02-05[DLM] Use workqueues for dlm lowcommsPatrick Caulfield2-284/+115
2007-02-05[DLM] expose dlm_config_info fields in configfsDavid Teigland1-4/+132
2007-02-05[DLM] add config entry to enable log_debugDavid Teigland3-7/+11
2007-02-05[DLM] rename dlm_config_info fieldsDavid Teigland9-37/+38
2007-02-05[DLM] change some log_error to log_debugDavid Teigland2-13/+13
2007-02-05[DLM] Fix spin lock already unlocked bugPatrick Caulfield1-0/+2
2007-02-05[DLM] Fix schedule() callsPatrick Caulfield2-4/+4
2007-02-05[DLM] fs/dlm/lowcomms-tcp.c: remove 2 functionsAdrian Bunk1-24/+0
2007-02-05[DLM] fix lost flags in stub repliesDavid Teigland1-0/+3
2007-02-05[DLM] fix receive_request() lvb copyingDavid Teigland1-2/+6
2007-02-05[DLM] fix send_args() lvb copyingDavid Teigland1-4/+16
2007-02-05[DLM] add version checkDavid Teigland1-3/+11
2007-02-05[DLM] fix old rcom messagesDavid Teigland3-25/+46
2007-02-05[DLM] fix resend rcom lockDavid Teigland1-1/+9
2006-12-15[DLM] fix compile warningPatrick Caulfield1-1/+1
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds15-189/+1463
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1