aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-01ocfs2: fix wake_up in unlock_astDavid Teigland1-2/+1
2008-10-14ocfs2: Simplify ocfs2_read_block()Joel Becker1-6/+2
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker1-5/+4
2008-07-14ocfs2: fix printk format warnings with OCFS2_FS_STATS=nRandy Dunlap1-4/+4
2008-07-14[PATCH 2/2] ocfs2: Instrument fs cluster locksSunil Mushran1-1/+121
2008-07-10ocfs2: Fix flags in ocfs2_file_lockMark Fasheh1-7/+7
2008-04-18ocfs2: Add the 'cluster_stack' sysfs file.Joel Becker1-1/+2
2008-04-18ocfs2: Break out stackglue into modules.Joel Becker1-3/+4
2008-04-18ocfs2: Clean up stackglue initializationJoel Becker1-7/+2
2008-04-18ocfs2: Abstract out a debugging function for underlying dlms.Joel Becker1-2/+1
2008-04-18ocfs2: handle async EAGAIN from NOQUEUE requestDavid Teigland1-4/+23
2008-04-18ocfs2: Remove CANCELGRANT from the view of dlmglue.Joel Becker1-28/+171
2008-04-18ocfs2: Fill node number during cluster stack initMark Fasheh1-1/+12
2008-04-18ocfs2: Move o2hb functionality into the stack glue.Joel Becker1-4/+0
2008-04-18ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API.Joel Becker1-49/+48
2008-04-18ocfs2: Create the lock status block union.Joel Becker1-10/+13
2008-04-18ocfs2: Use -errno instead of dlm_status for ocfs2_dlm_lock/unlock() API.Joel Becker1-66/+50
2008-04-18ocfs2: Use global DLM_ constants in generic code.Joel Becker1-70/+70
2008-04-18ocfs2: Separate out dlm lock functions.Joel Becker1-49/+61
2008-04-18ocfs2: Change the recovery map to an array of node numbers.Joel Becker1-4/+2
2008-04-18ocfs2: Move slot map access into slot_map.cMark Fasheh1-7/+1
2008-03-10[PATCH] [OCFS2]: constify function pointer tablesJan Engelhardt1-1/+1
2008-03-03[2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk1-1/+1
2008-03-03[2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk1-2/+2
2008-03-03ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh1-1/+1
2008-02-06ocfs2: Negotiate locking protocol versions.Joel Becker1-1/+28
2008-01-25[PATCH 1/2] ocfs2: add flock lock typeMark Fasheh1-0/+267
2008-01-25ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh1-25/+25
2008-01-25ocfs2: Remove data locksMark Fasheh1-104/+0
2008-01-25ocfs2: Add data downconvert worker to inode lockMark Fasheh1-0/+5
2008-01-25ocfs2: Remove mount/unmount votesMark Fasheh1-36/+128
2007-11-06ocfs2: Create locks at initially requested levelMark Fasheh1-14/+9
2007-11-06[PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Roel Kluin1-1/+1
2007-10-12ocfs2: Structure updates for inline dataMark Fasheh1-0/+2
2007-07-10[PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig1-4/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-02[PATCH] fs/ocfs2/: make 3 functions staticAdrian Bunk1-25/+29
2007-04-26ocfs2: Cache extent recordsMark Fasheh1-0/+2
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh1-2/+1
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh1-4/+0
2007-04-26ocfs2: Remove delete inode voteTiger Yang1-2/+117
2007-04-26ocfs2: Local mounts should skip inode updatesMark Fasheh1-12/+9
2006-12-28ocfs2: always unmap in ocfs2_data_convert_worker()Mark Fasheh1-1/+9
2006-12-07ocfs2: local mountsSunil Mushran1-20/+59
2006-12-01ocfs2: core atime update functionsTiger Yang1-0/+39
2006-12-01ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh1-5/+2
2006-12-01ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh1-6/+0
2006-12-01[2.6 patch] make ocfs2_create_new_lock() staticAdrian Bunk1-4/+4
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-09-24ocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callbackMark Fasheh1-31/+28