aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+4
* Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker2011-03-281-143/+6
|\
| * ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-65/+6
| * ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-78/+0
* | ocfs2: Use hrtimer to track ocfs2 fs lock statsSunil Mushran2011-02-201-47/+50
|/
* Track negative entries v3Goldwyn Rodrigues2010-09-101-0/+8
* fs/ocfs2: Remove unnecessary casts of private_dataJoe Perches2010-07-201-2/+2
* ocfs2: Avoid unnecessary block mapping when refreshing quota infoJan Kara2010-05-211-1/+2
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | ocfs2: Use a separate masklog for AST and BASTsSunil Mushran2010-02-271-25/+65
* | ocfs2: Pass the locking protocol into ocfs2_cluster_connect().Joel Becker2010-02-261-85/+83
* | ocfs2: Attach the connection to the lksbJoel Becker2010-02-261-4/+4
* | ocfs2: Pass lksbs back from stackglue ast/bast functions.Joel Becker2010-02-261-17/+17
* | ocfs2: Plugs race between the dc thread and an unlock ast messageSunil Mushran2010-02-031-1/+3
* | ocfs2: Remove overzealous BUG_ON during blocked lock processingSunil Mushran2010-02-021-2/+10
* | ocfs2: Do not downconvert if the lock level is already compatibleSunil Mushran2010-02-021-0/+13
* | ocfs2: Prevent a livelock in dlmglueSunil Mushran2010-02-021-3/+46
* | ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bastWengang Wang2010-02-021-2/+3
* | ocfs2/trivial: Remove trailing whitespacesSunil Mushran2010-01-251-1/+1
|/
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* dlmglue.c: add missed mlog linesColy Li2009-09-231-1/+4
* ocfs2: Add new refcount tree lock resource in dlmglue.Tao Ma2009-09-221-0/+80
* ocfs2: Abstract caching info checkpoint.Tao Ma2009-09-221-5/+13
* ocfs2: Pass struct ocfs2_caching_info to the journal functions.Joel Becker2009-09-041-1/+1
* ocfs2: Take the inode out of the metadata read/write paths.Joel Becker2009-09-041-1/+1
* ocfs2: Add lockdep annotationsJan Kara2009-06-221-16/+65
* ocfs2: Disable orphan scanning for local and hard-ro mountsSunil Mushran2009-06-221-10/+16
* ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()Sunil Mushran2009-06-221-4/+3
* ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.Joel Becker2009-06-221-3/+6
* ocfs2: timer to queue scan of all orphan slotsSrinivas Eeda2009-06-031-0/+51
* 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