aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-59/+44
2020-02-07gfs2: switch to use of errorfc() et.al.Al Viro1-15/+15
2020-02-07fs_parse: handle optional arguments sanelyAl Viro1-28/+10
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-3/+3
2020-02-07fs_parse: get rid of ->enumsAl Viro1-15/+23
2020-02-06gfs2: fix O_SYNC write handlingAndreas Gruenbacher1-30/+21
2020-02-06gfs2: move setting current->backing_dev_infoChristoph Hellwig1-11/+10