aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-29gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson1-4/+8
2020-10-29gfs2: 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-14gfs2: 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-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus 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-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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
2019-10-30gfs2: Fix initialisation of args for remountAndrew Price1-7/+13
2019-10-24gfs2: Fix memory leak when gfs2meta's fs_context is freedAndrew Price1-0/+1
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-121/+374
2019-09-18gfs2: Convert gfs2 to fs_contextAndrew Price1-121/+374
2019-09-04gfs2: Use async glocks for renameBob Peterson1-0/+1
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson1-1/+1
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang1-1/+1
2019-06-27gfs2: Clean up freeing struct gfs2_sbdAndreas Gruenbacher1-9/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-07gfs2: read journal in large chunksAbhi Das1-1/+2
2019-05-07gfs2: Rename sd_log_le_{revoke,ordered}Andreas Gruenbacher1-2/+2
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson1-1/+0
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das1-0/+1
2018-10-24Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2018-10-13gfs2_meta: ->mount() can get NULL dev_nameAl Viro1-0/+3
2018-10-08gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price1-1/+1
2018-04-16gfs2: Remove sdp->sd_jheightsizeAndreas Gruenbacher1-19/+0
2018-04-12GFS2: Minor improvements to comments and documentationBob Peterson1-1/+1
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson1-1/+1
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-8/+8
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-08-25gfs2: Silence gcc format-truncation warningAndreas Gruenbacher1-3/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-08-09GFS2: Delete debugfs files only after we evict the glocksBob Peterson1-1/+0
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-2/+2