summaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_fstype.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-1/+1
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-8/+8
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-2/+2
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+2
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
| |/
* | gfs2: Silence gcc format-truncation warningAndreas Gruenbacher2017-08-251-3/+3
* | GFS2: Delete debugfs files only after we evict the glocksBob Peterson2017-08-091-1/+0
|/
* Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-1/+1
|\
| * fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
|/
* fs: Remove SB_I_DYNBDI flagJan Kara2017-04-201-1/+0
* gfs2: Convert to properly refcounting bdiJan Kara2017-04-201-6/+3
* Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-211-1/+1
|\
| * block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-1/+1
* | Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-211-0/+1
|\ \ | |/ |/|
| * GFS2: Made logd daemon take into account log demandBob Peterson2017-01-051-0/+1
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
|/
* GFS2: use BIT() macroFabian Frederick2016-08-021-4/+4
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-1/+2
|\
| * gfs2: use bio op accessorsMike Christie2016-06-071-1/+1