summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Allow node-wide exclusive glock sharingBob Peterson2021-02-171-3/+19
* Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher2020-12-011-8/+0
* gfs2: set lockdep subclass for iopen glocksAlexander Aring2020-11-241-0/+1
* gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring2020-11-031-1/+2
* gfs2: Only access gl_delete for iopen glocksBob Peterson2020-10-201-4/+7
* gfs2: Fix comments to glock_hash_walkBob Peterson2020-10-201-2/+1
* gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson2020-10-151-8/+3
* gfs2: call truncate_inode_pages_final for address space glocksBob Peterson2020-10-141-1/+6
* gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-10-141-18/+2
* gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher2020-08-031-1/+3
* gfs2: Add some flags missing from glock outputBob Peterson2020-08-031-0/+6
* gfs2: Don't sleep during glock hash walkAndreas Gruenbacher2020-06-301-1/+4
* Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher2020-06-051-11/+165
|\
| * gfs2: Smarter iopen glock waitingAndreas Gruenbacher2020-06-051-2/+32
| * gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher2020-06-051-4/+14
| * gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher2020-06-051-1/+3
| * gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher2020-06-051-1/+1
| * gfs2: Give up the iopen glock on contentionAndreas Gruenbacher2020-06-051-0/+51
| * gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher2020-06-051-2/+45
| * gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher2020-06-051-0/+19
| * gfs2: Allow ASPACE glocks to also have an lvbBob Peterson2020-06-051-4/+3
* | gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson2020-06-051-3/+4
* | gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson2020-06-051-9/+16
|/
* Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson2020-05-081-3/+0
* gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson2020-05-081-1/+2
* gfs2: Fix error exit in do_xmoteBob Peterson2020-05-081-1/+1
* gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher2020-03-271-5/+5
* gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson2020-02-271-2/+14
* gfs2: Don't demote a glock until its revokes are writtenBob Peterson2020-02-271-0/+3
* gfs2: Check for log write errors before telling dlm to unlockBob Peterson2020-02-271-3/+28
* gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson2020-02-271-2/+15
* gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson2020-02-271-3/+20
* gfs2: Allow some glocks to be used during withdrawBob Peterson2020-02-201-4/+29
* gfs2: Rework how rgrp buffer_heads are managedBob Peterson2020-02-101-8/+0
* gfs2: Remove GFS2_MIN_LVB_SIZE defineAndreas Gruenbacher2020-01-201-1/+1
* gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESSBob Peterson2019-11-151-1/+8
* gfs2: Introduce function gfs2_withdrawnBob Peterson2019-11-141-4/+3
* gfs2: Use async glocks for renameBob Peterson2019-09-041-2/+92
* gfs2: create function gfs2_glock_update_hold_timeAndreas Gruenbacher2019-09-041-6/+13
* gfs2: Fix possible fs name overflowsBob Peterson2019-09-031-1/+1
* gfs2: dump fsid when dumping glock problemsBob Peterson2019-06-271-13/+21
* gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson2019-06-271-3/+3
* gfs2: Use IS_ERR_OR_NULLKefeng Wang2019-06-271-1/+1
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* | Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson2019-06-061-2/+2
|/
* gfs2: Replace gl_revokes with a GLF flagBob Peterson2019-05-071-2/+2
* gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-071-0/+1
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-071-9/+13
* gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher2019-03-081-1/+1