aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+2
2022-07-22gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig1-3/+2
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche1-2/+2
2021-08-19gfs2: tiny cleanup in gfs2_log_reserveBob Peterson1-1/+1
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson1-3/+3
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-10/+13
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-9/+8
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+1
2021-04-03gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extentAndreas Gruenbacher1-1/+5
2021-03-12gfs2: bypass log flush if the journal is not liveBob Peterson1-1/+1
2021-03-07gfs2: fix use-after-free in trans_drainBob Peterson1-0/+4
2021-02-23gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flushBob Peterson1-2/+7
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.gitAndreas Gruenbacher1-219/+290
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher1-24/+90
2021-02-22gfs2: Rework the log space allocation logicAndreas Gruenbacher1-67/+95
2021-02-22gfs2: Minor calc_reserved cleanupAndreas Gruenbacher1-8/+5
2021-02-03gfs2: Move function gfs2_ail_empty_trAndreas Gruenbacher1-17/+17
2021-02-03gfs2: Get rid of current_tail()Andreas Gruenbacher1-34/+38
2021-02-03gfs2: Clean up gfs2_log_reserveAndreas Gruenbacher1-33/+25
2021-02-03gfs2: Don't wait for journal flush in clean_journalAndreas Gruenbacher1-3/+2
2021-02-03gfs2: Move lock flush locking to gfs2_trans_{begin,end}Andreas Gruenbacher1-25/+3
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher1-7/+10
2021-02-03gfs2: Clean up on-stack transactionsAndreas Gruenbacher1-1/+1
2021-01-25gfs2: keep bios separate for each journalBob Peterson1-3/+3
2021-01-25Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal"Bob Peterson1-1/+0
2021-01-19gfs2: Clean up ail2_emptyAndreas Gruenbacher1-17/+21
2021-01-19gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher1-2/+2
2021-01-19gfs2: Some documentation updatesAndreas Gruenbacher1-13/+11
2021-01-19gfs2: Minor gfs2_write_revokes cleanupsAndreas Gruenbacher1-3/+5
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