summaryrefslogtreecommitdiff
path: root/fs/gfs2/super.c
AgeCommit message (Expand)Author
2023-01-31gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher
2023-01-31gfs2: Evict inodes cooperativelyAndreas Gruenbacher
2023-01-31gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher
2023-01-31gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher
2023-01-31gfs2: Move delete workqueue into super blockAndreas Gruenbacher
2023-01-31gfs2: Improve gfs2_upgrade_iopen_glock commentAndreas Gruenbacher
2023-01-27gfs2: gl_object races fixAndreas Gruenbacher
2022-12-06gfs2: Simply dequeue iopen glock in gfs2_evict_inodeAndreas Gruenbacher
2022-12-06gfs2: Clean up after gfs2_create_inode reworkAndreas Gruenbacher
2022-12-06gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher
2022-12-02gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher
2022-06-29gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher
2022-03-31Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-02-15gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher
2021-12-04gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDEDAndreas Gruenbacher
2021-11-06gfs2: release iopen glock early in evictBob Peterson
2021-10-25gfs2: Eliminate GIF_INVALID flagBob Peterson
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson
2021-08-20gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson
2021-08-20gfs2: init system threads before freeze lockBob Peterson
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-03-25gfs2: report "already frozen/thawed" errorsBob Peterson
2021-03-15gfs2: Flag a withdraw if init_threads() failsAndrew Price
2021-03-07gfs2: make function gfs2_make_fs_ro() to void typeYang Li
2021-02-23Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher
2021-02-17gfs2: Use resource group glock sharingBob Peterson
2021-02-03gfs2: Get rid of sd_reserving_logAndreas Gruenbacher
2021-01-19gfs2: Un-obfuscate function jdesc_find_iAndreas Gruenbacher
2021-01-13fs: don't call ->dirty_inode for lazytime timestamp updatesEric Biggers
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
2020-12-03gfs2: Remove sb_start_write from gfs2_statfs_syncBob Peterson
2020-10-29gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das
2020-10-20gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das
2020-10-14gfs2: use-after-free in sysfs deregistrationJamie Iles
2020-10-14gfs2: simplify the logic in gfs2_evict_inodeBob Peterson
2020-10-14gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson
2020-10-14gfs2: further simplify gfs2_evict_inode with new func evict_should_deleteBob Peterson
2020-10-14gfs2: factor evict_unlinked_inode out of gfs2_evict_inodeBob Peterson
2020-10-14gfs2: rename variable error to ret in gfs2_evict_inodeBob Peterson
2020-10-14gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher
2020-08-07gfs2: When gfs2_dirty_inode gets a glock error, dump the glockBob Peterson
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson