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