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