aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03-31Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2022-03-22fs: 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-23Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-58/+15
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.gitAndreas 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-29gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson1-0/+1
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das1-1/+30
2020-10-20gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das1-1/+1
2020-10-14gfs2: use-after-free in sysfs deregistrationJamie Iles1-0/+1
2020-10-14gfs2: simplify the logic in gfs2_evict_inodeBob Peterson1-9/+4
2020-10-14gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson1-18/+34
2020-10-14gfs2: further simplify gfs2_evict_inode with new func evict_should_deleteBob Peterson1-45/+77
2020-10-14gfs2: factor evict_unlinked_inode out of gfs2_evict_inodeBob Peterson1-27/+40
2020-10-14gfs2: rename variable error to ret in gfs2_evict_inodeBob Peterson1-18/+18
2020-10-14gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher1-0/+2
2020-08-07gfs2: When gfs2_dirty_inode gets a glock error, dump the glockBob Peterson1-0/+1
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson1-7/+9
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson1-9/+7
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher1-3/+8
2020-06-05gfs2: Try harder to delete inodes locallyAndreas Gruenbacher1-6/+47
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher1-2/+5
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher1-2/+2
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher1-0/+3
2020-05-08gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson1-1/+0
2020-03-27gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher1-1/+2
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson1-0/+2
2020-03-27gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher1-2/+2
2020-03-27gfs2: Clean up inode initialization and teardownAndreas Gruenbacher1-15/+13
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson1-19/+56