aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher1-3/+3
2020-05-08gfs2: don't call quota_unhold if quotas are not lockedBob Peterson1-2/+1
2020-05-08gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2-3/+3
2020-05-08gfs2: remove check for quotas on in gfs2_quota_checkBob Peterson1-3/+0
2020-05-08gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_changeBob Peterson1-1/+3
2020-05-08gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson2-4/+4
2020-05-08gfs2: More gfs2_find_jhead fixesAndreas Gruenbacher1-7/+12
2020-05-08gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher1-7/+9
2020-05-08gfs2: Fix use-after-free in gfs2_logd after withdrawBob Peterson1-0/+5
2020-05-08gfs2: Fix BUG during unmount after file system withdrawBob Peterson1-4/+6
2020-05-08gfs2: Fix error exit in do_xmoteBob Peterson1-1/+1
2020-05-06gfs2: fix withdraw sequence deadlockBob Peterson1-1/+1
2020-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds27-509/+1168
2020-03-30gfs2: Fix oversight in gfs2_ail1_flushBob Peterson1-1/+2
2020-03-27gfs2: change from write to read lock for sd_log_flush_lock in journal replayBob Peterson1-2/+2
2020-03-27gfs2: instrumentation wrt ail1 stuckBob Peterson1-0/+40
2020-03-27gfs2: don't lock sd_log_flush_lock in try_rgrp_unlinkBob Peterson1-2/+0
2020-03-27gfs2: Remove unnecessary gfs2_qa_{get,put} pairsAndreas Gruenbacher1-27/+1
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher6-9/+13
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson10-58/+101
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson8-27/+17
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher7-19/+19
2020-03-27gfs2: Clean up inode initialization and teardownAndreas Gruenbacher2-27/+19
2020-03-12gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro1-1/+1
2020-03-06gfs2: Additional information when gfs2_ail1_flush withdrawsBob Peterson1-1/+4
2020-02-27gfs2: leaf_dealloc needs to allocate one more revokeBob Peterson1-1/+2
2020-02-27gfs2: allow journal replay to hold sd_log_flush_lockBob Peterson1-0/+5
2020-02-27gfs2: don't allow releasepage to free bd still used for revokesBob Peterson1-3/+8
2020-02-27gfs2: flesh out delayed withdraw for gfs2_log_flushBob Peterson3-12/+41
2020-02-27gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson3-14/+34
2020-02-27gfs2: Don't demote a glock until its revokes are writtenBob Peterson1-0/+3
2020-02-27gfs2: drain the ail2 list after io errorsBob Peterson2-10/+65
2020-02-27gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages failsBob Peterson1-7/+13
2020-02-27gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson3-2/+28
2020-02-27gfs2: Check for log write errors before telling dlm to unlockBob Peterson1-3/+28
2020-02-27gfs2: Prepare to withdraw as soon as an IO error occurs in log writeBob Peterson1-0/+3
2020-02-27gfs2: Issue revokes more intelligentlyBob Peterson1-38/+36
2020-02-27gfs2: Add verbose option to check_journal_cleanBob Peterson3-9/+20
2020-02-27gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson2-5/+15
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson11-31/+390
2020-02-20gfs2: Allow some glocks to be used during withdrawBob Peterson4-10/+45
2020-02-10gfs2: move check_journal_clean to util.c for future useBob Peterson3-42/+46
2020-02-10gfs2: Ignore dlm recovery requests if gfs2 is withdrawnBob Peterson2-0/+23
2020-02-10gfs2: Only complain the first time an io error occurs in quota or logBob Peterson2-4/+5
2020-02-10gfs2: log error reformBob Peterson3-9/+16
2020-02-10gfs2: Rework how rgrp buffer_heads are managedBob Peterson5-36/+6
2020-02-10gfs2: clear ail1 list when gfs2 withdrawsBob Peterson1-4/+13
2020-02-10gfs2: Introduce concept of a pending withdrawBob Peterson4-21/+27