summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/gfs2-glocks.txt
Commit message (Collapse)AuthorAgeFilesLines
* GFS2: Minor improvements to comments and documentationBob Peterson2018-04-121-2/+3
| | | | | | | This patch simply fixes some comments and the gfs2-glocks.txt file: Places where i_rwsem was called i_mutex, and adding i_rw_mutex. Signed-off-by: Bob Peterson <rpeterso@redhat.com>
* gfs2: Remove gl_spin defineAndreas Gruenbacher2015-10-291-3/+3
| | | | | | | | | | Commit e66cf161 replaced the gl_spin spinlock in struct gfs2_glock with a gl_lockref lockref and defined gl_spin as gl_lockref.lock (the spinlock in gl_lockref). Remove that define to make the references to gl_lockref.lock more obvious. Signed-off-by: Andreas Gruenbacher <andreas.gruenbacher@gmail.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com>
* GFS2: Update glock doc to add new stats infoSteven Whitehouse2012-05-101-1/+118
| | | | | | | | We recently added some glock statistics to GFS2, so this is a docs update to explain what they all mean. It is based upon the checkin comment of the patch in question. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
* GFS2: Update docsSteven Whitehouse2009-05-191-1/+1
| | | | | | Update a few things which were out of date, and fix a typo. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
* [GFS2] Glock documentationSteven Whitehouse2008-06-271-0/+114
This patch adds a file describing the internals of GFS2's glock abstraction. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>