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