summaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_fstype.c
AgeCommit message (Expand)Author
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson
2021-08-20gfs2: init system threads before freeze lockBob Peterson
2021-07-20gfs2: Fix memory leak of object lsi on error return pathColin Ian King
2021-06-28gfs2: Fix error handling in init_statfsAndreas Gruenbacher
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-04-03gfs2: Remove unused variable sb_formatAndreas Gruenbacher
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher
2021-02-08gfs2: Add trusted xattr supportAndreas Gruenbacher
2021-02-08gfs2: Enable rgrplvb for sb_fs_format 1802Andrew Price
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher
2021-01-25gfs2: Fix invalid block size messageAndrew Price
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-10-29gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson
2020-10-29gfs2: init_journal's undo directive should also undo the statfs inodesBob Peterson
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das
2020-10-15gfs2: add validation checks for size of superblockAnant Thazhemadam
2020-10-14gfs2: use-after-free in sysfs deregistrationJamie Iles
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson
2020-06-02gfs2: Allow lock_nolock mount to specify jid=XBob Peterson
2020-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
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-20gfs2: Allow some glocks to be used during withdrawBob Peterson
2020-02-10gfs2: move check_journal_clean to util.c for future useBob Peterson
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07gfs2: switch to use of errorfc() et.al.Al Viro
2020-02-07fs_parse: handle optional arguments sanelyAl Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson
2019-10-30gfs2: make gfs2_fs_parameters staticBen Dooks (Codethink)
2019-10-30gfs2: Fix initialisation of args for remountAndrew Price
2019-10-24gfs2: Fix memory leak when gfs2meta's fs_context is freedAndrew Price
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-18gfs2: Convert gfs2 to fs_contextAndrew Price
2019-09-04gfs2: Use async glocks for renameBob Peterson
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang
2019-06-27gfs2: Clean up freeing struct gfs2_sbdAndreas Gruenbacher
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-07gfs2: read journal in large chunksAbhi Das
2019-05-07gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher