summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-231-56/+14
* gfs2: Dump nrpages for inodes and their glocksBob Peterson2018-12-121-1/+1
* gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson2018-10-051-8/+9
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* gfs2: Stop using rhashtable_walk_peekAndreas Gruenbacher2018-04-121-19/+28
* gfs2: Glock dump performance regression fixAndreas Gruenbacher2018-02-011-22/+43
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-5/+2
* gfs2: Fix debugfs glocks dumpAndreas Gruenbacher2017-09-251-9/+5
* gfs2: constify rhashtable_paramsArvind Yadav2017-08-301-1/+1
* GFS2: Fix up some sparse warningsBob Peterson2017-08-251-3/+6
* gfs2: Clean up waiting on glocksAndreas Gruenbacher2017-08-101-20/+7
* gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher2017-08-101-1/+9
* gfs2: gfs2_glock_get: Wait on freeing glocksAndreas Gruenbacher2017-08-101-22/+104
* GFS2: Don't waste time locking lru_lock for non-lru glocksBob Peterson2017-08-091-0/+3
* gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2017-07-071-2/+9
* gfs2: Clean up glock work enqueuingAndreas Gruenbacher2017-07-051-50/+74
* GFS2: Allow glocks to be unlocked after withdrawBob Peterson2017-05-051-2/+4
* gfs2: Switch to rhashtable_lookup_get_insert_fastAndreas Gruenbacher2017-04-031-24/+21
* gfs2: Don't pack struct lm_locknameAndreas Gruenbacher2017-03-161-1/+1
* gfs2: Deduplicate gfs2_{glocks,glstats}_openAndreas Gruenbacher2017-03-161-17/+9
* gfs2: Replace rhashtable_walk_init with rhashtable_walk_enterAndreas Gruenbacher2017-03-161-1/+1
* GFS2: Prevent BUG from occurring when normal Withdraws occurBob Peterson2017-03-161-0/+2
* Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-231-0/+5
|\
| * gfs2: Add missing rcu locking for glock lookupAndrew Price2017-02-231-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-11/+17
|\ \
| * | gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu2017-02-171-11/+17