summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.c
Commit message (Expand)AuthorAgeFilesLines
* fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
* Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-101-1/+1
|\
| * gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher2023-12-201-1/+1
| * gfs2: Mark withdraws as unlikelyAndreas Gruenbacher2023-12-201-1/+1
* | fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-1/+1
|/
* Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-071-16/+12
|\
| * gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher2023-11-061-3/+1
| * gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher2023-11-061-8/+8
| * gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFTAndreas Gruenbacher2023-10-231-5/+3
* | kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-6/+3
|/
* gfs2: Introduce new quota=quiet mount optionBob Peterson2023-09-051-0/+1
* gfs2: Add device name to gfs2_logd and gfs2_quotadAndreas Gruenbacher2023-09-051-2/+2
* gfs2: Fix asynchronous thread destructionAndreas Gruenbacher2023-09-051-10/+25
* gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher2023-09-051-2/+2
* gfs2: Rename sd_{ glock => kill }_waitAndreas Gruenbacher2023-09-051-1/+1
* Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-041-12/+3
|\
| * gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher2023-07-031-1/+1
| * gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher2023-07-031-1/+0
| * gfs2: Rework freeze / thaw logicAndreas Gruenbacher2023-07-031-3/+2
| * gfs2: Reconfiguring frozen filesystem already rejectedAndreas Gruenbacher2023-06-151-7/+0
| * gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher2023-06-151-2/+2
| * gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher2023-06-151-1/+1
* | gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
|/
* gfs2: Use gfs2_holder_initialized for jindexBob Peterson2023-04-181-6/+3
* gfs2: Evict inodes cooperativelyAndreas Gruenbacher2023-01-311-0/+51
* gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher2023-01-311-0/+9
* gfs2: Add SDF_DEACTIVATING super block flagBob Peterson2023-01-311-0/+1
* gfs2: Move delete workqueue into super blockAndreas Gruenbacher2023-01-311-1/+9
* gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher2022-10-091-6/+8
|\
| * gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher2022-06-291-6/+8
* | gfs2: Check sb_bsize_shift after reading superblockAndrew Price2022-09-201-1/+4
* | gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher2022-08-261-5/+7
* | gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher2022-06-291-2/+0
|/
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+1
* gfs2: Mark journal inodes as "don't cache"Bob Peterson2021-08-201-0/+1
* gfs2: Don't release and reacquire local statfs bhBob Peterson2021-08-201-0/+9
* gfs2: init system threads before freeze lockBob Peterson2021-08-201-0/+42
* gfs2: Fix memory leak of object lsi on error return pathColin Ian King2021-07-201-0/+1
* gfs2: Fix error handling in init_statfsAndreas Gruenbacher2021-06-281-0/+1
* gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-5/+2
* gfs2: Remove unused variable sb_formatAndreas Gruenbacher2021-04-031-1/+0
* gfs2: make function gfs2_make_fs_ro() to void typeYang Li2021-03-071-3/+1
*-. Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher2021-02-231-2/+7
|\ \
| | * gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher2021-02-221-0/+7
| | * gfs2: Get rid of sd_reserving_logAndreas Gruenbacher2021-02-031-2/+0
| |/
* | gfs2: Add trusted xattr supportAndreas Gruenbacher2021-02-081-1/+13
* | gfs2: Enable rgrplvb for sb_fs_format 1802Andrew Price2021-02-081-3/+10
* | gfs2: Fix invalid block size messageAndrew Price2021-01-251-1/+1
* | gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson2020-12-231-14/+17
* | gfs2: Add common helper for holding and releasing the freeze glockBob Peterson2020-12-231-4/+2
|/