summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/log.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-12gfs2: Fix case in which ail writes are done to jdata holesBob Peterson1-0/+2
2020-10-15gfs2: make gfs2_ail1_empty_one return the count of active itemsBob Peterson1-4/+8
2020-10-15gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson1-1/+1
2020-10-15gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson1-2/+10
2020-10-14gfs2: Fix bad comment for trans_drainBob Peterson1-1/+1
2020-10-14gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher1-30/+31
2020-08-24gfs2: add some much needed cleanup for log flushes that failBob Peterson1-0/+31
2020-08-07gfs2: Fix inaccurate commentBob Peterson1-1/+1
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson1-6/+9
2020-06-30gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson1-0/+10
2020-06-05gfs2: fix use-after-free on transaction ail listsBob Peterson1-2/+9
2020-06-05gfs2: new slab for transactionsBob Peterson1-4/+5
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson1-2/+0
2020-06-05gfs2: instrumentation wrt log_flush stuckBob Peterson1-9/+25
2020-05-08gfs2: Grab glock reference sooner in gfs2_add_revokeAndreas Gruenbacher1-3/+3
2020-05-08gfs2: Fix use-after-free in gfs2_logd after withdrawBob Peterson1-0/+5
2020-03-30gfs2: Fix oversight in gfs2_ail1_flushBob Peterson1-1/+2
2020-03-27gfs2: instrumentation wrt ail1 stuckBob Peterson1-0/+40
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher1-3/+3
2020-03-06gfs2: Additional information when gfs2_ail1_flush withdrawsBob Peterson1-1/+4
2020-02-27gfs2: flesh out delayed withdraw for gfs2_log_flushBob Peterson1-4/+8
2020-02-27gfs2: drain the ail2 list after io errorsBob Peterson1-10/+61
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 Peterson1-1/+1
2020-02-27gfs2: Issue revokes more intelligentlyBob Peterson1-38/+36
2020-02-10gfs2: log error reformBob Peterson1-4/+12
2020-02-10gfs2: clear ail1 list when gfs2 withdrawsBob Peterson1-4/+13
2020-02-10gfs2: Introduce concept of a pending withdrawBob Peterson1-13/+8
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher1-8/+11
2020-01-28Revert "gfs2: eliminate tr_num_revoke_rm"Bob Peterson1-1/+2
2020-01-20gfs2: Fix incorrect variable nameAndreas Gruenbacher1-5/+5
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson1-8/+4
2019-11-21gfs2: Don't write log headers after file system withdrawBob Peterson1-1/+6
2019-11-14gfs2: fix infinite loop in gfs2_ail1_flush on io errorBob Peterson1-1/+2
2019-11-14gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson1-0/+8
2019-11-14gfs2: make gfs2_log_shutdown staticBob Peterson1-1/+3
2019-11-12gfs2: Remove active journal side effect from gfs2_write_log_headerAndreas Gruenbacher1-1/+2
2019-06-27gfs2: eliminate tr_num_revoke_rmBob Peterson1-2/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+1
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-07gfs2: read journal in large chunksAbhi Das1-2/+2
2019-05-07gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher1-7/+7
2019-05-07gfs2: Replace gl_revokes with a GLF flagBob Peterson1-1/+3
2019-05-07gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher1-1/+2
2019-05-07gfs2: clean_journal improperly set sd_log_flush_headBob Peterson1-8/+16
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson1-2/+2
2018-12-11gfs2: Remove vestigial bd_opsBob Peterson1-1/+0
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das1-2/+2
2018-12-11gfs2: changes to gfs2_log_XXX_bioAbhi Das1-2/+2