summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton2021-05-311-1/+1
* gfs2: fix a deadlock on withdraw-during-mountBob Peterson2021-05-201-3/+21
* gfs2: fix scheduling while atomic bug in glocksBob Peterson2021-05-201-0/+2
* mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-051-2/+1
* Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-04-291-5/+7
|\
| * gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-4/+6
| * gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson2021-04-031-1/+1
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/
* 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