index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dlm
/
lock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
dlm: use dlm prefix on alloc and free functions
David Teigland
1
-13
/
+13
2008-01-29
dlm: don't print common non-errors
David Teigland
1
-1
/
+1
2008-01-29
dlm: proper prototypes
Adrian Bunk
1
-1
/
+0
2007-10-10
[DLM] block dlm_recv in recovery transition
David Teigland
1
-55
/
+81
2007-10-10
[DLM] don't overwrite castparam if it's NULL
Patrick Caulfield
1
-2
/
+4
2007-08-14
[DLM] fix basts for granted PR waiting CW
David Teigland
1
-14
/
+55
2007-07-09
[DLM] variable allocation
Patrick Caulfield
1
-1
/
+1
2007-07-09
[DLM] canceling deadlocked lock
David Teigland
1
-0
/
+53
2007-07-09
[DLM] timeout fixes
David Teigland
1
-6
/
+7
2007-07-09
[DLM] Compile fix
Steven Whitehouse
1
-1
/
+1
2007-07-09
[DLM] fix compile breakage
David Teigland
1
-2
/
+2
2007-07-09
[DLM] cancel in conversion deadlock [4/6]
David Teigland
1
-61
/
+132
2007-07-09
[DLM] dlm_device interface changes [3/6]
David Teigland
1
-11
/
+13
2007-07-09
[DLM] add lock timeouts and warnings [2/6]
David Teigland
1
-2
/
+144
2007-07-09
[DLM] block scand during recovery [1/6]
David Teigland
1
-24
/
+23
2007-05-01
[DLM] fix mode munging
David Teigland
1
-2
/
+80
2007-05-01
[DLM] change lkid format
David Teigland
1
-4
/
+4
2007-05-01
[DLM] add orphan purging code (1/2)
David Teigland
1
-0
/
+101
2007-05-01
[DLM] split create_message function
David Teigland
1
-22
/
+32
2007-05-01
[DLM] overlapping cancel and unlock
David Teigland
1
-188
/
+522
2007-02-05
[DLM] zero new user lvbs
David Teigland
1
-2
/
+2
2007-02-05
[DLM] can miss clearing resend flag
David Teigland
1
-0
/
+6
2007-02-05
[DLM] saved dlm message can be dropped
David Teigland
1
-2
/
+2
2007-02-05
[DLM] fix user unlocking
David Teigland
1
-12
/
+18
2007-02-05
[DLM] rename dlm_config_info fields
David Teigland
1
-1
/
+1
2007-02-05
[DLM] fix lost flags in stub replies
David Teigland
1
-0
/
+3
2007-02-05
[DLM] fix receive_request() lvb copying
David Teigland
1
-2
/
+6
2007-02-05
[DLM] fix send_args() lvb copying
David Teigland
1
-4
/
+16
2007-02-05
[DLM] fix resend rcom lock
David Teigland
1
-1
/
+9
2006-11-30
[DLM] clear sbflags on lock master
David Teigland
1
-0
/
+1
2006-11-30
[DLM] fix requestqueue race
David Teigland
1
-4
/
+11
2006-09-25
[GFS2/DLM] Fix trailing whitespace
Steven Whitehouse
1
-1
/
+1
2006-09-08
[DLM] confirm master for recovered waiting requests
David Teigland
1
-0
/
+2
2006-08-23
[DLM] down conversion clearing flags
David Teigland
1
-5
/
+4
2006-08-23
[DLM] down conversion clearing flags
Patrick Caulfield
1
-0
/
+1
2006-08-23
[DLM] preserve lksb address in user conversions
Patrick Caulfield
1
-0
/
+1
2006-08-21
[DLM] dump rsb and locks on assert
David Teigland
1
-9
/
+31
2006-08-08
[DLM] fix userland unlock
Patrick Caulfield
1
-0
/
+1
2006-07-26
[DLM] schedule during long loop through locks
David Teigland
1
-0
/
+1
2006-07-26
[DLM] fix loop in grant_after_purge
David Teigland
1
-4
/
+9
2006-07-20
[DLM] fix leaking user locks
David Teigland
1
-3
/
+4
2006-07-20
[DLM] [RFC: -mm patch] fs/dlm/lock.c: unexport dlm_lvb_operations
Adrian Bunk
1
-1
/
+0
2006-07-13
[DLM] dlm: user locks
David Teigland
1
-6
/
+298
2006-05-02
[DLM] fix grant_after_purge softlockup
David Teigland
1
-14
/
+28
2006-02-28
[DLM] Pass in lockspace to lkb put function
David Teigland
1
-23
/
+31
2006-02-23
[DLM] Remove range locks from the DLM
David Teigland
1
-94
/
+9
2006-01-20
[DLM] Update DLM to the latest patch level
David Teigland
1
-36
/
+36
2006-01-18
[DLM] The core of the DLM for GFS2/CLVM
David Teigland
1
-0
/
+3610
[prev]