Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
092315a76ca28a2e8e09b071f1c0efb83bafc234
/
fs
/
ocfs2
/
dlm
d993831
writeback: add name to backing_dev_info
by Jens Axboe
· 15 years ago
c795b33
ocfs2/dlm: Wait on lockres instead of erroring cancel requests
by Goldwyn Rodrigues
· 15 years ago
ab57a40
ocfs2: Remove redundant BUG_ON in __dlm_queue_ast()
by Goldwyn Rodrigues
· 15 years ago
17ae26b
ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c logging
by Jeff Liu
· 15 years ago
9405dcc
ocfs2/dlm: Tweak mle_state output
by Sunil Mushran
· 16 years ago
516b7e5
ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres()
by Sunil Mushran
· 16 years ago
7141514
ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entry
by Sunil Mushran
· 16 years ago
e64ff14
ocfs2/dlm: Show the number of lockres/mles in dlm_state
by Sunil Mushran
· 16 years ago
7d62a97
ocfs2/dlm: dlm_set_lockres_owner() and dlm_change_lockres_owner() inlined
by Sunil Mushran
· 16 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
67ae1f0
ocfs2/dlm: Indent dlm_cleanup_master_list()
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
c2cd4a4
ocfs2/dlm: Refactor dlm_clean_master_list()
by Sunil Mushran
· 16 years ago
f77a9a7
ocfs2/dlm: Clean up struct dlm_lock_name
by Sunil Mushran
· 16 years ago
1c08457
ocfs2/dlm: Encapsulate adding and removing of mle from dlm->master_list
by Sunil Mushran
· 16 years ago
53ecd25
ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserter
by Sunil Mushran
· 16 years ago
dabc47d
ocfs2/dlm: Use ast_lock to protect ast_list
by Sunil Mushran
· 16 years ago
7dc102b
ocfs2/dlm: Retract fix for race between purge and migrate
by Sunil Mushran
· 16 years ago
10cc04f
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
by Linus Torvalds
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
7b791d6
ocfs2/dlm: Fix race during lockres mastery
by Sunil Mushran
· 16 years ago
b0d4f81
ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking list
by Sunil Mushran
· 16 years ago
d4f7e65
ocfs2/dlm: Hold off sending lockres drop ref message while lockres is migrating
by Sunil Mushran
· 16 years ago
57dff26
ocfs2/dlm: Clean up errors in dlm_proxy_ast_handler()
by Sunil Mushran
· 16 years ago
2b83256
ocfs2/dlm: Fix a race between migrate request and exit domain
by Sunil Mushran
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
07d9a39
ocfs2: fix return value set in init_dlmfs_fs()
by Coly Li
· 16 years ago
3b5da01
ocfs2: comments typo fix
by Coly Li
· 16 years ago
b19c2a3
CRED: Wrap task credential accesses in the OCFS2 filesystem
by David Howells
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
18c6ac3
[PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()
by Sunil Mushran
· 16 years ago
959040c
[PATCH 2/3] ocfs2/dlm: Silence build warnings
by Sunil Mushran
· 17 years ago
95642e5
ocfs2/dlm: dlmdebug.c: make 2 functions static
by Adrian Bunk
· 17 years ago
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
5fb0f7f
[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
· 17 years ago
1482942
ocfs2: Depend on configfs heartbeat items.
by Joel Becker
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 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
90aaaf1
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
Next »