summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-02-10gfs2: Return bool from gfs2_assert functionsAndreas Gruenbacher2-25/+24
2020-02-10gfs2: Turn gfs2_consist into void functionsAndreas Gruenbacher2-21/+15
2020-02-10gfs2: Remove usused cluster_wide arguments of gfs2_consist functionsAndreas Gruenbacher2-9/+9
2020-02-10gfs2: Report errors before withdrawAndreas Gruenbacher1-25/+23
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher5-70/+82
2020-02-06gfs2: fix O_SYNC write handlingAndreas Gruenbacher1-30/+21
2020-02-06gfs2: move setting current->backing_dev_infoChristoph Hellwig1-11/+10
2020-02-06gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0Abhi Das1-1/+1
2020-01-28Revert "gfs2: eliminate tr_num_revoke_rm"Bob Peterson3-4/+6
2020-01-21gfs2: remove unused LBIT macrosAlex Shi1-10/+0
2020-01-21fs/gfs2: remove unused IS_DINODE and IS_LEAF macrosAlex Shi1-3/+0
2020-01-20gfs2: Remove GFS2_MIN_LVB_SIZE defineAndreas Gruenbacher2-3/+1
2020-01-20gfs2: Fix incorrect variable nameAndreas Gruenbacher2-6/+6
2020-01-15gfs2: Avoid access time thrashing in gfs2_inode_lookupAndreas Gruenbacher1-5/+5
2020-01-08gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepageBob Peterson1-3/+1
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson7-14/+12
2020-01-07gfs2: Another gfs2_find_jhead fixAndreas Gruenbacher1-24/+44
2019-12-05Merge tag 'gfs2-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds19-92/+152
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+30
2019-11-30Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-3/+6
2019-11-21gfs2: Don't write log headers after file system withdrawBob Peterson1-1/+6