aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/user.c
AgeCommit message (Expand)Author
2019-12-13dlm: fix invalid cluster name warningDavid Teigland
2019-12-01dlm: don't leak kernel pointer to userspaceTycho Andersen
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-08-07dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török
2017-08-07dlm: Fix kernel memory disclosureVlad Tsyrklevich
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-10-19dlm: audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-01-21[regression] fix braino in fs/dlm/user.cAl Viro
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2015-09-03Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2015-08-25dlm: fix lvb copy for user locksDavid Teigland
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman
2014-11-19dlm: adopt orphan locksDavid Teigland
2013-08-12dlm: remove signal blockingDavid Teigland
2013-02-04dlm: check the write size from userDavid Teigland
2012-09-10dlm: check the maximum size of a request from userSasha Levin
2012-01-04dlm: add recovery callbacksDavid Teigland
2011-07-15dlm: use workqueue for callbacksDavid Teigland
2011-03-28dlm: Remove superfluous call to recalc_sigpending()Matt Fleming
2011-03-10dlm: record full callback stateDavid Teigland
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-04-30dlm: fix ast ordering for user locksDavid Teigland
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-24dlm: fix ordering of bast and castDavid Teigland
2009-11-30dlm: always use GFP_NOFSDavid Teigland
2009-03-11dlm: fix length calculation in compat codeDavid Teigland
2008-12-23dlm: improve how bast mode handlingDavid Teigland
2008-09-04dlm: remove bklDavid Teigland
2008-08-28dlm: detect available userspace daemonDavid Teigland
2008-08-28dlm: allow multiple lockspace createsDavid Teigland
2008-08-13dlm: add missing kfreesDavid Teigland
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2008-07-14dlm: check for null in device_writeMasatake YAMATO
2008-06-20dlm-user: BKL pushdownArnd Bergmann
2008-02-06dlm: add __init and __exit marks to init and exit functionsDenis Cheng
2008-02-06dlm: eliminate astparam type castingDavid Teigland
2008-02-04dlm: dlm/user.c input validation fixesAl Viro
2008-01-30dlm: static initialization improvementsDenis Cheng
2008-01-30dlm: Sanity check namelen before copying itPatrick Caulfeld
2008-01-30dlm: fix possible use-after-freeDavid Teigland
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-07-09[DLM] canceling deadlocked lockDavid Teigland
2007-07-09[DLM] timeout fixesDavid Teigland
2007-07-09[DLM] dlm_device interface changes [3/6]David Teigland
2007-07-09[DLM] add lock timeouts and warnings [2/6]David Teigland
2007-05-01[DLM] Remove redundant assignmentPatrick Caulfield
2007-05-01[DLM] interface for purge (2/2)David Teigland
2007-05-01[DLM] overlapping cancel and unlockDavid Teigland
2007-05-01[DLM] Don't delete misc device if lockspace removal failsPatrick Caulfield