aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-07[DLM] Clean up lowcommsPatrick Caulfield4-357/+261
2006-11-30[DLM] fix format warnings in rcom.c and recoverd.cRyusuke Konishi2-4/+7
2006-11-30[DLM] don't accept replies to old recovery messagesDavid Teigland3-11/+39
2006-11-30[DLM] fix size of STATUS_REPLY messageDavid Teigland1-1/+5
2006-11-30[DLM] fix add_requestqueue checking nodes listDavid Teigland3-11/+14
2006-11-30[DLM] Fix DLM configPatrick Caulfield1-1/+2
2006-11-30[DLM] clear sbflags on lock masterDavid Teigland1-0/+1
2006-11-30[DLM] do full recover_locks barrierDavid Teigland1-1/+7
2006-11-30[DLM] fix stopping unstarted recoveryDavid Teigland1-1/+6
2006-11-30[DLM] fix aborted recovery during node removalDavid Teigland2-0/+15
2006-11-30[DLM] fix requestqueue raceDavid Teigland3-9/+29
2006-11-30[DLM] status messages ping-pong between unmounted nodesDavid Teigland1-3/+4
2006-11-30[DLM] res_recover_locks_count not reset when recover_locks is abortedDavid Teigland1-0/+1
2006-11-30[DLM] Add support for tcp communicationsPatrick Caulfield4-1/+1283
2006-11-06[DLM] fix oops in kref_put when removing a lockspacePatrick Caulfield1-0/+5
2006-11-06[DLM] Fix kref_put oopsPatrick Caulfield1-1/+8
2006-10-20[DLM] fix iovec length in recvmsgPatrick Caulfield1-0/+1