summaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_fstype.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-18gfs2: Use gfs2_holder_initialized for jindexBob Peterson1-6/+3
2023-02-01gfs2: Evict inodes cooperativelyAndreas Gruenbacher1-0/+51
2023-02-01gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher1-0/+9
2023-02-01gfs2: Add SDF_DEACTIVATING super block flagBob Peterson1-0/+1
2023-02-01gfs2: Move delete workqueue into super blockAndreas Gruenbacher1-1/+9
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher1-6/+8
2022-09-20gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-08-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-5/+7
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher1-2/+0
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher1-6/+8
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+1
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson1-0/+1
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson1-0/+9
2021-08-20gfs2: init system threads before freeze lockBob Peterson1-0/+42
2021-07-20gfs2: Fix memory leak of object lsi on error return pathColin Ian King1-0/+1
2021-06-28gfs2: Fix error handling in init_statfsAndreas Gruenbacher1-0/+1
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-5/+2
2021-04-03gfs2: Remove unused variable sb_formatAndreas Gruenbacher1-1/+0
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li1-3/+1
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher1-2/+7
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher1-0/+7
2021-02-08gfs2: Add trusted xattr supportAndreas Gruenbacher1-1/+13
2021-02-08gfs2: Enable rgrplvb for sb_fs_format 1802Andrew Price1-3/+10
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher1-2/+0
2021-01-25gfs2: Fix invalid block size messageAndrew Price1-1/+1
2020-12-23gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson1-14/+17
2020-12-23gfs2: Add common helper for holding and releasing the freeze glockBob Peterson1-4/+2
2020-10-30gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson1-4/+8
2020-10-30gfs2: init_journal's undo directive should also undo the statfs inodesBob Peterson1-1/+1
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das1-35/+98
2020-10-15gfs2: add validation checks for size of superblockAnant Thazhemadam1-7/+11
2020-10-15gfs2: use-after-free in sysfs deregistrationJamie Iles1-17/+5
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson1-1/+2
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson1-1/+11
2020-06-02gfs2: Allow lock_nolock mount to specify jid=XBob Peterson1-1/+1
2020-04-01Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds1-46/+13
2020-02-27gfs2: Add verbose option to check_journal_cleanBob Peterson1-1/+1
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson1-3/+8
2020-02-20gfs2: Allow some glocks to be used during withdrawBob Peterson1-0/+4
2020-02-10gfs2: move check_journal_clean to util.c for future useBob Peterson1-42/+0
2020-02-09Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-59/+44
2020-02-07gfs2: switch to use of errorfc() et.al.Al Viro1-15/+15
2020-02-07fs_parse: handle optional arguments sanelyAl Viro1-28/+10
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-3/+3
2020-02-07fs_parse: get rid of ->enumsAl Viro1-15/+23
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson1-0/+2
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson1-2/+1
2019-10-30gfs2: make gfs2_fs_parameters staticBen Dooks (Codethink)1-1/+1