summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-041-12/+3
|\
| * gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher2023-07-031-1/+1
| * gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher2023-07-031-1/+0
| * gfs2: Rework freeze / thaw logicAndreas Gruenbacher2023-07-031-3/+2
| * gfs2: Reconfiguring frozen filesystem already rejectedAndreas Gruenbacher2023-06-151-7/+0
| * gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher2023-06-151-2/+2
| * gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher2023-06-151-1/+1
* | gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
|/
* gfs2: Use gfs2_holder_initialized for jindexBob Peterson2023-04-181-6/+3
* gfs2: Evict inodes cooperativelyAndreas Gruenbacher2023-01-311-0/+51
* gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher2023-01-311-0/+9
* gfs2: Add SDF_DEACTIVATING super block flagBob Peterson2023-01-311-0/+1
* gfs2: Move delete workqueue into super blockAndreas Gruenbacher2023-01-311-1/+9
* gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher2022-10-091-6/+8
|\
| * gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher2022-06-291-6/+8
* | gfs2: Check sb_bsize_shift after reading superblockAndrew Price2022-09-201-1/+4
* | gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher2022-08-261-5/+7
* | gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher2022-06-291-2/+0
|/
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+1
* gfs2: Mark journal inodes as "don't cache"Bob Peterson2021-08-201-0/+1
* gfs2: Don't release and reacquire local statfs bhBob Peterson2021-08-201-0/+9
* gfs2: init system threads before freeze lockBob Peterson2021-08-201-0/+42
* gfs2: Fix memory leak of object lsi on error return pathColin Ian King2021-07-201-0/+1
* gfs2: Fix error handling in init_statfsAndreas Gruenbacher2021-06-281-0/+1
* gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-5/+2
* gfs2: Remove unused variable sb_formatAndreas Gruenbacher2021-04-031-1/+0
* gfs2: make function gfs2_make_fs_ro() to void typeYang Li2021-03-071-3/+1
*-. Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher2021-02-231-2/+7
|\ \
| | * gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher2021-02-221-0/+7
| | * gfs2: Get rid of sd_reserving_logAndreas Gruenbacher2021-02-031-2/+0
| |/
* | gfs2: Add trusted xattr supportAndreas Gruenbacher2021-02-081-1/+13
* | gfs2: Enable rgrplvb for sb_fs_format 1802Andrew Price2021-02-081-3/+10
* | gfs2: Fix invalid block size messageAndrew Price2021-01-251-1/+1
* | gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson2020-12-231-14/+17
* | gfs2: Add common helper for holding and releasing the freeze glockBob Peterson2020-12-231-4/+2
|/
* gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson2020-10-291-4/+8
* gfs2: init_journal's undo directive should also undo the statfs inodesBob Peterson2020-10-291-1/+1
* gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das2020-10-231-35/+98
* gfs2: add validation checks for size of superblockAnant Thazhemadam2020-10-151-7/+11
* gfs2: use-after-free in sysfs deregistrationJamie Iles2020-10-141-17/+5
* gfs2: The freeze glock should never be frozenBob Peterson2020-07-031-1/+2
* gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson2020-07-031-1/+11
* gfs2: Allow lock_nolock mount to specify jid=XBob Peterson2020-06-021-1/+1
* Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-03-311-46/+13
|\
| * gfs2: Add verbose option to check_journal_cleanBob Peterson2020-02-271-1/+1
| * gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson2020-02-271-3/+8
| * gfs2: Allow some glocks to be used during withdrawBob Peterson2020-02-201-0/+4
| * gfs2: move check_journal_clean to util.c for future useBob Peterson2020-02-101-42/+0
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-59/+44
|\ \ | |/ |/|
| * gfs2: switch to use of errorfc() et.al.Al Viro2020-02-071-15/+15