summaryrefslogtreecommitdiff
path: root/fs/gfs2/util.c
AgeCommit message (Expand)Author
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-09-05gfs2: Fix withdraw raceAndreas Gruenbacher
2023-09-05gfs2: Fix asynchronous thread destructionAndreas Gruenbacher
2023-09-05gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher
2023-07-03gfs2: Add quota_change typeBob Peterson
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher
2023-06-15gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher
2023-06-15gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher
2023-06-15gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher
2023-06-15gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher
2022-08-25gfs2: Dequeue waiters when withdrawnBob Peterson
2022-08-25gfs2: Prevent double iput for journal on errorBob Peterson
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher
2021-10-25gfs2: dump glocks from gfs2_consist_OBJ_iBob Peterson
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson
2021-08-20gfs2: Make recovery error more readableBob Peterson
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-03-12gfs2: bypass signal_our_withdraw if no journalBob Peterson
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li
2021-01-25gfs2: fix glock confusion in function signal_our_withdrawBob Peterson
2020-12-23gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson
2020-12-23gfs2: Add common helper for holding and releasing the freeze glockBob Peterson
2020-12-03gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs onlyBob Peterson
2020-10-14gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price
2020-06-05gfs2: new slab for transactionsBob Peterson
2020-05-08gfs2: Fix BUG during unmount after file system withdrawBob Peterson
2020-02-27gfs2: flesh out delayed withdraw for gfs2_log_flushBob Peterson
2020-02-27gfs2: Add verbose option to check_journal_cleanBob Peterson
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson
2020-02-10gfs2: move check_journal_clean to util.c for future useBob Peterson
2020-02-10gfs2: Introduce concept of a pending withdrawBob Peterson
2020-02-10gfs2: Return bool from gfs2_assert functionsAndreas Gruenbacher
2020-02-10gfs2: Turn gfs2_consist into void functionsAndreas Gruenbacher
2020-02-10gfs2: Remove usused cluster_wide arguments of gfs2_consist functionsAndreas Gruenbacher
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson
2019-09-03gfs2: Fix possible fs name overflowsBob Peterson
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2018-10-05gfs2: slow the deluge of io error messagesBob Peterson
2018-08-28gfs2: improve debug information when lvb mismatches are foundBob Peterson
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-03-24GFS2: ignore unlock failures after withdrawBenjamin Marzinski
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson