summaryrefslogtreecommitdiff
path: root/fs/gfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher1-2/+2
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher1-15/+8
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher1-37/+135
2023-06-15gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher1-4/+4
2023-06-15gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher1-1/+1
2023-06-15gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher1-6/+6
2023-06-15gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher1-1/+1
2023-06-13gfs2: Fix possible data races in gfs2_show_options()Tuo Li1-11/+15
2023-06-06gfs2: Don't remember delete unless it's successfulBob Peterson1-3/+3
2023-06-06gfs2: ignore rindex_update failure in dinode_deallocBob Peterson1-3/+1
2023-05-10gfs2: Don't deref jdesc in evictBob Peterson1-0/+8
2023-04-25gfs2: Perform second log flush in gfs2_make_fs_roBob Peterson1-0/+9
2023-02-01gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher1-2/+6
2023-02-01gfs2: Evict inodes cooperativelyAndreas Gruenbacher1-0/+7
2023-02-01gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher1-3/+3
2023-02-01gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher1-1/+1
2023-02-01gfs2: Move delete workqueue into super blockAndreas Gruenbacher1-0/+2
2023-02-01gfs2: Improve gfs2_upgrade_iopen_glock commentAndreas Gruenbacher1-8/+16
2023-01-27gfs2: gl_object races fixAndreas Gruenbacher1-3/+1
2022-12-06gfs2: Simply dequeue iopen glock in gfs2_evict_inodeAndreas Gruenbacher1-5/+2
2022-12-06gfs2: Clean up after gfs2_create_inode reworkAndreas Gruenbacher1-7/+14
2022-12-06gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher1-13/+14
2022-12-02gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher1-14/+21
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher1-1/+2
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher1-1/+1
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher1-1/+2
2022-04-01Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-02-15gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher1-1/+1
2021-12-04gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDEDAndreas Gruenbacher1-5/+3
2021-11-06gfs2: release iopen glock early in evictBob Peterson1-7/+7
2021-10-25gfs2: Eliminate GIF_INVALID flagBob Peterson1-1/+1
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson1-1/+1
2021-08-20gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson1-1/+1
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson1-32/+12
2021-08-20gfs2: init system threads before freeze lockBob Peterson1-55/+6
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-6/+6
2021-03-25gfs2: report "already frozen/thawed" errorsBob Peterson1-4/+6
2021-03-15gfs2: Flag a withdraw if init_threads() failsAndrew Price1-1/+3
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li1-8/+2
2021-02-24Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-58/+15
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher1-17/+11
2021-02-17gfs2: Use resource group glock sharingBob Peterson1-1/+2
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher1-6/+6
2021-01-19gfs2: Un-obfuscate function jdesc_find_iAndreas Gruenbacher1-10/+3
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers1-2/+0
2020-12-23gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson1-23/+0
2020-12-23gfs2: Add common helper for holding and releasing the freeze glockBob Peterson1-28/+14
2020-12-03gfs2: Remove sb_start_write from gfs2_statfs_syncBob Peterson1-2/+0
2020-10-30gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson1-0/+1