aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c
AgeCommit message (Expand)Author
2022-11-25gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher
2022-11-25gfs2: Check sb_bsize_shift after reading superblockAndrew Price
2020-11-05gfs2: add validation checks for size of superblockAnant Thazhemadam
2020-11-05gfs2: use-after-free in sysfs deregistrationJamie Iles
2020-07-22gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson
2020-06-24gfs2: Allow lock_nolock mount to specify jid=XBob Peterson
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
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das
2018-10-24Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-13gfs2_meta: ->mount() can get NULL dev_nameAl Viro
2018-10-08gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price
2018-04-16gfs2: Remove sdp->sd_jheightsizeAndreas Gruenbacher
2018-04-12GFS2: Minor improvements to comments and documentationBob Peterson
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-25gfs2: Silence gcc format-truncation warningAndreas Gruenbacher
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-09GFS2: Delete debugfs files only after we evict the glocksBob Peterson
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara
2017-04-20gfs2: Convert to properly refcounting bdiJan Kara
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-05GFS2: Made logd daemon take into account log demandBob Peterson
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-08-02GFS2: use BIT() macroFabian Frederick
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-06-27gfs2: Fix gfs2_lookup_by_inum lock inversionAndreas Gruenbacher
2016-06-07gfs2: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro