summaryrefslogtreecommitdiffstats
path: root/fs/dlm
AgeCommit message (Expand)Author
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-05-01[DLM] lowcomms styleDavid Teigland
2007-05-01[DLM] Lowcomms nodeid range & initialisation fixesPatrick Caulfield
2007-05-01[DLM] Fix dlm_lowcoms_stop hangJosef Bacik
2007-05-01[DLM] fix mode mungingDavid Teigland
2007-05-01[DLM] fs/dlm/ast.c should #include "ast.h"Adrian Bunk
2007-05-01[DLM] Consolidate transport protocolsPatrick Caulfield
2007-05-01[DLM] Remove redundant assignmentPatrick Caulfield
2007-05-01[DLM] change lkid formatDavid Teigland
2007-05-01[DLM] interface for purge (2/2)David Teigland
2007-05-01[DLM] add orphan purging code (1/2)David Teigland
2007-05-01[DLM] split create_message functionDavid Teigland
2007-05-01[DLM] overlapping cancel and unlockDavid Teigland
2007-05-01[DLM] fix coverity-spotted stupidityPatrick Caulfield
2007-05-01[DLM] Don't delete misc device if lockspace removal failsPatrick Caulfield
2007-05-01[DLM] Fix uninitialised variable in receivingPatrick Caulfield
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