aboutsummaryrefslogtreecommitdiff
path: root/fs/ocfs2
AgeCommit message (Expand)Author
2006-06-26ocfs2: have dlm_pre_master_reco_lockres() ignore dead nodesKurt Hackel
2006-06-26ocfs2: give the dlm dirty list a reference on the lockresKurt Hackel
2006-06-26ocfs2: teach dlm_restart_lock_mastery() to wait on recoveryKurt Hackel
2006-06-26ocfs2: gracefully handle stale create_lock messages.Kurt Hackel
2006-06-26ocfs2: update lvb immediately during recoveryKurt Hackel
2006-06-26ocfs2: do not send master requests to localhostKurt Hackel
2006-06-26ocfs2: purge lockres' soonerKurt Hackel
2006-06-26ocfs2: dump mismatching migrated lvbs before BUG()Kurt Hackel
2006-06-26ocfs2: make dlm recovery finalization 2 stageKurt Hackel
2006-06-26ocfs2: dlm recovery / lockres reference count fixKurt Hackel
2006-06-26ocfs2: better error handling during assert master messageKurt Hackel
2006-06-26ocfs2: dump lockres info before we BUG() on a bad referenceKurt Hackel
2006-06-26ocfs2: do LVB puts in placeMark Fasheh
2006-06-26ocfs2: mle ref count debuggingKurt Hackel
2006-06-26ocfs2: allow for an assert message during lock masteryKurt Hackel
2006-06-26ocfs2: take mle reference during migrationKurt Hackel
2006-06-26ocfs2: properly initialize the mle structureKurt Hackel
2006-06-26ocfs2: detach mle from heartbeat eventsKurt Hackel
2006-06-26ocfs2: mle ref counting fixesKurt Hackel
2006-06-26ocfs2: better mle debuggingKurt Hackel
2006-06-26ocfs2: clean up recovery related messagesKurt Hackel
2006-06-26ocfs2: handle network errors during recoveryKurt Hackel
2006-06-26ocfs2: only recover one dead node at a timeKurt Hackel
2006-06-26ocfs2: Better tracking for recovery state changesKurt Hackel
2006-06-26ocfs2: Fix empty lvb checkKurt Hackel
2006-06-26ocfs2: fix inverted logic in dlm_is_node_deadKurt Hackel
2006-06-26ocfs2: recheck lockres master before sending an unlock request.Kurt Hackel
2006-06-26ocfs2: add a small delay after a failed migrationKurt Hackel
2006-06-26ocfs2: silence a compile warning in dlm_alloc_pagevec()Mark Fasheh
2006-06-26[PATCH] ocfs2: Alloc at least a page for the DLM hashJoel Becker
2006-06-26ocfs2: allocate lockres hash pages in an arrayDaniel Phillips
2006-06-26ocfs2: inline dlm_lockres_get()Mark Fasheh
2006-06-26[PATCH] Clean up ocfs2 hash probe and make it fasterDaniel Phillips
2006-06-26ocfs2: calculate lockid hash values outside of the spinlockMark Fasheh
2006-06-26ocfs2: move lockres qstr next to hlist_node structureMark Fasheh
2006-06-26[PATCH] fs: use list_move()Akinobu Mita
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-05-17ocfs2: fix gfp mask in some file system pathsSunil Mushran
2006-05-17ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal()Mark Fasheh
2006-05-17ocfs2: take meta data lock in ocfs2_file_aio_read()Mark Fasheh
2006-05-17ocfs2: take data locks around extendMark Fasheh
2006-04-07ocfs2: Better I/O error handling in heartbeatMark Fasheh
2006-04-07ocfs2: test and set teardown flag early in user_dlm_destroy_lock()Mark Fasheh
2006-04-07ocfs2: Handle the DLM_CANCELGRANT case in user_unlock_ast()Mark Fasheh
2006-04-07ocfs2: catch an invalid ast case in dlmfsMark Fasheh
2006-04-07ocfs2: remove an overly aggressive BUG() in dlmfsMark Fasheh
2006-04-07ocfs2: multi node truncate fixMark Fasheh
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven