sound: usxxx: cleanup chip field
[safe/jmp/linux-2.6] / fs / ocfs2 / dlm /
2007-02-07 Kurt Hackelocfs2_dlm: Dlm dispatch was stopping too early
2007-02-07 Kurt Hackelocfs2_dlm: Drop inflight refmap even if no locks found...
2007-02-07 Kurt Hackelocfs2_dlm: Flush dlm workqueue before starting to migrate
2007-02-07 Kurt Hackelocfs2_dlm: Fix migrate lockres handler queue scanning
2007-02-07 Kurt Hackelocfs2_dlm: Make dlmunlock() wait for migration to complete
2007-02-07 Kurt Hackelocfs2_dlm: Fixes race between migrate and dirty
2007-02-07 Adrian Bunk[PATCH] fs/ocfs2/dlm/: make functions static
2007-02-07 Kurt Hackelocfs2_dlm: fix cluster-wide refcounting of lock resources
2006-12-13 Robert P. J. Day[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
2006-12-08 Josef Sipek[PATCH] struct path: convert ocfs2
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_NOFS
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-02 Mark Fashehocfs2: fix format warnings in dlm_alloc_pagevec()
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-01 Dave Hansen[PATCH] r/o bind mount prepwork: inc_nlink() helper
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-24 Mark Fashehocfs2: Update dlmfs for new dlmlock() API
2006-09-24 Mark Fashehocfs2: Allow binary names in the DLM
2006-09-24 Mark Fashehocfs2: Silence dlm error print
2006-09-20 Mark Fashehocfs2: Don't print on unknown remote blocking call
2006-08-07 Adrian Bunk[PATCH] fs/ocfs2/dlm/dlmc: unexport dlm_migrate_lockres
2006-08-07 Kurt Hackelocfs2: fix check for locally granted state during dlmun...
2006-08-07 Kurt Hackelocfs2: do not modify lksb->status in the unlock ast
2006-08-07 Kurt Hackelocfs2: Fix lvb corruption
2006-06-29 Sunil Mushranocfs2: Cleanup message prints
2006-06-29 Adrian Bunk[PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_ma...
2006-06-28 Ingo Molnar[PATCH] spin/rwlock init cleanups
2006-06-26 Adrian Bunk[PATCH] fs/ocfs2/dlm/: cleanups
2006-06-26 Mark Fashehocfs2: fix compiler warnings in dlm_convert_lock_handler()
2006-06-26 Mark Fashehocfs2: dlm_print_one_mle() needs to be defined
2006-06-26 Kurt Hackelocfs2: remove whitespace in dlmunlock.c
2006-06-26 Kurt Hackelocfs2: move dlm work to a private work queue
2006-06-26 Kurt Hackelocfs2: fix incorrect error returns
2006-06-26 Kurt Hackelocfs2: tune down some noisy messages during dlm recovery
2006-06-26 Kurt Hackelocfs2: display message before waiting for recovery...
2006-06-26 Kurt Hackelocfs2: mlog in dlm_convert_lock_handler() should be...
2006-06-26 Kurt Hackelocfs2: retry operations when a lock is marked in recovery
2006-06-26 Kurt Hackelocfs2: use cond_resched() in dlm_thread()
2006-06-26 Kurt Hackelocfs2: use GFP_NOFS in some dlm operations
2006-06-26 Kurt Hackelocfs2: wait for recovery when starting lock mastery
2006-06-26 Kurt Hackelocfs2: continue recovery when a dead node is encountered
2006-06-26 Kurt Hackelocfs2: remove unneccesary spin_unlock() in dlm_remaster...
2006-06-26 Kurt Hackelocfs2: dlm_remaster_locks() should never exit without...
2006-06-26 Kurt Hackelocfs2: special case recovery lock in dlmlock_remote()
2006-06-26 Kurt Hackelocfs2: pending mastery asserts and migrations should...
2006-06-26 Kurt Hackelocfs2: temporarily disable automatic lock migration
2006-06-26 Kurt Hackelocfs2: do not unconditionally purge the lockres in...
2006-06-26 Kurt Hackelocfs2: increase backoff before waiting for recovery
2006-06-26 Kurt Hackelocfs2: have dlm_pre_master_reco_lockres() ignore dead...
2006-06-26 Kurt Hackelocfs2: give the dlm dirty list a reference on the lockres
2006-06-26 Kurt Hackelocfs2: teach dlm_restart_lock_mastery() to wait on...
2006-06-26 Kurt Hackelocfs2: gracefully handle stale create_lock messages.
2006-06-26 Kurt Hackelocfs2: update lvb immediately during recovery
2006-06-26 Kurt Hackelocfs2: do not send master requests to localhost
2006-06-26 Kurt Hackelocfs2: purge lockres' sooner
2006-06-26 Kurt Hackelocfs2: dump mismatching migrated lvbs before BUG()
2006-06-26 Kurt Hackelocfs2: make dlm recovery finalization 2 stage
2006-06-26 Kurt Hackelocfs2: dlm recovery / lockres reference count fix
2006-06-26 Kurt Hackelocfs2: better error handling during assert master message
2006-06-26 Kurt Hackelocfs2: dump lockres info before we BUG() on a bad reference
2006-06-26 Mark Fashehocfs2: do LVB puts in place
2006-06-26 Kurt Hackelocfs2: mle ref count debugging
2006-06-26 Kurt Hackelocfs2: allow for an assert message during lock mastery
2006-06-26 Kurt Hackelocfs2: take mle reference during migration
2006-06-26 Kurt Hackelocfs2: properly initialize the mle structure
2006-06-26 Kurt Hackelocfs2: detach mle from heartbeat events
2006-06-26 Kurt Hackelocfs2: mle ref counting fixes
2006-06-26 Kurt Hackelocfs2: better mle debugging
2006-06-26 Kurt Hackelocfs2: clean up recovery related messages
2006-06-26 Kurt Hackelocfs2: handle network errors during recovery
2006-06-26 Kurt Hackelocfs2: only recover one dead node at a time
2006-06-26 Kurt Hackelocfs2: Better tracking for recovery state changes
2006-06-26 Kurt Hackelocfs2: Fix empty lvb check
2006-06-26 Kurt Hackelocfs2: fix inverted logic in dlm_is_node_dead
2006-06-26 Kurt Hackelocfs2: recheck lockres master before sending an unlock...
2006-06-26 Kurt Hackelocfs2: add a small delay after a failed migration
2006-06-26 Mark Fashehocfs2: silence a compile warning in dlm_alloc_pagevec()
2006-06-26 Joel Becker[PATCH] ocfs2: Alloc at least a page for the DLM hash
2006-06-26 Daniel Phillipsocfs2: allocate lockres hash pages in an array
2006-06-26 Mark Fashehocfs2: inline dlm_lockres_get()
2006-06-26 Daniel Phillips[PATCH] Clean up ocfs2 hash probe and make it faster
2006-06-26 Mark Fashehocfs2: calculate lockid hash values outside of the...
2006-06-26 Mark Fashehocfs2: move lockres qstr next to hlist_node structure
2006-06-26 Akinobu Mita[PATCH] fs: use list_move()
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-04-08 Mark Fashehocfs2: test and set teardown flag early in user_dlm_des...
2006-04-08 Mark Fashehocfs2: Handle the DLM_CANCELGRANT case in user_unlock_ast()
2006-04-08 Mark Fashehocfs2: catch an invalid ast case in dlmfs
2006-04-08 Mark Fashehocfs2: remove an overly aggressive BUG() in dlmfs
2006-03-24 Kurt Hackelocfs2: don't use MLF* in dlm/ files
2006-03-24 Kurt Hackel[PATCH] ocfs2: dlm recovery fixes
2006-03-24 Kurt Hackel[PATCH] ocfs2: fix hang in dlm lock resource mastery
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache format
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache filesystems
2006-03-01 Mark Fasheh[PATCH] ocfs2: use hlists for lockres hash
2006-02-16 Kurt Hackel[PATCH] ocfs2: detach from heartbeat events before...
2006-02-16 Kurt Hackel[PATCH] ocfs2: manually grant remote recovery lock
2006-02-16 Kurt Hackel[PATCH] ocfs2: add dlm_wait_for_node_death
next