summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fs_parse: handle optional arguments sanelyAl Viro2020-02-071-28/+10
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
| * fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-3/+3
| * fs_parse: get rid of ->enumsAl Viro2020-02-071-15/+23
* | gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson2020-01-071-0/+2
|/
* gfs2: Introduce function gfs2_withdrawnBob Peterson2019-11-141-2/+1
* gfs2: make gfs2_fs_parameters staticBen Dooks (Codethink)2019-10-301-1/+1
* gfs2: Fix initialisation of args for remountAndrew Price2019-10-301-7/+13
* gfs2: Fix memory leak when gfs2meta's fs_context is freedAndrew Price2019-10-241-0/+1
* Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-241-121/+374
|\
| * gfs2: Convert gfs2 to fs_contextAndrew Price2019-09-181-121/+374
* | gfs2: Use async glocks for renameBob Peterson2019-09-041-0/+1
|/
* gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson2019-06-271-1/+1
* gfs2: Use IS_ERR_OR_NULLKefeng Wang2019-06-271-1/+1
* gfs2: Clean up freeing struct gfs2_sbdAndreas Gruenbacher2019-06-271-9/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* gfs2: read journal in large chunksAbhi Das2019-05-071-1/+2