Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
53809d7eaef9503eb2589babdaba5ef0b661bb14
/
fs
/
ocfs2
/
dlm
e4ad08f
mm: bdi: add separate writeback accounting capability
by Miklos Szeredi
· 17 years ago
93b06ed
ocfs2: Only build ocfs2/dlm with the o2cb stack module
by Mark Fasheh
· 17 years ago
8f50eb9
ocfs2/dlm: Cleanup lockres print
by Sunil Mushran
· 17 years ago
c834cdb
ocfs2/dlm: Fix lockname in lockres print function
by Sunil Mushran
· 17 years ago
e5a0334
ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c
by Sunil Mushran
· 17 years ago
7209300
ocfs2/dlm: Dumps the purgelist into a debugfs file
by Sunil Mushran
· 17 years ago
d0129ac
ocfs2/dlm: Dumps the mles into a debugfs file
by Sunil Mushran
· 17 years ago
751155a
ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h
by Sunil Mushran
· 17 years ago
4e3d24e
ocfs2/dlm: Dumps the lockres' into a debugfs file
by Sunil Mushran
· 17 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
c824c3c
ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlock
by Sunil Mushran
· 17 years ago
535f702
ocfs2/dlm: Print message showing the recovery master
by Sunil Mushran
· 17 years ago
b31cfc0
ocfs2/dlm: Add missing dlm_lockres_put()s
by Sunil Mushran
· 17 years ago
52987e2
ocfs2/dlm: Add missing dlm_lockres_put()s in migration path
by Sunil Mushran
· 17 years ago
2c5c54a
ocfs2/dlm: Add missing dlm_lock_put()s
by Sunil Mushran
· 17 years ago
0f71b7b
ocfs2: Fix endian bug in o2dlm protocol negotiation.
by Joel Becker
· 17 years ago
2af37ce
ocfs2: Use dlm_print_one_lock_resource for lock resource print
by Tao Ma
· 17 years ago
3a4780a
[PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warning
by Andrew Morton
· 17 years ago
05488bb
[2.6 patch] ocfs2: make dlm_do_assert_master() static
by Adrian Bunk
· 17 years ago
8b5f688
byteorder: move le32_add_cpu & friends from OCFS2 to core
by Marcin Slusarz
· 17 years ago
d24fbcd
ocfs2: Negotiate locking protocol versions.
by Joel Becker
· 17 years ago
0e5ae03
ocfs2: bump version number
by Mark Fasheh
· 17 years ago
2d4b1cb
ocfs2/dlm: Clear joining_node on hearbeat node down
by Tao Ma
· 17 years ago
6561168
ocfs2_dlm: Call node eviction callbacks from heartbeat handler
by Mark Fasheh
· 17 years ago
2759236
[PATCH] fs/ocfs2: Add missing "space"
by Joe Perches
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
e0bf68d
mm: bdi init hooks
by Peter Zijlstra
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
5fb0f7f0
[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2/dlm/dlmrecovery.c
by Shani Moideen
· 17 years ago
800deef
[PATCH] ocfs2: use list_for_each_entry where benefical
by Christoph Hellwig
· 18 years ago
1482942
ocfs2: Depend on configfs heartbeat items.
by Joel Becker
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
a7d2553
ocfs2: fix sparse warnings in fs/ocfs2/dlm
by Mark Fasheh
· 18 years ago
5c2c9d3
[PATCH] ocfs2: use __set_current_state()
by Milind Arun Choudhary
· 18 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
756a150
ocfs2_dlm: fix race in dlm_remaster_locks
by Srinivas Eeda
· 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
b36c3f8
ocfs2_dlm: Add missing locks in dlm_empty_lockres
by Sunil Mushran
· 18 years ago
3fca089
ocfs2_dlm: Missing get/put lockres in dlm_run_purge_lockres
by Sunil Mushran
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
92e1d5b
[PATCH] mark struct inode_operations const 2
by Arjan van de Ven
· 18 years ago
00977a5
[PATCH] mark struct file_operations const 6
by Arjan van de Ven
· 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
f3f8546
ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockres
by Sunil Mushran
· 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
74aa258
ocfs2_dlm: Cookies in locks not being printed correctly in error messages
by Kurt Hackel
· 18 years ago
90aaaf1c
ocfs2_dlm: Silence a failed convert
by Kurt Hackel
· 18 years ago
a6fa364
ocfs2_dlm: wake up sleepers on the lockres waitqueue
by Kurt Hackel
· 18 years ago
28b72d9
ocfs2_dlm: Dlm dispatch was stopping too early
by Kurt Hackel
· 18 years ago
50635f1
ocfs2_dlm: Drop inflight refmap even if no locks found on the lockres
by Kurt Hackel
· 18 years ago
1cd04db
ocfs2_dlm: Flush dlm workqueue before starting to migrate
by Kurt Hackel
· 18 years ago
e17e75e
ocfs2_dlm: Fix migrate lockres handler queue scanning
by Kurt Hackel
· 18 years ago
71ac106
ocfs2_dlm: Make dlmunlock() wait for migration to complete
by Kurt Hackel
· 18 years ago
ddc09c8
ocfs2_dlm: Fixes race between migrate and dirty
by Kurt Hackel
· 18 years ago
faf0ec9
[PATCH] fs/ocfs2/dlm/: make functions static
by Adrian Bunk
· 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
d28c917
[PATCH] struct path: convert ocfs2
by Josef Sipek
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 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
d8c76e6
[PATCH] r/o bind mount prepwork: inc_nlink() helper
by Dave Hansen
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
ea5b3a1
ocfs2: Update dlmfs for new dlmlock() API
by Mark Fasheh
· 18 years ago
3384f3d
ocfs2: Allow binary names in the DLM
by Mark Fasheh
· 18 years ago
e2c7369
ocfs2: Silence dlm error print
by Mark Fasheh
· 18 years ago
f12033d
ocfs2: Don't print on unknown remote blocking call
by Mark Fasheh
· 18 years ago
9acd72f
[PATCH] fs/ocfs2/dlm/dlmmaster.c: unexport dlm_migrate_lockres
by Adrian Bunk
· 18 years ago
34e3d18
ocfs2: fix check for locally granted state during dlmunlock()
by Kurt Hackel
· 18 years ago
a23eac9
ocfs2: do not modify lksb->status in the unlock ast
by Kurt Hackel
· 18 years ago
4b1af77
ocfs2: Fix lvb corruption
by Kurt Hackel
· 18 years ago
781ee3e
ocfs2: Cleanup message prints
by Sunil Mushran
· 19 years ago
8169cae
[PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_master_requery() static
by Adrian Bunk
· 19 years ago
34af946
[PATCH] spin/rwlock init cleanups
by Ingo Molnar
· 18 years ago
3fb5a98
[PATCH] fs/ocfs2/dlm/: cleanups
by Adrian Bunk
· 19 years ago
43dee33
ocfs2: fix compiler warnings in dlm_convert_lock_handler()
by Mark Fasheh
· 19 years ago
8a9343f
ocfs2: dlm_print_one_mle() needs to be defined
by Mark Fasheh
· 19 years ago
0032abd
ocfs2: remove whitespace in dlmunlock.c
by Kurt Hackel
· 19 years ago
3156d26
ocfs2: move dlm work to a private work queue
by Kurt Hackel
· 19 years ago
495ac96
ocfs2: fix incorrect error returns
by Kurt Hackel
· 19 years ago
3b3b84a
ocfs2: tune down some noisy messages during dlm recovery
by Kurt Hackel
· 19 years ago
56a7c10
ocfs2: display message before waiting for recovery to complete
by Kurt Hackel
· 19 years ago
44a7f1d
ocfs2: mlog in dlm_convert_lock_handler() should be ML_ERROR
by Kurt Hackel
· 19 years ago
b220532
ocfs2: retry operations when a lock is marked in recovery
by Kurt Hackel
· 19 years ago
f85cd47
ocfs2: use cond_resched() in dlm_thread()
by Kurt Hackel
· 19 years ago
Next »