aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
AgeCommit message (Expand)Author
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
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher
2020-06-05gfs2: Try harder to delete inodes locallyAndreas Gruenbacher
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher
2020-05-08gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher
2020-03-27gfs2: Clean up inode initialization and teardownAndreas Gruenbacher
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson
2019-11-15gfs2: Abort gfs2_freeze if io error is seenBob Peterson
2019-11-14gfs2: Don't loop forever in gfs2_freeze if withdrawnBob Peterson
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-18gfs2: Convert gfs2 to fs_contextAndrew Price
2019-08-09gfs2: Minor gfs2_alloc_inode cleanupAndreas Gruenbacher