summaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_fstype.c
AgeCommit message (Expand)Author
2023-09-05gfs2: Introduce new quota=quiet mount optionBob Peterson
2023-09-05gfs2: Add device name to gfs2_logd and gfs2_quotadAndreas Gruenbacher
2023-09-05gfs2: Fix asynchronous thread destructionAndreas Gruenbacher
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher
2023-09-05gfs2: Rename sd_{ glock => kill }_waitAndreas Gruenbacher
2023-07-04Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher
2023-06-15gfs2: Reconfiguring frozen filesystem already rejectedAndreas Gruenbacher
2023-06-15gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher
2023-06-15gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher
2023-05-31gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-04-18gfs2: Use gfs2_holder_initialized for jindexBob Peterson
2023-01-31gfs2: Evict inodes cooperativelyAndreas Gruenbacher
2023-01-31gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher
2023-01-31gfs2: Add SDF_DEACTIVATING super block flagBob Peterson
2023-01-31gfs2: Move delete workqueue into super blockAndreas Gruenbacher
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher
2022-09-20gfs2: Check sb_bsize_shift after reading superblockAndrew Price
2022-08-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson
2021-08-20gfs2: init system threads before freeze lockBob Peterson
2021-07-20gfs2: Fix memory leak of object lsi on error return pathColin Ian King
2021-06-28gfs2: Fix error handling in init_statfsAndreas Gruenbacher
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-04-03gfs2: Remove unused variable sb_formatAndreas Gruenbacher
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher
2021-02-08gfs2: Add trusted xattr supportAndreas Gruenbacher
2021-02-08gfs2: Enable rgrplvb for sb_fs_format 1802Andrew Price
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher
2021-01-25gfs2: Fix invalid block size messageAndrew Price
2020-12-23gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson
2020-12-23gfs2: Add common helper for holding and releasing the freeze glockBob Peterson
2020-10-29gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson
2020-10-29gfs2: init_journal's undo directive should also undo the statfs inodesBob Peterson
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das
2020-10-15gfs2: add validation checks for size of superblockAnant Thazhemadam
2020-10-14gfs2: use-after-free in sysfs deregistrationJamie Iles
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson
2020-06-02gfs2: Allow lock_nolock mount to specify jid=XBob Peterson
2020-03-31Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-02-27gfs2: Add verbose option to check_journal_cleanBob Peterson