summaryrefslogtreecommitdiffstats
path: root/fs/dlm/user.c
AgeCommit message (Expand)AuthorLines
2008-02-06dlm: add __init and __exit marks to init and exit functionsDenis Cheng-1/+1
2008-02-06dlm: eliminate astparam type castingDavid Teigland-5/+3
2008-02-04dlm: dlm/user.c input validation fixesAl Viro-11/+8
2008-01-30dlm: static initialization improvementsDenis Cheng-6/+7
2008-01-30dlm: Sanity check namelen before copying itPatrick Caulfeld-3/+9
2008-01-30dlm: fix possible use-after-freeDavid Teigland-2/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov-1/+1
2007-07-09[DLM] canceling deadlocked lockDavid Teigland-0/+25
2007-07-09[DLM] timeout fixesDavid Teigland-19/+30
2007-07-09[DLM] dlm_device interface changes [3/6]David Teigland-10/+43
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland-1/+1
2007-05-01[DLM] Remove redundant assignmentPatrick Caulfield-2/+0
2007-05-01[DLM] interface for purge (2/2)David Teigland-0/+28
2007-05-01[DLM] overlapping cancel and unlockDavid Teigland-33/+44
2007-05-01[DLM] Don't delete misc device if lockspace removal failsPatrick Caulfield-22/+36
2007-03-07[DLM] fs/dlm/user.c should #include "user.h"Adrian Bunk-0/+1
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven-3/+3
2007-02-05[DLM] fix user unlockingDavid Teigland-0/+9
2006-08-31[DLM] force removal of user lockspaceDavid Teigland-3/+6
2006-07-21[DLM] fix whitespace damageDavid Teigland-1/+1
2006-07-20[DLM] fix leaking user locksDavid Teigland-0/+16
2006-07-13[DLM] dlm: user locksDavid Teigland-0/+769