Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fd75a33e0002d2f850c67c775df47c4d479c20c1
/
fs
/
ocfs2
/
dlm
/
dlmdomain.c
b3e3e5a
ocfs2: remove unneeded NULL check
by Dan Carpenter
· 10 years ago
70e82a1
ocfs2: fix deadlock between o2hb thread and o2net_wq
by Joseph Qi
· 10 years ago
190a772
ocfs2/dlm: refactor error handling in dlm_alloc_ctxt
by Joseph Qi
· 10 years ago
7567c14
ocfs2: remove conversion of total_backoff in dlm_join_domain()
by Xue jiufei
· 10 years ago
e72db98
ocfs2: remove some unused code
by Xue jiufei
· 10 years ago
01c6222
ocfs2/dlm: disallow node joining when recovery is on going
by Xue jiufei
· 10 years ago
a35ad97c
ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handler
by Zhonghua Guo
· 11 years ago
181a9a0
ocfs2: fix null pointer dereference when access dlm_state before launching dlm thread
by Zongxun Wang
· 11 years ago
ff8fb33
ocfs2: remove versioning information
by Goldwyn Rodrigues
· 11 years ago
df53cd3
ocfs2: use list_for_each_entry() instead of list_for_each()
by Dong Fang
· 11 years ago
d787ab0
ocfs2: remove kfree() redundant null checks
by Tim Gardner
· 12 years ago
8515841
ocfs2: trivial endianness misannotations
by Al Viro
· 13 years ago
6b27f62
ocfs2/cluster: Cluster up now includes network connections too
by Sunil Mushran
· 13 years ago
e9f0b6a
ocfs2/dlm: Trace insert/remove of resource to/from hash
by Sunil Mushran
· 13 years ago
8decab3
ocfs2/dlm: Clean up messages in o2dlm
by Sunil Mushran
· 13 years ago
66effd3
ocfs2/dlm: Do not migrate resource to a node that is leaving the domain
by Sunil Mushran
· 13 years ago
bddefde
ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSG
by Sunil Mushran
· 13 years ago
4da6dc2
ocfs2/dlm: Use negotiated o2dlm protocol version
by Sunil Mushran
· 14 years ago
99bdc38
Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fix
by Joel Becker
· 14 years ago
770c4d8
ocfs2/dlm: Move kmalloc() outside the spinlock
by Sunil Mushran
· 14 years ago
ef6b689
ocfs2: Remove ENTRY from masklog.
by Tao Ma
· 14 years ago
58a3158
ocfs2/cluster: Pin/unpin o2hb regions
by Sunil Mushran
· 14 years ago
8e17d16
ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.c
by Sunil Mushran
· 14 years ago
a48a982
fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lock
by David Sterba
· 14 years ago
4d94aa1
ocfs2/cluster: Bump up dlm protocol to version 1.1
by Sunil Mushran
· 14 years ago
18cfdf1
by Sunil Mushran
· 14 years ago
ea20344
by Sunil Mushran
· 14 years ago
5dad6c3
o2dlm: force free mles during dlm exit
by Srinivas Eeda
· 14 years ago
e372357
ocfs2: tighten up strlen() checking
by Dan Carpenter
· 14 years ago
6469272
fs/ocfs2/dlm: Add missing spin_unlock
by Julia Lawall
· 14 years ago
316ce2b
fs/ocfs2/dlm: Use kstrdup
by Julia Lawall
· 15 years ago
5c80d4c
ocfs2/dlm: Make o2dlm domain join/leave messages KERN_NOTICE
by Sunil Mushran
· 15 years ago
a5196ec
ocfs2: print node # when tcp fails
by Wengang Wang
· 15 years ago
2bd6321
ocfs2/trivial: Remove trailing whitespaces
by Sunil Mushran
· 15 years ago
2bcd57a
headers: utsname.h redux
by Alexey Dobriyan
· 15 years ago
6800791
ocfs2/dlm: Improve lockres counts
by Sunil Mushran
· 16 years ago
2041d8f
ocfs2/dlm: Track number of mles
by Sunil Mushran
· 16 years ago
2ed6c75
ocfs2/dlm: Activate dlm->master_hash for master list entries
by Sunil Mushran
· 16 years ago
e2b66dd
ocfs2/dlm: Create and destroy the dlm->master_hash
by Sunil Mushran
· 16 years ago
b0d4f817
ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking list
by Sunil Mushran
· 16 years ago
007dce5
ocfs2/dlm: Dump the dlm state in a debugfs file
by Sunil Mushran
· 17 years ago
6325b4a
ocfs2/dlm: Create debugfs dirs
by Sunil Mushran
· 17 years ago
29576f8
ocfs2/dlm: Link all lockres' to a tracking list
by Sunil Mushran
· 17 years ago
724bdca
ocfs2/dlm: Create slabcaches for lock and lockres
by Sunil Mushran
· 17 years ago
12eb003
ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle
by Sunil Mushran
· 17 years ago
0f71b7b
ocfs2: Fix endian bug in o2dlm protocol negotiation.
by Joel Becker
· 17 years ago
3a4780a
[PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warning
by Andrew Morton
· 17 years ago
d24fbcd
ocfs2: Negotiate locking protocol versions.
by Joel Becker
· 17 years ago
1482942
ocfs2: Depend on configfs heartbeat items.
by Joel Becker
· 17 years ago
5d262cc
ocfs2: Silence compiler warnings
by Sunil Mushran
· 18 years ago
0d01af6
ocfs2_dlm: Call cond_resched_lock() once per hash bucket scan
by Sunil Mushran
· 18 years ago
2f5bf1f
ocfs2_dlm: Check for migrateable lockres in dlm_empty_lockres()
by Sunil Mushran
· 18 years ago
78062cb
ocfs2_dlm: Fix lockres ref counting bug
by Sunil Mushran
· 18 years ago
0dd8214
ocfs2_dlm: Add timeout to dlm join domain
by Sunil Mushran
· 18 years ago
e496847
ocfs2_dlm: Silence some messages during join domain
by Sunil Mushran
· 18 years ago
1faf289
ocfs2_dlm: disallow a domain join if node maps mismatch
by Srinivas Eeda
· 18 years ago
3b8118c
ocfs2_dlm: Calling post handler function in assert master handler
by Kurt Hackel
· 18 years ago
d74c980
ocfs2: Added post handler callable function in o2net message handler
by Kurt Hackel
· 18 years ago
ba2bf21
ocfs2_dlm: fix cluster-wide refcounting of lock resources
by Kurt Hackel
· 18 years ago
cd86128
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
by Robert P. J. Day
· 18 years ago
9db7372
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
f5a923d
ocfs2: fix format warnings in dlm_alloc_pagevec()
by Mark Fasheh
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
781ee3e
ocfs2: Cleanup message prints
by Sunil Mushran
· 19 years ago
34af946
[PATCH] spin/rwlock init cleanups
by Ingo Molnar
· 18 years ago
3fb5a98
[PATCH] fs/ocfs2/dlm/: cleanups
by Adrian Bunk
· 18 years ago
3156d26
ocfs2: move dlm work to a private work queue
by Kurt Hackel
· 19 years ago
685f1ad
ocfs2: silence a compile warning in dlm_alloc_pagevec()
by Mark Fasheh
· 19 years ago
c8f33b6
[PATCH] ocfs2: Alloc at least a page for the DLM hash
by Joel Becker
· 19 years ago
03d864c
ocfs2: allocate lockres hash pages in an array
by Daniel Phillips
· 19 years ago
4198985
[PATCH] Clean up ocfs2 hash probe and make it faster
by Daniel Phillips
· 19 years ago
a3d3329
ocfs2: calculate lockid hash values outside of the spinlock
by Mark Fasheh
· 19 years ago
81f2094
[PATCH] ocfs2: use hlists for lockres hash
by Mark Fasheh
· 19 years ago
e2faea4
[PATCH] ocfs2/dlm: fixes
by Kurt Hackel
· 19 years ago
6714d8e
[PATCH] OCFS2: The Second Oracle Cluster Filesystem
by Kurt Hackel
· 19 years ago