summaryrefslogtreecommitdiff
path: root/fs/gfs2/ops_fstype.c
AgeCommit message (Expand)Author
2024-02-08fs: super_set_uuid()Kent Overstreet
2024-01-10Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-06gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher
2023-11-06gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher
2023-10-23gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFTAndreas Gruenbacher
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
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