summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2024-07-09gfs2: Clean up glock demote logicAndreas Gruenbacher1-6/+6
2024-06-20gfs2: Revert "check for no eligible quota changes"Andreas Gruenbacher1-20/+0
2024-06-20gfs2: Be more careful with the quota sync generationAndreas Gruenbacher1-8/+19
2024-06-20gfs2: Get rid of some unnecessary quota lockingAndreas Gruenbacher3-28/+27
2024-06-12gfs2: Add some missing quota lockingAndreas Gruenbacher1-29/+53
2024-06-08gfs2: Fold qd_fish into gfs2_quota_syncAndreas Gruenbacher1-48/+29
2024-06-08gfs2: quota need_sync cleanupAndreas Gruenbacher1-14/+12
2024-06-08gfs2: Fix and clean up function do_qcAndreas Gruenbacher1-13/+21
2024-06-08gfs2: Revert "Add quota_change type"Andreas Gruenbacher2-15/+10
2024-06-08gfs2: Revert "ignore negated quota changes"Andreas Gruenbacher1-11/+0
2024-06-08gfs2: qd_check_sync cleanupsAndreas Gruenbacher1-18/+22
2024-06-08gfs2: Revert "introduce qd_bh_get_or_undo"Andreas Gruenbacher1-19/+17
2024-06-07gfs2: Check quota consistency on mountAndreas Gruenbacher1-6/+31
2024-06-04gfs2: Minor gfs2_quota_init error path cleanupAndreas Gruenbacher1-9/+7
2024-05-29gfs2: Get rid of demote_ok checksAndreas Gruenbacher3-41/+1
2024-05-29Revert "GFS2: Don't add all glocks to the lru"Andreas Gruenbacher3-12/+4
2024-05-29gfs2: Revise glock reference counting modelAndreas Gruenbacher3-28/+30
2024-05-29gfs2: Switch to a per-filesystem glock workqueueAndreas Gruenbacher3-15/+18
2024-05-29gfs2: Report when glocks cannot be freed for a long timeAndreas Gruenbacher1-3/+15
2024-05-29gfs2: gfs2_glock_get cleanupAndreas Gruenbacher1-20/+13
2024-05-29gfs2: Invert the GLF_INITIAL flagAndreas Gruenbacher3-10/+22
2024-05-29gfs2: Remove outdated comment in glock_work_funcAndreas Gruenbacher1-5/+1
2024-05-28gfs2: Rename handle_callback to request_demoteAndreas Gruenbacher1-10/+10
2024-05-28gfs2: Rename GLF_FROZEN to GLF_HAVE_FROZEN_REPLYAndreas Gruenbacher3-6/+6
2024-05-28gfs2: Rename GLF_REPLY_PENDING to GLF_HAVE_REPLYAndreas Gruenbacher3-9/+9
2024-05-28gfs2: Rename GLF_FREEING to GLF_UNLOCKEDAndreas Gruenbacher5-16/+16
2024-05-28gfs2: Remove useless return statement in run_queueAndreas Gruenbacher1-1/+0
2024-05-28gfs2: Remove unnecessary function prototypeAndreas Gruenbacher1-1/+0
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2024-05-14Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds18-258/+320
2024-05-07gfs2: make timeout values more explicitWolfram Sang1-3/+2
2024-05-03gfs2: Convert gfs2_aspace_writepage() to use a folioMatthew Wilcox (Oracle)1-8/+8
2024-05-03gfs2: Add a migrate_folio operation for journalled filesMatthew Wilcox (Oracle)1-2/+2
2024-05-03gfs2: more obvious initializations of mapping->hostAl Viro2-2/+2
2024-05-02gfs2: Simplify gfs2_read_superMatthew Wilcox (Oracle)1-33/+13
2024-04-29gfs2: Convert gfs2_page_mkwrite() to use a folioMatthew Wilcox (Oracle)1-29/+30
2024-04-29gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher4-11/+11
2024-04-24gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher1-20/+15
2024-04-24gfs2: do_xmote fixesAndreas Gruenbacher1-19/+25
2024-04-24gfs2: finish_xmote cleanupAndreas Gruenbacher1-8/+13
2024-04-24gfs2: Unlock fewer glocks on unmountAndreas Gruenbacher1-2/+8
2024-04-24gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher6-16/+57
2024-04-24gfs2: Remove ill-placed consistency checkAndreas Gruenbacher1-1/+0
2024-04-24gfs2: Fix lru_count accountingAndreas Gruenbacher1-14/+13
2024-04-09gfs2: Fix "Make glock lru list scanning safer"Andreas Gruenbacher1-11/+13
2024-04-09Revert "gfs2: fix glock shrinker ref issues"Andreas Gruenbacher1-3/+1
2024-04-09gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2-2/+3
2024-04-09gfs2: Get rid of unnecessary test_and_set_bitAndreas Gruenbacher1-1/+2
2024-04-09gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher1-2/+1
2024-04-09gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher4-14/+21