aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/util.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-2/+2
2023-09-05gfs2: Fix withdraw raceAndreas Gruenbacher1-12/+12
2023-09-05gfs2: Fix asynchronous thread destructionAndreas Gruenbacher1-11/+2
2023-09-05gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher1-1/+18
2023-07-03gfs2: Add quota_change typeBob Peterson1-3/+3
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher1-6/+3
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher1-23/+9
2023-06-15gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher1-1/+1
2023-06-15gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher1-5/+5
2023-06-15gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher1-1/+1
2023-06-15gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher1-1/+1
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher1-2/+4
2022-08-25gfs2: Dequeue waiters when withdrawnBob Peterson1-0/+5
2022-08-25gfs2: Prevent double iput for journal on errorBob Peterson1-0/+1
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher1-2/+4
2021-10-25gfs2: dump glocks from gfs2_consist_OBJ_iBob Peterson1-0/+2
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson1-0/+1
2021-08-20gfs2: Make recovery error more readableBob Peterson1-1/+1
2021-05-20gfs2: Clean up revokes on normal withdrawsBob Peterson1-0/+1
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-9/+10
2021-03-12gfs2: bypass signal_our_withdraw if no journalBob Peterson1-5/+10
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li1-1/+1
2021-01-25gfs2: fix glock confusion in function signal_our_withdrawBob Peterson1-7/+9
2020-12-23gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson1-2/+16
2020-12-23gfs2: Add common helper for holding and releasing the freeze glockBob Peterson1-0/+25
2020-12-03gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs onlyBob Peterson1-1/+1
2020-10-14gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price1-1/+1
2020-06-05gfs2: new slab for transactionsBob Peterson1-0/+1
2020-05-08gfs2: Fix BUG during unmount after file system withdrawBob Peterson1-4/+6
2020-02-27gfs2: flesh out delayed withdraw for gfs2_log_flushBob Peterson1-6/+21
2020-02-27gfs2: Add verbose option to check_journal_cleanBob Peterson1-7/+16
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson1-3/+180
2020-02-10gfs2: move check_journal_clean to util.c for future useBob Peterson1-0/+45
2020-02-10gfs2: Introduce concept of a pending withdrawBob Peterson1-7/+7
2020-02-10gfs2: Return bool from gfs2_assert functionsAndreas Gruenbacher1-15/+6
2020-02-10gfs2: Turn gfs2_consist into void functionsAndreas Gruenbacher1-15/+9
2020-02-10gfs2: Remove usused cluster_wide arguments of gfs2_consist functionsAndreas Gruenbacher1-3/+3
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher1-59/+65
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson1-1/+1
2019-09-03gfs2: Fix possible fs name overflowsBob Peterson1-1/+1
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson1-1/+3
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2018-10-05gfs2: slow the deluge of io error messagesBob Peterson1-6/+7
2018-08-28gfs2: improve debug information when lvb mismatches are foundBob Peterson1-0/+3
2018-06-21gfs2: Don't withdraw under a spin lockAndreas Gruenbacher1-18/+20
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-03-24GFS2: ignore unlock failures after withdrawBenjamin Marzinski1-0/+1
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson1-1/+0
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson1-0/+1
2014-03-07GFS2: Convert gfs2_lm_withdraw to use fs_errJoe Perches1-45/+42
2014-03-07GFS2: Use fs_<level> more oftenJoe Perches1-3/+3
2014-03-07GFS2: Use pr_<level> more consistentlyJoe Perches1-6/+6
2014-03-06GFS2: global conversion to pr_foo()Fabian Frederick1-4/+2
2013-10-02GFS2: Move gfs2_icbit_munge into quota.cSteven Whitehouse1-20/+0
2013-02-13GFS2: Reinstate withdraw ack systemSteven Whitehouse1-0/+3
2012-04-24GFS2: Clean up log write code pathSteven Whitehouse1-1/+1
2012-04-24GFS2: Use slab for block reservation memoryBob Peterson1-0/+1
2012-03-08GFS2: Remove a __GFP_NOFAIL allocationSteven Whitehouse1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-01GFS2: Metadata address space clean upSteven Whitehouse1-0/+1
2009-08-24GFS2: Add "-o errors=panic|withdraw" mount optionsBob Peterson1-14/+27
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse1-3/+8
2009-01-05GFS2: Clean up & move gfs2_quotadSteven Whitehouse1-0/+1
2008-03-31[GFS2] Remove lm.[ch] and distribute contentSteven Whitehouse1-1/+22
2008-03-31[GFS2] Allocate gfs2_rgrpd from slab memoryBob Peterson1-0/+1
2007-07-09[GFS2] Fix sign problem in quota/statfs and cleanup _host structuresSteven Whitehouse1-1/+1
2007-07-09[GFS2] Clean up inode number handlingSteven Whitehouse1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-3/+3
2006-09-19[GFS2] Export lm_interface to kernel headersFabio Massimo Di Nitto1-1/+1
2006-09-04[GFS2] Change all types to uX styleSteven Whitehouse1-1/+1
2006-09-01[GFS2] Update copyright, tidy up incore.hSteven Whitehouse1-1/+1
2006-06-14[GFS2] Fix unlinked file handlingSteven Whitehouse1-1/+1
2006-05-24[GFS2] Casts for printing 64bit numbersSteven Whitehouse1-5/+6
2006-05-18[GFS2] Update copyright date to 2006Steven Whitehouse1-1/+1
2006-05-18[GFS2] Remove semaphore.h from C filesSteven Whitehouse1-1/+0
2006-04-21[GFS2] Move BUG() back into the header fileSteven Whitehouse1-1/+0
2006-04-21[GFS2] Add back missing BUG()Steven Whitehouse1-0/+1
2006-03-28[GFS2] Further updates to dir and logging codeSteven Whitehouse1-5/+0
2006-02-27[GFS2] Macros removal in gfs2.hSteven Whitehouse1-0/+4
2006-02-08[GFS2] Make journaled data files identical to normal files on diskSteven Whitehouse1-0/+3
2006-01-18[GFS2] Remove unused code from various filesSteven Whitehouse1-30/+0
2006-01-16[GFS2] The core of GFS2David Teigland1-0/+273