aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/gfs2/ops_fstype.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+1
2024-01-10Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-1/+1
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher1-1/+1
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-1/+1
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-16/+12
2023-11-06gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher1-3/+1
2023-11-06gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher1-8/+8
2023-10-23gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFTAndreas Gruenbacher1-5/+3
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-6/+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/git/gfs2/linux-gfs2Linus 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-01-31gfs2: Evict inodes cooperativelyAndreas Gruenbacher1-0/+51
2023-01-31gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher1-0/+9
2023-01-31gfs2: Add SDF_DEACTIVATING super block flagBob Peterson1-0/+1
2023-01-31gfs2: 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.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.gitAndreas 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