tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / fs / ocfs2 / dlm /
2009-12-24 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-03 Tiger Yangocfs2: return -EAGAIN instead of EAGAIN in dlm
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-24 Alexey Dobriyanheaders: utsname.h redux
2009-09-23 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-23 Wengang Wangocfs2: add spinlock protection when dealing with lockre...
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-08-21 Goldwyn Rodriguesocfs2/dlm: Wait on lockres instead of erroring cancel...
2009-07-31 Goldwyn Rodriguesocfs2: Remove redundant BUG_ON in __dlm_queue_ast()
2009-07-08 Jeff Liuocfs2: trivial fix for s/migrate/migration/ in dlmrecov...
2009-04-03 Sunil Mushranocfs2/dlm: Tweak mle_state output
2009-04-03 Sunil Mushranocfs2/dlm: Do not purge lockres that is being migrated...
2009-04-03 Sunil Mushranocfs2/dlm: Remove struct dlm_lock_name in struct dlm_ma...
2009-04-03 Sunil Mushranocfs2/dlm: Show the number of lockres/mles in dlm_state
2009-04-03 Sunil Mushranocfs2/dlm: dlm_set_lockres_owner() and dlm_change_lockr...
2009-04-03 Sunil Mushranocfs2/dlm: Improve lockres counts
2009-04-03 Sunil Mushranocfs2/dlm: Track number of mles
2009-04-03 Sunil Mushranocfs2/dlm: Indent dlm_cleanup_master_list()
2009-04-03 Sunil Mushranocfs2/dlm: Activate dlm->master_hash for master list...
2009-04-03 Sunil Mushranocfs2/dlm: Create and destroy the dlm->master_hash
2009-04-03 Sunil Mushranocfs2/dlm: Refactor dlm_clean_master_list()
2009-04-03 Sunil Mushranocfs2/dlm: Clean up struct dlm_lock_name
2009-04-03 Sunil Mushranocfs2/dlm: Encapsulate adding and removing of mle from...
2009-02-26 Sunil Mushranocfs2/dlm: Make dlm_assert_master_handler() kill itself...
2009-02-26 Sunil Mushranocfs2/dlm: Use ast_lock to protect ast_list
2009-02-26 Sunil Mushranocfs2/dlm: Retract fix for race between purge and migrate
2009-01-06 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2009-01-05 Sunil Mushranocfs2/dlm: Fix race during lockres mastery
2009-01-05 Sunil Mushranocfs2/dlm: Fix race in adding/removing lockres' to...
2009-01-05 Sunil Mushranocfs2/dlm: Hold off sending lockres drop ref message...
2009-01-05 Sunil Mushranocfs2/dlm: Clean up errors in dlm_proxy_ast_handler()
2009-01-05 Sunil Mushranocfs2/dlm: Fix a race between migrate request and exit...
2008-12-04 James MorrisMerge branch 'master' into next
2008-12-01 Coly Liocfs2: fix return value set in init_dlmfs_fs()
2008-12-01 Coly Liocfs2: comments typo fix
2008-11-13 David HowellsCRED: Wrap task credential accesses in the OCFS2 filesystem
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-07 Sunil Mushran[PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()
2008-05-30 Sunil Mushran[PATCH 2/3] ocfs2/dlm: Silence build warnings
2008-05-01 Adrian Bunkocfs2/dlm: dlmdebug.c: make 2 functions static
2008-04-30 Miklos Szeredimm: bdi: add separate writeback accounting capability
2008-04-18 Mark Fashehocfs2: Only build ocfs2/dlm with the o2cb stack module
2008-04-18 Sunil Mushranocfs2/dlm: Cleanup lockres print
2008-04-18 Sunil Mushranocfs2/dlm: Fix lockname in lockres print function
2008-04-18 Sunil Mushranocfs2/dlm: Move dlm_print_one_mle() from dlmc to dlmdebug.c
2008-04-18 Sunil Mushranocfs2/dlm: Dumps the purgelist into a debugfs file
2008-04-18 Sunil Mushranocfs2/dlm: Dumps the mles into a debugfs file
2008-04-18 Sunil Mushranocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h
2008-04-18 Sunil Mushranocfs2/dlm: Dumps the lockres' into a debugfs file
2008-04-18 Sunil Mushranocfs2/dlm: Dump the dlm state in a debugfs file
2008-04-18 Sunil Mushranocfs2/dlm: Create debugfs dirs
2008-04-18 Sunil Mushranocfs2/dlm: Link all lockres' to a tracking list
2008-04-18 Sunil Mushranocfs2/dlm: Create slabcaches for lock and lockres
2008-04-18 Sunil Mushranocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle
2008-03-10 Sunil Mushranocfs2/dlm: dlm_thread should not sleep while holding...
2008-03-10 Sunil Mushranocfs2/dlm: Print message showing the recovery master
2008-03-10 Sunil Mushranocfs2/dlm: Add missing dlm_lockres_put()s
2008-03-10 Sunil Mushranocfs2/dlm: Add missing dlm_lockres_put()s in migration...
2008-03-10 Sunil Mushranocfs2/dlm: Add missing dlm_lock_put()s
2008-03-10 Joel Beckerocfs2: Fix endian bug in o2dlm protocol negotiation.
2008-03-10 Tao Maocfs2: Use dlm_print_one_lock_resource for lock resourc...
2008-03-10 Andrew Morton[PATCH] fs/ocfs2/dlm/dlmdomain.c: fix printk warning
2008-03-03 Adrian Bunk[2.6 patch] ocfs2: make dlm_do_assert_master() static
2008-02-08 Marcin Slusarzbyteorder: move le32_add_cpu & friends from OCFS2 to...
2008-02-07 Joel Beckerocfs2: Negotiate locking protocol versions.
2008-01-25 Mark Fashehocfs2: bump version number
2008-01-25 Tao Maocfs2/dlm: Clear joining_node on hearbeat node down
2008-01-25 Mark Fashehocfs2_dlm: Call node eviction callbacks from heartbeat...
2007-11-28 Joe Perches[PATCH] fs/ocfs2: Add missing "space"
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Peter Zijlstramm: bdi init hooks
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-11 Shani Moideen[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with...
2007-07-11 Christoph Hellwig[PATCH] ocfs2: use list_for_each_entry where benefical
2007-07-11 Joel Beckerocfs2: Depend on configfs heartbeat items.
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-02 Mark Fashehocfs2: fix sparse warnings in fs/ocfs2/dlm
2007-05-02 Milind Arun Choudhary[PATCH] ocfs2: use __set_current_state()
2007-04-26 Sunil Mushranocfs2: Silence compiler warnings
2007-04-26 Sunil Mushranocfs2_dlm: Call cond_resched_lock() once per hash bucke...
2007-04-26 Srinivas Eedaocfs2_dlm: fix race in dlm_remaster_locks
2007-03-26 Sunil Mushranocfs2_dlm: Check for migrateable lockres in dlm_empty_l...
2007-03-26 Sunil Mushranocfs2_dlm: Fix lockres ref counting bug
2007-03-14 Sunil Mushranocfs2_dlm: Add missing locks in dlm_empty_lockres
2007-03-14 Sunil Mushranocfs2_dlm: Missing get/put lockres in dlm_run_purge_lockres
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 2
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 6
2007-02-07 Sunil Mushranocfs2_dlm: Add timeout to dlm join domain
2007-02-07 Sunil Mushranocfs2_dlm: Silence some messages during join domain
2007-02-07 Srinivas Eedaocfs2_dlm: disallow a domain join if node maps mismatch
2007-02-07 Sunil Mushranocfs2_dlm: Ensure correct ordering of set/clear refmap...
2007-02-07 Kurt Hackelocfs2_dlm: Calling post handler function in assert...
2007-02-07 Kurt Hackelocfs2: Added post handler callable function in o2net...
next