summaryrefslogtreecommitdiff
path: root/fs/dlm/user.c
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* fs: annotate ->poll() instancesAl Viro2017-11-27
* dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török2017-08-07
* dlm: Fix kernel memory disclosureVlad Tsyrklevich2017-08-07
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-19
* [regression] fix braino in fs/dlm/user.cAl Viro2016-01-21
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-04
* Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2015-09-03
|\
| * dlm: fix lvb copy for user locksDavid Teigland2015-08-25
* | char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-05
|/
* dlm: adopt orphan locksDavid Teigland2014-11-19
* dlm: remove signal blockingDavid Teigland2013-08-12
* dlm: check the write size from userDavid Teigland2013-02-04
* dlm: check the maximum size of a request from userSasha Levin2012-09-10
* dlm: add recovery callbacksDavid Teigland2012-01-04
* dlm: use workqueue for callbacksDavid Teigland2011-07-15
* dlm: Remove superfluous call to recalc_sigpending()Matt Fleming2011-03-28
* dlm: record full callback stateDavid Teigland2011-03-10
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* dlm: fix ast ordering for user locksDavid Teigland2010-04-30
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* dlm: fix ordering of bast and castDavid Teigland2010-02-24
* dlm: always use GFP_NOFSDavid Teigland2009-11-30
* dlm: fix length calculation in compat codeDavid Teigland2009-03-11
* dlm: improve how bast mode handlingDavid Teigland2008-12-23
* dlm: remove bklDavid Teigland2008-09-04
* dlm: detect available userspace daemonDavid Teigland2008-08-28
* dlm: allow multiple lockspace createsDavid Teigland2008-08-28
* dlm: add missing kfreesDavid Teigland2008-08-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-07-28
|\
| * dlm: check for null in device_writeMasatake YAMATO2008-07-14
* | dlm-user: BKL pushdownArnd Bergmann2008-06-20
|/
* dlm: add __init and __exit marks to init and exit functionsDenis Cheng2008-02-06
* dlm: eliminate astparam type castingDavid Teigland2008-02-06
* dlm: dlm/user.c input validation fixesAl Viro2008-02-04
* dlm: static initialization improvementsDenis Cheng2008-01-30
* dlm: Sanity check namelen before copying itPatrick Caulfeld2008-01-30
* dlm: fix possible use-after-freeDavid Teigland2008-01-30
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-19
* [DLM] canceling deadlocked lockDavid Teigland2007-07-09
* [DLM] timeout fixesDavid Teigland2007-07-09
* [DLM] dlm_device interface changes [3/6]David Teigland2007-07-09
* [DLM] add lock timeouts and warnings [2/6]David Teigland2007-07-09
* [DLM] Remove redundant assignmentPatrick Caulfield2007-05-01
* [DLM] interface for purge (2/2)David Teigland2007-05-01
* [DLM] overlapping cancel and unlockDavid Teigland2007-05-01
* [DLM] Don't delete misc device if lockspace removal failsPatrick Caulfield2007-05-01
* [DLM] fs/dlm/user.c should #include "user.h"Adrian Bunk2007-03-07
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-12