summaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_fstype.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFTAndreas Gruenbacher1-5/+3
2023-09-05gfs2: Introduce new quota=quiet mount optionBob Peterson1-0/+1
2023-09-05gfs2: Add device name to gfs2_logd and gfs2_quotadAndreas Gruenbacher1-2/+2
2023-09-05gfs2: Fix asynchronous thread destructionAndreas Gruenbacher1-10/+25
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher1-2/+2
2023-09-05gfs2: Rename sd_{ glock => kill }_waitAndreas Gruenbacher1-1/+1
2023-07-04Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+3
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher1-1/+1
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher1-1/+0
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher1-3/+2
2023-06-15gfs2: Reconfiguring frozen filesystem already rejectedAndreas Gruenbacher1-7/+0
2023-06-15gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher1-2/+2
2023-06-15gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher1-1/+1
2023-05-31gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-04-18gfs2: Use gfs2_holder_initialized for jindexBob Peterson1-6/+3
2023-02-01gfs2: Evict inodes cooperativelyAndreas Gruenbacher1-0/+51
2023-02-01gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher1-0/+9
2023-02-01gfs2: Add SDF_DEACTIVATING super block flagBob Peterson1-0/+1
2023-02-01gfs2: Move delete workqueue into super blockAndreas Gruenbacher1-1/+9
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher1-6/+8
2022-09-20gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-08-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-5/+7
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher1-2/+0
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher1-6/+8
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+1
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson1-0/+1
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson1-0/+9
2021-08-20gfs2: init system threads before freeze lockBob Peterson1-0/+42
2021-07-20gfs2: Fix memory leak of object lsi on error return pathColin Ian King1-0/+1
2021-06-28gfs2: Fix error handling in init_statfsAndreas Gruenbacher1-0/+1
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-5/+2
2021-04-03gfs2: Remove unused variable sb_formatAndreas Gruenbacher1-1/+0
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li1-3/+1
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher1-2/+7
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher1-0/+7
2021-02-08gfs2: Add trusted xattr supportAndreas Gruenbacher1-1/+13
2021-02-08gfs2: Enable rgrplvb for sb_fs_format 1802Andrew Price1-3/+10
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher1-2/+0
2021-01-25gfs2: Fix invalid block size messageAndrew Price1-1/+1
2020-12-23gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson1-14/+17
2020-12-23gfs2: Add common helper for holding and releasing the freeze glockBob Peterson1-4/+2
2020-10-30gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson1-4/+8
2020-10-30gfs2: 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-15gfs2: 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-04-01Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds1-46/+13