summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c
Commit message (Expand)AuthorAgeFilesLines
...
* ocfs2: Separate out dlm lock functions.Joel Becker2008-04-181-49/+61
* ocfs2: Change the recovery map to an array of node numbers.Joel Becker2008-04-181-4/+2Star
* ocfs2: Move slot map access into slot_map.cMark Fasheh2008-04-181-7/+1Star
* [PATCH] [OCFS2]: constify function pointer tablesJan Engelhardt2008-03-101-1/+1
* [2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk2008-03-041-1/+1
* [2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk2008-03-041-2/+2
* ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh2008-03-041-1/+1
* ocfs2: Negotiate locking protocol versions.Joel Becker2008-02-071-1/+28
* [PATCH 1/2] ocfs2: add flock lock typeMark Fasheh2008-01-261-0/+267
* ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh2008-01-251-25/+25
* ocfs2: Remove data locksMark Fasheh2008-01-251-104/+0Star
* ocfs2: Add data downconvert worker to inode lockMark Fasheh2008-01-251-0/+5
* ocfs2: Remove mount/unmount votesMark Fasheh2008-01-251-36/+128
* ocfs2: Create locks at initially requested levelMark Fasheh2007-11-071-14/+9Star
* [PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Roel Kluin2007-11-071-1/+1
* ocfs2: Structure updates for inline dataMark Fasheh2007-10-121-0/+2
* [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-111-4/+2Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [PATCH] fs/ocfs2/: make 3 functions staticAdrian Bunk2007-05-031-25/+29
* ocfs2: Cache extent recordsMark Fasheh2007-04-271-0/+2
* ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh2007-04-271-2/+1Star
* ocfs2: temporarily remove extent map cachingMark Fasheh2007-04-271-4/+0Star
* ocfs2: Remove delete inode voteTiger Yang2007-04-261-2/+117
* ocfs2: Local mounts should skip inode updatesMark Fasheh2007-04-261-12/+9Star
* ocfs2: always unmap in ocfs2_data_convert_worker()Mark Fasheh2006-12-291-1/+9
* ocfs2: local mountsSunil Mushran2006-12-081-20/+59
* ocfs2: core atime update functionsTiger Yang2006-12-021-0/+39
* ocfs2: remove unused handle argument from ocfs2_meta_lock_full()Mark Fasheh2006-12-021-5/+2Star
* ocfs2: remove unused ocfs2_handle_add_lock()Mark Fasheh2006-12-021-6/+0Star
* [2.6 patch] make ocfs2_create_new_lock() staticAdrian Bunk2006-12-021-4/+4
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* ocfs2: Teach ocfs2_drop_lock() to use ->set_lvb() callbackMark Fasheh2006-09-241-31/+28Star
* ocfs2: Remove ->unblock lockres operationMark Fasheh2006-09-241-146/+6Star
* ocfs2: move downconvert worker to lockres opsMark Fasheh2006-09-241-18/+32
* ocfs2: Remove unused dlmglue functionsMark Fasheh2006-09-241-103/+0Star
* ocfs2: Have the metadata lock use generic dlmglue functionsMark Fasheh2006-09-241-1/+31
* ocfs2: Add ->set_lvb callback in dlmglueMark Fasheh2006-09-241-2/+29
* ocfs2: Add ->check_downconvert callback in dlmglueMark Fasheh2006-09-241-1/+18
* ocfs2: Check for refreshing locks in generic unblock functionMark Fasheh2006-09-241-12/+19
* ocfs2: don't unconditionally pass LVB flagsMark Fasheh2006-09-241-3/+15
* ocfs2: combine inode and generic blocking AST functionsMark Fasheh2006-09-241-112/+11Star
* ocfs2: Add ->get_osb() dlmglue locking operationMark Fasheh2006-09-241-0/+33
* ocfs2: remove ->unlock_ast() callback from ocfs2_lock_res_opsMark Fasheh2006-09-241-13/+3Star
* ocfs2: combine inode and generic AST functionsMark Fasheh2006-09-241-110/+10Star
* ocfs2: Clean up lock resource refresh flagsMark Fasheh2006-09-241-14/+35
* ocfs2: Remove i_generation from inode lock namesMark Fasheh2006-09-241-6/+36
* ocfs2: Encode i_generation in the meta data lvbMark Fasheh2006-09-241-5/+9
* ocfs2: Free up some space in the lvbMark Fasheh2006-09-241-3/+3
* ocfs2: Add new cluster lock typeMark Fasheh2006-09-241-104/+371
* ocfs2: Update dlmglue for new dlmlock() APIMark Fasheh2006-09-241-0/+3