aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2/glock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)1-2/+1
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-5/+7
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-4/+6
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-03gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson1-1/+1
2021-02-17gfs2: Allow node-wide exclusive glock sharingBob Peterson1-3/+19
2020-12-01Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher1-8/+0
2020-11-24gfs2: set lockdep subclass for iopen glocksAlexander Aring1-0/+1
2020-11-03gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring1-1/+2
2020-10-20gfs2: Only access gl_delete for iopen glocksBob Peterson1-4/+7
2020-10-20gfs2: Fix comments to glock_hash_walkBob Peterson1-2/+1
2020-10-15gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson1-8/+3
2020-10-14gfs2: call truncate_inode_pages_final for address space glocksBob Peterson1-1/+6
2020-10-14gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-18/+2
2020-08-03gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher1-1/+3
2020-08-03gfs2: Add some flags missing from glock outputBob Peterson1-0/+6
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher1-1/+4
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher1-11/+165
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher1-2/+32
2020-06-05gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher1-4/+14
2020-06-05gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher1-1/+3
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher1-1/+1
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher1-0/+51
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher1-2/+45
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher1-0/+19
2020-06-05gfs2: Allow ASPACE glocks to also have an lvbBob Peterson1-4/+3
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson1-3/+4
2020-06-05gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson1-9/+16
2020-05-08Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson1-3/+0
2020-05-08gfs2: If go_sync returns error, withdraw but skip invalidateBob Peterson1-1/+2
2020-05-08gfs2: Fix error exit in do_xmoteBob Peterson1-1/+1
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher1-5/+5
2020-02-27gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson1-2/+14
2020-02-27gfs2: Don't demote a glock until its revokes are writtenBob Peterson1-0/+3
2020-02-27gfs2: Check for log write errors before telling dlm to unlockBob Peterson1-3/+28
2020-02-27gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson1-2/+15
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson1-3/+20
2020-02-20gfs2: Allow some glocks to be used during withdrawBob Peterson1-4/+29
2020-02-10gfs2: Rework how rgrp buffer_heads are managedBob Peterson1-8/+0
2020-01-20gfs2: Remove GFS2_MIN_LVB_SIZE defineAndreas Gruenbacher1-1/+1
2019-11-15gfs2: Close timing window with GLF_INVALIDATE_IN_PROGRESSBob Peterson1-1/+8
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson1-4/+3
2019-09-04gfs2: Use async glocks for renameBob Peterson1-2/+92
2019-09-04gfs2: create function gfs2_glock_update_hold_timeAndreas Gruenbacher1-6/+13
2019-09-03gfs2: Fix possible fs name overflowsBob Peterson1-1/+1
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson1-13/+21
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson1-3/+3
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson1-2/+2