aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix rare stale inode errors when exporting via nfswengang wang2009-04-031-0/+46
* ocfs2: Cleanup the lockname print in dlmglue.cSunil Mushran2009-02-261-3/+8
* ocfs2: Wakeup the downconvert thread after a successful cancel convertSunil Mushran2009-02-021-0/+4
* fix similar typos to successfullColy Li2009-01-081-2/+2
* ocfs2: remove unneeded lvb castsMark Fasheh2009-01-051-7/+5
* ocfs2: Fix ocfs2_read_quota_block() error handling.Joel Becker2009-01-051-3/+3
* ocfs2: Implementation of local and global quota file handlingJan Kara2009-01-051-0/+146
* ocfs2: Wrap inode block reads in a dedicated function.Joel Becker2009-01-051-8/+4
* ocfs2: fix wake_up in unlock_astDavid Teigland2008-12-011-2/+1
* ocfs2: Simplify ocfs2_read_block()Joel Becker2008-10-141-6/+2
* ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker2008-10-141-5/+4
* ocfs2: fix printk format warnings with OCFS2_FS_STATS=nRandy Dunlap2008-07-141-4/+4
* [PATCH 2/2] ocfs2: Instrument fs cluster locksSunil Mushran2008-07-141-1/+121
* ocfs2: Fix flags in ocfs2_file_lockMark Fasheh2008-07-101-7/+7
* ocfs2: Add the 'cluster_stack' sysfs file.Joel Becker2008-04-181-1/+2
* ocfs2: Break out stackglue into modules.Joel Becker2008-04-181-3/+4
* ocfs2: Clean up stackglue initializationJoel Becker2008-04-181-7/+2
* ocfs2: Abstract out a debugging function for underlying dlms.Joel Becker2008-04-181-2/+1
* ocfs2: handle async EAGAIN from NOQUEUE requestDavid Teigland2008-04-181-4/+23
* ocfs2: Remove CANCELGRANT from the view of dlmglue.Joel Becker2008-04-181-28/+171
* ocfs2: Fill node number during cluster stack initMark Fasheh2008-04-181-1/+12
* ocfs2: Move o2hb functionality into the stack glue.Joel Becker2008-04-181-4/+0
* ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API.Joel Becker2008-04-181-49/+48
* ocfs2: Create the lock status block union.Joel Becker2008-04-181-10/+13
* ocfs2: Use -errno instead of dlm_status for ocfs2_dlm_lock/unlock() API.Joel Becker2008-04-181-66/+50
* ocfs2: Use global DLM_ constants in generic code.Joel Becker2008-04-181-70/+70
* 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/+2
* ocfs2: Move slot map access into slot_map.cMark Fasheh2008-04-181-7/+1
* [PATCH] [OCFS2]: constify function pointer tablesJan Engelhardt2008-03-101-1/+1
* [2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk2008-03-031-1/+1
* [2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk2008-03-031-2/+2
* ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh2008-03-031-1/+1
* ocfs2: Negotiate locking protocol versions.Joel Becker2008-02-061-1/+28
* [PATCH 1/2] ocfs2: add flock lock typeMark Fasheh2008-01-251-0/+267
* ocfs2: Rename ocfs2_meta_[un]lockMark Fasheh2008-01-251-25/+25
* ocfs2: Remove data locksMark Fasheh2008-01-251-104/+0
* 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-061-14/+9
* [PATCH] Fix priority mistakes in fs/ocfs2/{alloc.c, dlmglue.c}Roel Kluin2007-11-061-1/+1
* ocfs2: Structure updates for inline dataMark Fasheh2007-10-121-0/+2
* [PATCH] ocfs2: use list_for_each_entry where beneficalChristoph Hellwig2007-07-101-4/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] fs/ocfs2/: make 3 functions staticAdrian Bunk2007-05-021-25/+29
* ocfs2: Cache extent recordsMark Fasheh2007-04-261-0/+2
* ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh2007-04-261-2/+1
* ocfs2: temporarily remove extent map cachingMark Fasheh2007-04-261-4/+0
* ocfs2: Remove delete inode voteTiger Yang2007-04-261-2/+117
* ocfs2: Local mounts should skip inode updatesMark Fasheh2007-04-261-12/+9