summaryrefslogtreecommitdiffstats
path: root/fs/dlm
AgeCommit message (Expand)Author
2007-03-07[DLM] fs/dlm/user.c should #include "user.h"Adrian Bunk
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day
2007-02-09[PATCH] dlm: use kern_recvmsg()Al Viro
2007-02-05[DLM] fix softlockup in dlm_recvPatrick Caulfield
2007-02-05[DLM] zero new user lvbsDavid Teigland
2007-02-05[DLM/GFS2] indent help textRandy Dunlap
2007-02-05[GFS2/DLM] fix GFS2 circular dependencyAdrian Bunk
2007-02-05[GFS2/DLM] use sysfsRandy Dunlap
2007-02-05[DLM] can miss clearing resend flagDavid Teigland
2007-02-05[DLM] saved dlm message can be droppedDavid Teigland
2007-02-05[DLM] Make sock_sem into a mutexPatrick Caulfield
2007-02-05[DLM] fix lowcomms receivingPatrick Caulfield
2007-02-05[DLM] lowcomms tidyPatrick Caulfield
2007-02-05[DLM] fix master recoveryDavid Teigland
2007-02-05[DLM] fix user unlockingDavid Teigland
2007-02-05[DLM] Use workqueues for dlm lowcommsPatrick Caulfield
2007-02-05[DLM] expose dlm_config_info fields in configfsDavid Teigland
2007-02-05[DLM] add config entry to enable log_debugDavid Teigland
2007-02-05[DLM] rename dlm_config_info fieldsDavid Teigland
2007-02-05[DLM] change some log_error to log_debugDavid Teigland
2007-02-05[DLM] Fix spin lock already unlocked bugPatrick Caulfield
2007-02-05[DLM] Fix schedule() callsPatrick Caulfield
2007-02-05[DLM] fs/dlm/lowcomms-tcp.c: remove 2 functionsAdrian Bunk
2007-02-05[DLM] fix lost flags in stub repliesDavid Teigland
2007-02-05[DLM] fix receive_request() lvb copyingDavid Teigland
2007-02-05[DLM] fix send_args() lvb copyingDavid Teigland
2007-02-05[DLM] add version checkDavid Teigland
2007-02-05[DLM] fix old rcom messagesDavid Teigland
2007-02-05[DLM] fix resend rcom lockDavid Teigland
2006-12-15[DLM] fix compile warningPatrick Caulfield
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[DLM] Clean up lowcommsPatrick Caulfield
2006-11-30[DLM] fix format warnings in rcom.c and recoverd.cRyusuke Konishi
2006-11-30[DLM] don't accept replies to old recovery messagesDavid Teigland
2006-11-30[DLM] fix size of STATUS_REPLY messageDavid Teigland
2006-11-30[DLM] fix add_requestqueue checking nodes listDavid Teigland
2006-11-30[DLM] Fix DLM configPatrick Caulfield
2006-11-30[DLM] clear sbflags on lock masterDavid Teigland
2006-11-30[DLM] do full recover_locks barrierDavid Teigland
2006-11-30[DLM] fix stopping unstarted recoveryDavid Teigland
2006-11-30[DLM] fix aborted recovery during node removalDavid Teigland
2006-11-30[DLM] fix requestqueue raceDavid Teigland
2006-11-30[DLM] status messages ping-pong between unmounted nodesDavid Teigland
2006-11-30[DLM] res_recover_locks_count not reset when recover_locks is abortedDavid Teigland
2006-11-30[DLM] Add support for tcp communicationsPatrick Caulfield
2006-11-06[DLM] fix oops in kref_put when removing a lockspacePatrick Caulfield
2006-11-06[DLM] Fix kref_put oopsPatrick Caulfield
2006-10-20[DLM] fix iovec length in recvmsgPatrick Caulfield