aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-19dlm: adopt orphan locksDavid Teigland1-2/+11
2013-08-12dlm: remove signal blockingDavid Teigland1-19/+6
2013-02-04dlm: check the write size from userDavid Teigland1-4/+4
2012-09-10dlm: check the maximum size of a request from userSasha Levin1-0/+7
2012-01-04dlm: add recovery callbacksDavid Teigland1-2/+3
2011-07-15dlm: use workqueue for callbacksDavid Teigland1-6/+6
2011-03-28dlm: Remove superfluous call to recalc_sigpending()Matt Fleming1-1/+0
2011-03-10dlm: record full callback stateDavid Teigland1-121/+64
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+3
2010-04-30dlm: fix ast ordering for user locksDavid Teigland1-14/+74
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-24dlm: fix ordering of bast and castDavid Teigland1-4/+6
2009-11-30dlm: always use GFP_NOFSDavid Teigland1-6/+6
2009-03-11dlm: fix length calculation in compat codeDavid Teigland1-9/+15
2008-12-23dlm: improve how bast mode handlingDavid Teigland1-1/+3
2008-09-04dlm: remove bklDavid Teigland1-8/+1
2008-08-28dlm: detect available userspace daemonDavid Teigland1-1/+60
2008-08-28dlm: allow multiple lockspace createsDavid Teigland1-21/+33
2008-08-13dlm: add missing kfreesDavid Teigland1-3/+7
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds1-1/+1
2008-07-14dlm: check for null in device_writeMasatake YAMATO1-1/+1
2008-06-20dlm-user: BKL pushdownArnd Bergmann1-1/+8
2008-02-06dlm: add __init and __exit marks to init and exit functionsDenis Cheng1-1/+1
2008-02-06dlm: eliminate astparam type castingDavid Teigland1-5/+3
2008-02-04dlm: dlm/user.c input validation fixesAl Viro1-11/+8
2008-01-30dlm: static initialization improvementsDenis Cheng1-6/+7
2008-01-30dlm: Sanity check namelen before copying itPatrick Caulfeld1-3/+9
2008-01-30dlm: fix possible use-after-freeDavid Teigland1-2/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-07-09[DLM] canceling deadlocked lockDavid Teigland1-0/+25
2007-07-09[DLM] timeout fixesDavid Teigland1-19/+30
2007-07-09[DLM] dlm_device interface changes [3/6]David Teigland1-10/+43
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland1-1/+1
2007-05-01[DLM] Remove redundant assignmentPatrick Caulfield1-2/+0
2007-05-01[DLM] interface for purge (2/2)David Teigland1-0/+28
2007-05-01[DLM] overlapping cancel and unlockDavid Teigland1-33/+44
2007-05-01[DLM] Don't delete misc device if lockspace removal failsPatrick Caulfield1-22/+36
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 Ven1-3/+3
2007-02-05[DLM] fix user unlockingDavid Teigland1-0/+9
2006-08-31[DLM] force removal of user lockspaceDavid Teigland1-3/+6
2006-07-21[DLM] fix whitespace damageDavid Teigland1-1/+1
2006-07-20[DLM] fix leaking user locksDavid Teigland1-0/+16
2006-07-13[DLM] dlm: user locksDavid Teigland1-0/+769