aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/user.c
Commit message (Expand)AuthorAgeFilesLines
* dlm: Remove superfluous call to recalc_sigpending()Matt Fleming2011-03-281-1/+0
* dlm: record full callback stateDavid Teigland2011-03-101-121/+64
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+3
* dlm: fix ast ordering for user locksDavid Teigland2010-04-301-14/+74
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dlm: fix ordering of bast and castDavid Teigland2010-02-241-4/+6
* dlm: always use GFP_NOFSDavid Teigland2009-11-301-6/+6
* dlm: fix length calculation in compat codeDavid Teigland2009-03-111-9/+15
* dlm: improve how bast mode handlingDavid Teigland2008-12-231-1/+3
* dlm: remove bklDavid Teigland2008-09-041-8/+1
* dlm: detect available userspace daemonDavid Teigland2008-08-281-1/+60
* dlm: allow multiple lockspace createsDavid Teigland2008-08-281-21/+33
* dlm: add missing kfreesDavid Teigland2008-08-131-3/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-07-281-1/+1
|\
| * dlm: check for null in device_writeMasatake YAMATO2008-07-141-1/+1
* | dlm-user: BKL pushdownArnd Bergmann2008-06-201-1/+8
|/
* dlm: add __init and __exit marks to init and exit functionsDenis Cheng2008-02-061-1/+1
* dlm: eliminate astparam type castingDavid Teigland2008-02-061-5/+3
* dlm: dlm/user.c input validation fixesAl Viro2008-02-041-11/+8
* dlm: static initialization improvementsDenis Cheng2008-01-301-6/+7
* dlm: Sanity check namelen before copying itPatrick Caulfeld2008-01-301-3/+9
* dlm: fix possible use-after-freeDavid Teigland2008-01-301-2/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* [DLM] canceling deadlocked lockDavid Teigland2007-07-091-0/+25
* [DLM] timeout fixesDavid Teigland2007-07-091-19/+30
* [DLM] dlm_device interface changes [3/6]David Teigland2007-07-091-10/+43
* [DLM] add lock timeouts and warnings [2/6]David Teigland2007-07-091-1/+1
* [DLM] Remove redundant assignmentPatrick Caulfield2007-05-011-2/+0
* [DLM] interface for purge (2/2)David Teigland2007-05-011-0/+28
* [DLM] overlapping cancel and unlockDavid Teigland2007-05-011-33/+44
* [DLM] Don't delete misc device if lockspace removal failsPatrick Caulfield2007-05-011-22/+36
* [DLM] fs/dlm/user.c should #include "user.h"Adrian Bunk2007-03-071-0/+1
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-3/+3
* [DLM] fix user unlockingDavid Teigland2007-02-051-0/+9
* [DLM] force removal of user lockspaceDavid Teigland2006-08-311-3/+6
* [DLM] fix whitespace damageDavid Teigland2006-07-211-1/+1
* [DLM] fix leaking user locksDavid Teigland2006-07-201-0/+16
* [DLM] dlm: user locksDavid Teigland2006-07-131-0/+769