aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
AgeCommit message (Expand)AuthorFilesLines
2006-06-29ocfs2: remove redundant NULL checks in ocfs2_direct_IO_get_blocks()Florin Malita1-8/+1
2006-06-29ocfs2: clean up some osb fieldsMark Fasheh4-42/+4
2006-06-29ocfs2: fix init of uuid_net_keyMark Fasheh1-1/+1
2006-06-29ocfs2: silence a debug printMark Fasheh1-1/+1
2006-06-29ocfs2: silence ENOENT during lookup of broken linksSunil Mushran1-1/+1
2006-06-29ocfs2: Cleanup message printsSunil Mushran3-18/+20
2006-06-29ocfs2: silence -EEXIST from ocfs2_extent_map_insert/lookupJoel Becker1-7/+22
2006-06-29[PATCH] fs/ocfs2/dlm/dlmrecovery.c: make dlm_lockres_master_requery() staticAdrian Bunk2-4/+6
2006-06-29ocfs2: warn the user on a dead timeout mismatchMark Fasheh2-0/+21
2006-06-29ocfs2: Compile-time disabling of ocfs2 debugging output.Joel Becker3-7/+25
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig2-2/+2
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in fs/Jesper Juhl1-6/+2
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar7-8/+8
2006-06-26[PATCH] fs/ocfs2/dlm/: cleanupsAdrian Bunk5-35/+3
2006-06-26ocfs2: fix compiler warnings in dlm_convert_lock_handler()Mark Fasheh1-1/+2
2006-06-26ocfs2: dlm_print_one_mle() needs to be definedMark Fasheh1-6/+6
2006-06-26ocfs2: remove whitespace in dlmunlock.cKurt Hackel1-1/+1
2006-06-26ocfs2: move dlm work to a private work queueKurt Hackel4-3/+32
2006-06-26ocfs2: fix incorrect error returnsKurt Hackel1-2/+2
2006-06-26ocfs2: tune down some noisy messages during dlm recoveryKurt Hackel2-6/+7
2006-06-26ocfs2: display message before waiting for recovery to completeKurt Hackel1-0/+7
2006-06-26ocfs2: mlog in dlm_convert_lock_handler() should be ML_ERRORKurt Hackel1-1/+1
2006-06-26ocfs2: retry operations when a lock is marked in recoveryKurt Hackel1-0/+20
2006-06-26ocfs2: use cond_resched() in dlm_thread()Kurt Hackel1-1/+1
2006-06-26ocfs2: use GFP_NOFS in some dlm operationsKurt Hackel5-19/+19
2006-06-26ocfs2: wait for recovery when starting lock masteryKurt Hackel3-0/+34
2006-06-26ocfs2: continue recovery when a dead node is encounteredKurt Hackel1-0/+1
2006-06-26ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks()Kurt Hackel1-1/+0
2006-06-26ocfs2: dlm_remaster_locks() should never exit without completingKurt Hackel1-54/+62
2006-06-26ocfs2: special case recovery lock in dlmlock_remote()Kurt Hackel2-10/+27
2006-06-26ocfs2: pending mastery asserts and migrations should block each otherKurt Hackel1-0/+21
2006-06-26ocfs2: temporarily disable automatic lock migrationKurt Hackel2-5/+23
2006-06-26ocfs2: do not unconditionally purge the lockres in dlmlock_remote()Kurt Hackel1-1/+7
2006-06-26ocfs2: increase backoff before waiting for recoveryKurt Hackel1-1/+1
2006-06-26ocfs2: have dlm_pre_master_reco_lockres() ignore dead nodesKurt Hackel1-0/+1
2006-06-26ocfs2: give the dlm dirty list a reference on the lockresKurt Hackel2-3/+17
2006-06-26ocfs2: teach dlm_restart_lock_mastery() to wait on recoveryKurt Hackel1-56/+44
2006-06-26ocfs2: gracefully handle stale create_lock messages.Kurt Hackel1-3/+16
2006-06-26ocfs2: update lvb immediately during recoveryKurt Hackel1-18/+26
2006-06-26ocfs2: do not send master requests to localhostKurt Hackel1-6/+8
2006-06-26ocfs2: purge lockres' soonerKurt Hackel1-2/+35
2006-06-26ocfs2: dump mismatching migrated lvbs before BUG()Kurt Hackel1-2/+13
2006-06-26ocfs2: make dlm recovery finalization 2 stageKurt Hackel2-19/+99
2006-06-26ocfs2: dlm recovery / lockres reference count fixKurt Hackel3-4/+15
2006-06-26ocfs2: better error handling during assert master messageKurt Hackel1-4/+14
2006-06-26ocfs2: dump lockres info before we BUG() on a bad referenceKurt Hackel1-0/+22
2006-06-26ocfs2: do LVB puts in placeMark Fasheh2-5/+10
2006-06-26ocfs2: mle ref count debuggingKurt Hackel1-9/+20
2006-06-26ocfs2: allow for an assert message during lock masteryKurt Hackel1-1/+2
2006-06-26ocfs2: take mle reference during migrationKurt Hackel1-0/+17
2006-06-26ocfs2: properly initialize the mle structureKurt Hackel1-4/+1
2006-06-26ocfs2: detach mle from heartbeat eventsKurt Hackel1-0/+2
2006-06-26ocfs2: mle ref counting fixesKurt Hackel1-19/+90
2006-06-26ocfs2: better mle debuggingKurt Hackel1-5/+28
2006-06-26ocfs2: clean up recovery related messagesKurt Hackel1-12/+90
2006-06-26ocfs2: handle network errors during recoveryKurt Hackel1-17/+36
2006-06-26ocfs2: only recover one dead node at a timeKurt Hackel1-3/+35
2006-06-26ocfs2: Better tracking for recovery state changesKurt Hackel1-9/+28
2006-06-26ocfs2: Fix empty lvb checkKurt Hackel2-5/+16
2006-06-26ocfs2: fix inverted logic in dlm_is_node_deadKurt Hackel1-1/+1
2006-06-26ocfs2: recheck lockres master before sending an unlock request.Kurt Hackel1-0/+10
2006-06-26ocfs2: add a small delay after a failed migrationKurt Hackel1-2/+5
2006-06-26ocfs2: silence a compile warning in dlm_alloc_pagevec()Mark Fasheh1-2/+2
2006-06-26[PATCH] ocfs2: Alloc at least a page for the DLM hashJoel Becker2-2/+9
2006-06-26ocfs2: allocate lockres hash pages in an arrayDaniel Phillips4-13/+46
2006-06-26ocfs2: inline dlm_lockres_get()Mark Fasheh2-6/+6
2006-06-26[PATCH] Clean up ocfs2 hash probe and make it fasterDaniel Phillips1-15/+14
2006-06-26ocfs2: calculate lockid hash values outside of the spinlockMark Fasheh4-19/+30
2006-06-26ocfs2: move lockres qstr next to hlist_node structureMark Fasheh1-1/+1
2006-06-26[PATCH] fs: use list_move()Akinobu Mita7-24/+12
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-2/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-5/+5
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2-8/+10
2006-05-17ocfs2: fix gfp mask in some file system pathsSunil Mushran4-10/+10
2006-05-17ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal()Mark Fasheh1-1/+3
2006-05-17ocfs2: take meta data lock in ocfs2_file_aio_read()Mark Fasheh1-0/+16
2006-05-17ocfs2: take data locks around extendMark Fasheh3-33/+87
2006-04-07ocfs2: Better I/O error handling in heartbeatMark Fasheh1-8/+32
2006-04-07ocfs2: test and set teardown flag early in user_dlm_destroy_lock()Mark Fasheh1-3/+14
2006-04-07ocfs2: Handle the DLM_CANCELGRANT case in user_unlock_ast()Mark Fasheh1-12/+22
2006-04-07ocfs2: catch an invalid ast case in dlmfsMark Fasheh1-0/+4
2006-04-07ocfs2: remove an overly aggressive BUG() in dlmfsMark Fasheh1-4/+17
2006-04-07ocfs2: multi node truncate fixMark Fasheh1-8/+11
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven3-5/+5
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-1/+1
2006-03-26[PATCH] change buffer_head.b_size to size_tBadari Pulavarty1-1/+1
2006-03-26[PATCH] 2tb-files-add-blkcnt_t-fixesAndrew Morton2-5/+8
2006-03-24ocfs2: finally remove MLF* macrosMark Fasheh1-10/+0
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh18-384/+425
2006-03-24ocfs2: don't use MLF* in dlm/ filesKurt Hackel6-25/+64
2006-03-24ocfs2: don't use MLF* in cluster/ filesMark Fasheh1-18/+20
2006-03-24[PATCH] ocfs2: dlm recovery fixesKurt Hackel4-19/+142
2006-03-24[PATCH] ocfs2: fix hang in dlm lock resource masteryKurt Hackel1-32/+92
2006-03-24ocfs2: use __attribute__ formatMark Fasheh1-2/+6
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson2-4/+7
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2-2/+2
2006-03-22[PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter1-1/+1
2006-03-01[PATCH] ocfs2: use hlists for lockres hashMark Fasheh5-45/+41
2006-03-01[PATCH] ocfs2: added source addr to bind() in o2net_start_connect()Sunil Mushran1-2/+12
2006-03-01ocfs2: Respond to on-disk corruption in the extent map code.Joel Becker1-2/+36
2006-03-01ocfs2: Set .owner on masklog sysfs attributes.Joel Becker1-0/+1
2006-03-01[PATCH] ocfs2: fix orphan recovery deadlockMark Fasheh5-32/+154
2006-03-01[PATCH] ocfs2: complete failure recovery for nodemanager initJeff Mahoney1-1/+3
2006-03-01[PATCH] ocfs2: remove non existing function prototypesMark Fasheh1-5/+0
2006-03-01[PATCH] ocfs2: remove unused codeMark Fasheh2-53/+1
2006-03-01[PATCH] ocfs2: remove pointless max journal size limitMark Fasheh1-1/+0
2006-03-01[PATCH] ocfs2: fix -Wformat warnings when building UML on x86-64Jeff Mahoney1-1/+1
2006-02-16[PATCH] ocfs2: detach from heartbeat events before freeing mleKurt Hackel1-1/+6
2006-02-16[PATCH] ocfs2: only checkpoint journal when asked toMark Fasheh2-6/+3
2006-02-16[PATCH] ocfs2: manually grant remote recovery lockKurt Hackel1-0/+11
2006-02-16[PATCH] ocfs2: add dlm_wait_for_node_deathKurt Hackel4-1/+40
2006-02-16[PATCH] ocfs2: fix release of ast never reservedKurt Hackel1-3/+4
2006-02-16[PATCH] ocfs2: recheck recovery state after getting lockKurt Hackel1-0/+24
2006-02-03[PATCH] ocfs2: don't wait on recovery when locking journalMark Fasheh1-1/+5
2006-02-03[PATCH] ocfs2: fix compile warningsMark Fasheh3-13/+18
2006-02-03[PATCH] BUG_ON() Conversion in fs/ocfs2/Eric Sesterhenn / snakebyte4-20/+11
2006-02-03[PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>Adrian Bunk1-0/+1
2006-02-03[PATCH] ocfs2: Semaphore to mutex conversion.Arjan van de Ven3-9/+10
2006-02-03[PATCH] ocfs2/dlm: fixesKurt Hackel5-49/+256
2006-02-03[OCFS2] Make ip_io_sem a mutexMark Fasheh6-18/+18
2006-02-03[PATCH] ocfs2/dlm: fix compilation on ia64Jeff Mahoney1-1/+1
2006-02-03[PATCH] OCFS2: __init / __exit problemAdrian Bunk3-3/+3
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig1-6/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lockIngo Molnar1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen7-35/+35
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton1-4/+3
2006-01-03[PATCH] This patch contains the following cleanups:Adrian Bunk3-8/+3
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh52-0/+24438
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh6-1/+1485
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel17-0/+10830
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemZach Brown7-0/+2624
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh3-0/+1916
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemKurt Hackel7-0/+1001
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemZach Brown2-0/+441