summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/util.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher2024-04-291-3/+3
* gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2024-04-091-1/+0
* gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdrawAndreas Gruenbacher2024-04-091-1/+1
* gfs2: Remove unnecessary gfs2_meta_check_ii argumentAndreas Gruenbacher2024-04-091-3/+3
* gfs2: Get rid of newlines in log messagesAndreas Gruenbacher2024-04-091-24/+26
* gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher2023-12-201-2/+2
* gfs2: Fix withdraw raceAndreas Gruenbacher2023-09-051-12/+12
* gfs2: Fix asynchronous thread destructionAndreas Gruenbacher2023-09-051-11/+2
* gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher2023-09-051-1/+18
* gfs2: Add quota_change typeBob Peterson2023-07-031-3/+3
* gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher2023-07-031-6/+3
* gfs2: Rework freeze / thaw logicAndreas Gruenbacher2023-07-031-23/+9
* gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher2023-06-151-1/+1
* gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher2023-06-151-5/+5
* gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher2023-06-151-1/+1
* gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher2023-06-151-1/+1
* gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher2022-10-091-2/+4
|\
| * gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher2022-06-291-2/+4
* | gfs2: Dequeue waiters when withdrawnBob Peterson2022-08-251-0/+5
* | gfs2: Prevent double iput for journal on errorBob Peterson2022-08-251-0/+1
|/
* gfs2: dump glocks from gfs2_consist_OBJ_iBob Peterson2021-10-251-0/+2
* gfs2: Mark journal inodes as "don't cache"Bob Peterson2021-08-201-0/+1
* gfs2: Make recovery error more readableBob Peterson2021-08-201-1/+1
* gfs2: Clean up revokes on normal withdrawsBob Peterson2021-05-201-0/+1
* gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-9/+10
* gfs2: bypass signal_our_withdraw if no journalBob Peterson2021-03-121-5/+10
* gfs2: make function gfs2_make_fs_ro() to void typeYang Li2021-03-071-1/+1
* gfs2: fix glock confusion in function signal_our_withdrawBob Peterson2021-01-251-7/+9
* gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson2020-12-231-2/+16
* gfs2: Add common helper for holding and releasing the freeze glockBob Peterson2020-12-231-0/+25
* gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs onlyBob Peterson2020-12-031-1/+1
* gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price2020-10-141-1/+1
* gfs2: new slab for transactionsBob Peterson2020-06-051-0/+1
* gfs2: Fix BUG during unmount after file system withdrawBob Peterson2020-05-081-4/+6
* gfs2: flesh out delayed withdraw for gfs2_log_flushBob Peterson2020-02-271-6/+21
* gfs2: Add verbose option to check_journal_cleanBob Peterson2020-02-271-7/+16
* gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson2020-02-271-3/+180
* gfs2: move check_journal_clean to util.c for future useBob Peterson2020-02-101-0/+45
* gfs2: Introduce concept of a pending withdrawBob Peterson2020-02-101-7/+7
* gfs2: Return bool from gfs2_assert functionsAndreas Gruenbacher2020-02-101-15/+6
* gfs2: Turn gfs2_consist into void functionsAndreas Gruenbacher2020-02-101-15/+9
* gfs2: Remove usused cluster_wide arguments of gfs2_consist functionsAndreas Gruenbacher2020-02-101-3/+3
* gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher2020-02-101-59/+65
* gfs2: Introduce function gfs2_withdrawnBob Peterson2019-11-141-1/+1
* gfs2: Fix possible fs name overflowsBob Peterson2019-09-031-1/+1
* gfs2: dump fsid when dumping glock problemsBob Peterson2019-06-271-1/+3
* gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson2019-06-271-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* gfs2: slow the deluge of io error messagesBob Peterson2018-10-051-6/+7
* gfs2: improve debug information when lvb mismatches are foundBob Peterson2018-08-281-0/+3