summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c
Commit message (Expand)AuthorAgeFilesLines
*-. 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
* gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher2019-05-071-2/+2
* Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-141-1/+0
* gfs2: read journal in large chunks to locate the headAbhi Das2018-12-111-0/+1
* Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+1
|\
| * gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price2018-10-081-1/+1
* | gfs2_meta: ->mount() can get NULL dev_nameAl Viro2018-10-131-0/+3
|/
* gfs2: Remove sdp->sd_jheightsizeAndreas Gruenbacher2018-04-161-19/+0
* GFS2: Minor improvements to comments and documentationBob Peterson2018-04-121-1/+1
* GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-1/+1