summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2024-11-261-66/+41
|\
| * gfs2: Prevent inode creation raceAndreas Gruenbacher2024-11-191-0/+7
| * gfs2: Randomize GLF_VERIFY_DELETE work delayAndreas Gruenbacher2024-11-051-1/+2
| * gfs2: Use mod_delayed_work in gfs2_queue_try_to_evictAndreas Gruenbacher2024-11-051-2/+1
| * gfs2: Update to the evict / remote delete documentationAndreas Gruenbacher2024-11-051-23/+8
| * gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inodeAndreas Gruenbacher2024-11-051-11/+2
| * gfs2: Clean up delete work processingAndreas Gruenbacher2024-11-051-7/+7
| * gfs2: Minor delete_work_func cleanupAndreas Gruenbacher2024-11-051-2/+3
| * gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETEAndreas Gruenbacher2024-11-051-2/+2
| * gfs2: Faster gfs2_upgrade_iopen_glock wakeupsAndreas Gruenbacher2024-11-051-16/+7
| * gfs2: Fix unlinked inode cleanupAndreas Gruenbacher2024-09-251-1/+1
| * gfs2: Allow immediate GLF_VERIFY_DELETE workAndreas Gruenbacher2024-09-251-5/+6
| * gfs2: Initialize gl_no_formal_ino earlierAndreas Gruenbacher2024-09-241-1/+0
| * gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETEAndreas Gruenbacher2024-09-241-7/+7
* | get rid of ...lookup...fdget_rcu() familyAl Viro2024-10-071-10/+2
|/
* gfs2: fix double destroy_workqueue errorJulian Sun2024-08-201-0/+1
* gfs2: Minor gfs2_glock_cb cleanupAndreas Gruenbacher2024-08-201-3/+5
* gfs2: Clean up glock demote logicAndreas Gruenbacher2024-07-091-6/+6
* gfs2: Get rid of demote_ok checksAndreas Gruenbacher2024-05-291-22/+1
* Revert "GFS2: Don't add all glocks to the lru"Andreas Gruenbacher2024-05-291-7/+0
* gfs2: Revise glock reference counting modelAndreas Gruenbacher2024-05-291-26/+30
* gfs2: Switch to a per-filesystem glock workqueueAndreas Gruenbacher2024-05-291-13/+7
* gfs2: Report when glocks cannot be freed for a long timeAndreas Gruenbacher2024-05-291-3/+15
* gfs2: gfs2_glock_get cleanupAndreas Gruenbacher2024-05-291-20/+13
* gfs2: Invert the GLF_INITIAL flagAndreas Gruenbacher2024-05-291-2/+4
* gfs2: Remove outdated comment in glock_work_funcAndreas Gruenbacher2024-05-291-5/+1
* gfs2: Rename handle_callback to request_demoteAndreas Gruenbacher2024-05-281-10/+10
* gfs2: Rename GLF_FROZEN to GLF_HAVE_FROZEN_REPLYAndreas Gruenbacher2024-05-281-4/+4
* gfs2: Rename GLF_REPLY_PENDING to GLF_HAVE_REPLYAndreas Gruenbacher2024-05-281-7/+7
* gfs2: Rename GLF_FREEING to GLF_UNLOCKEDAndreas Gruenbacher2024-05-281-1/+1
* gfs2: Remove useless return statement in run_queueAndreas Gruenbacher2024-05-281-1/+0
* gfs2: Remove unnecessary function prototypeAndreas Gruenbacher2024-05-281-1/+0
* Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-1/+1
|\
| * gfs2: more obvious initializations of mapping->hostAl Viro2024-05-031-1/+1
* | gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher2024-04-241-20/+15
* | gfs2: do_xmote fixesAndreas Gruenbacher2024-04-241-19/+25
* | gfs2: finish_xmote cleanupAndreas Gruenbacher2024-04-241-8/+13
* | gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher2024-04-241-3/+32
* | gfs2: Remove ill-placed consistency checkAndreas Gruenbacher2024-04-241-1/+0
* | gfs2: Fix lru_count accountingAndreas Gruenbacher2024-04-241-14/+13
* | gfs2: Fix "Make glock lru list scanning safer"Andreas Gruenbacher2024-04-091-11/+13
* | Revert "gfs2: fix glock shrinker ref issues"Andreas Gruenbacher2024-04-091-3/+1
* | gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2024-04-091-1/+3
* | gfs2: Get rid of unnecessary test_and_set_bitAndreas Gruenbacher2024-04-091-1/+2
* | gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher2024-04-091-2/+1
* | gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher2024-04-091-10/+17
|/
* Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-101-5/+42
|\
| * gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher2023-12-201-4/+4
| * gfs2: Mark withdraws as unlikelyAndreas Gruenbacher2023-12-201-2/+2
| * gfs2: Add GL_NOBLOCK flagAndreas Gruenbacher2023-12-181-1/+38