summaryrefslogtreecommitdiff
path: root/fs/gfs2/log.c
AgeCommit message (Expand)Author
2023-12-27gfs2: Fix freeze consistency check in log_write_headerAndreas Gruenbacher
2023-12-21gfs2: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao
2023-12-21gfs2: Add missing set_freezable() for freezable kthreadKevin Hao
2023-12-20gfs2: Lift withdraw check out of gfs2_ail1_emptyAndreas Gruenbacher
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-12-20gfs2: Minor gfs2_ail1_empty cleanupAndreas Gruenbacher
2023-09-05gfs2: Sanitize kthread stoppingAndreas Gruenbacher
2023-09-05gfs2: journal flush threshold fixes and cleanupAndreas Gruenbacher
2023-09-05gfs2: Fix logd wakeup on I/O errorAndreas Gruenbacher
2023-09-05gfs2: low-memory forced flush fixesAndreas Gruenbacher
2023-09-05gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-01-22Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher
2023-01-18gfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-07-22gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig
2022-07-14fs/gfs2: Use the enum req_op and blk_opf_t typesBart Van Assche
2021-08-19gfs2: tiny cleanup in gfs2_log_reserveBob Peterson
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-03gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extentAndreas Gruenbacher
2021-03-12gfs2: bypass log flush if the journal is not liveBob Peterson
2021-03-07gfs2: fix use-after-free in trans_drainBob Peterson
2021-02-23gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flushBob Peterson
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher
2021-02-22gfs2: Rework the log space allocation logicAndreas Gruenbacher
2021-02-22gfs2: Minor calc_reserved cleanupAndreas Gruenbacher
2021-02-03gfs2: Move function gfs2_ail_empty_trAndreas Gruenbacher
2021-02-03gfs2: Get rid of current_tail()Andreas Gruenbacher
2021-02-03gfs2: Clean up gfs2_log_reserveAndreas Gruenbacher
2021-02-03gfs2: Don't wait for journal flush in clean_journalAndreas Gruenbacher
2021-02-03gfs2: Move lock flush locking to gfs2_trans_{begin,end}Andreas Gruenbacher
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher
2021-02-03gfs2: Clean up on-stack transactionsAndreas Gruenbacher
2021-01-25gfs2: keep bios separate for each journalBob Peterson
2021-01-25Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal"Bob Peterson
2021-01-19gfs2: Clean up ail2_emptyAndreas Gruenbacher
2021-01-19gfs2: Rename gfs2_{write => flush}_revokesAndreas Gruenbacher
2021-01-19gfs2: Some documentation updatesAndreas Gruenbacher
2021-01-19gfs2: Minor gfs2_write_revokes cleanupsAndreas Gruenbacher
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