index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
dlm: avoid double-free on error path in dlm_device_{register,unregister}
Edwin Török
1
-0
/
+4
2017-08-07
dlm: Fix kernel memory disclosure
Vlad Tsyrklevich
1
-0
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2016-10-19
dlm: audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+0
2016-01-21
[regression] fix braino in fs/dlm/user.c
Al Viro
1
-1
/
+1
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
1
-8
/
+3
2015-09-03
Merge tag 'dlm-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
1
-3
/
+4
2015-08-25
dlm: fix lvb copy for user locks
David Teigland
1
-3
/
+4
2015-08-05
char: make misc_deregister a void function
Greg Kroah-Hartman
1
-6
/
+3
2014-11-19
dlm: adopt orphan locks
David Teigland
1
-2
/
+11
2013-08-12
dlm: remove signal blocking
David Teigland
1
-19
/
+6
2013-02-04
dlm: check the write size from user
David Teigland
1
-4
/
+4
2012-09-10
dlm: check the maximum size of a request from user
Sasha Levin
1
-0
/
+7
2012-01-04
dlm: add recovery callbacks
David Teigland
1
-2
/
+3
2011-07-15
dlm: use workqueue for callbacks
David Teigland
1
-6
/
+6
2011-03-28
dlm: Remove superfluous call to recalc_sigpending()
Matt Fleming
1
-1
/
+0
2011-03-10
dlm: record full callback state
David Teigland
1
-121
/
+64
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+3
2010-04-30
dlm: fix ast ordering for user locks
David Teigland
1
-14
/
+74
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-24
dlm: fix ordering of bast and cast
David Teigland
1
-4
/
+6
2009-11-30
dlm: always use GFP_NOFS
David Teigland
1
-6
/
+6
2009-03-11
dlm: fix length calculation in compat code
David Teigland
1
-9
/
+15
2008-12-23
dlm: improve how bast mode handling
David Teigland
1
-1
/
+3
2008-09-04
dlm: remove bkl
David Teigland
1
-8
/
+1
2008-08-28
dlm: detect available userspace daemon
David Teigland
1
-1
/
+60
2008-08-28
dlm: allow multiple lockspace creates
David Teigland
1
-21
/
+33
2008-08-13
dlm: add missing kfrees
David Teigland
1
-3
/
+7
2008-07-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
1
-1
/
+1
2008-07-14
dlm: check for null in device_write
Masatake YAMATO
1
-1
/
+1
2008-06-20
dlm-user: BKL pushdown
Arnd Bergmann
1
-1
/
+8
2008-02-06
dlm: add __init and __exit marks to init and exit functions
Denis Cheng
1
-1
/
+1
2008-02-06
dlm: eliminate astparam type casting
David Teigland
1
-5
/
+3
2008-02-04
dlm: dlm/user.c input validation fixes
Al Viro
1
-11
/
+8
2008-01-30
dlm: static initialization improvements
Denis Cheng
1
-6
/
+7
2008-01-30
dlm: Sanity check namelen before copying it
Patrick Caulfeld
1
-3
/
+9
2008-01-30
dlm: fix possible use-after-free
David Teigland
1
-2
/
+2
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-1
/
+1
2007-07-09
[DLM] canceling deadlocked lock
David Teigland
1
-0
/
+25
2007-07-09
[DLM] timeout fixes
David Teigland
1
-19
/
+30
2007-07-09
[DLM] dlm_device interface changes [3/6]
David Teigland
1
-10
/
+43
2007-07-09
[DLM] add lock timeouts and warnings [2/6]
David Teigland
1
-1
/
+1
2007-05-01
[DLM] Remove redundant assignment
Patrick Caulfield
1
-2
/
+0
2007-05-01
[DLM] interface for purge (2/2)
David Teigland
1
-0
/
+28
2007-05-01
[DLM] overlapping cancel and unlock
David Teigland
1
-33
/
+44
2007-05-01
[DLM] Don't delete misc device if lockspace removal fails
Patrick Caulfield
1
-22
/
+36
2007-03-07
[DLM] fs/dlm/user.c should #include "user.h"
Adrian Bunk
1
-0
/
+1
2007-02-12
[PATCH] mark struct file_operations const 6
Arjan van de Ven
1
-3
/
+3
2007-02-05
[DLM] fix user unlocking
David Teigland
1
-0
/
+9
2006-08-31
[DLM] force removal of user lockspace
David Teigland
1
-3
/
+6
[next]