aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/log.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07gfs2: prevent NULL pointer dereference during unmountAndreas Gruenbacher1-2/+3
2026-04-07gfs2: gfs2_log_flush withdraw fixesAndreas Gruenbacher1-8/+17
2026-04-07gfs2: add some missing log lockingAndreas Gruenbacher1-8/+20
2026-04-07gfs2: fix address space truncation during withdrawAndreas Gruenbacher1-6/+11
2026-03-23gfs2: Remove trans_drain code duplicationAndreas Gruenbacher1-23/+18
2026-03-23gfs2: Move gfs2_remove_from_journal to log.cAndreas Gruenbacher1-1/+36
2026-03-23gfs2: Get rid of gfs2_log_[un]lock helpersAndreas Gruenbacher1-6/+6
2026-01-26gfs2: Initialize bio->bi_opf earlyAndreas Gruenbacher1-3/+4
2026-01-26gfs2: Rename gfs2_log_submit_{bio -> write}Andreas Gruenbacher1-2/+2
2025-11-26gfs2: Kill gfs2_io_error_bh_wdAndreas Gruenbacher1-6/+2
2025-11-26gfs2: Withdraw immediately on log write errorsAndreas Gruenbacher1-12/+0
2025-11-26gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher1-11/+11
2025-11-26gfs2: Get rid of delayed withdrawsAndreas Gruenbacher1-16/+5
2025-05-22gfs2: Don't start unnecessary transactions during log flushAndreas Gruenbacher1-1/+6
2024-09-02gfs2: Remove __gfs2_writepage()Matthew Wilcox (Oracle)1-10/+2
2024-04-09gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher1-1/+1
2024-04-09gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher1-1/+2
2023-12-27gfs2: Fix freeze consistency check in log_write_headerAndreas Gruenbacher1-1/+2
2023-12-21gfs2: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao1-3/+1
2023-12-21gfs2: Add missing set_freezable() for freezable kthreadKevin Hao1-0/+1
2023-12-20gfs2: Lift withdraw check out of gfs2_ail1_emptyAndreas Gruenbacher1-5/+12
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-10/+11
2023-12-20gfs2: Minor gfs2_ail1_empty cleanupAndreas Gruenbacher1-8/+9
2023-09-05gfs2: Sanitize kthread stoppingAndreas Gruenbacher1-5/+4
2023-09-05gfs2: journal flush threshold fixes and cleanupAndreas Gruenbacher1-18/+16
2023-09-05gfs2: Fix logd wakeup on I/O errorAndreas Gruenbacher1-0/+1
2023-09-05gfs2: low-memory forced flush fixesAndreas Gruenbacher1-4/+4
2023-09-05gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher1-12/+5
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher1-5/+4
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher1-2/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-01-22Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher1-1/+10
2023-01-18gfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)1-1/+1
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/gf...Linus 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...Andreas 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