summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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-03-311-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
* gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das2020-10-231-1/+30
* gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das2020-10-201-1/+1
* gfs2: use-after-free in sysfs deregistrationJamie Iles2020-10-141-0/+1
* gfs2: simplify the logic in gfs2_evict_inodeBob Peterson2020-10-141-9/+4
* gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson2020-10-141-18/+34
* gfs2: further simplify gfs2_evict_inode with new func evict_should_deleteBob Peterson2020-10-141-45/+77
* gfs2: factor evict_unlinked_inode out of gfs2_evict_inodeBob Peterson2020-10-141-27/+40
* gfs2: rename variable error to ret in gfs2_evict_inodeBob Peterson2020-10-141-18/+18
* gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher2020-10-141-0/+2
* gfs2: When gfs2_dirty_inode gets a glock error, dump the glockBob Peterson2020-08-071-0/+1
* gfs2: The freeze glock should never be frozenBob Peterson2020-07-031-7/+9
* gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson2020-07-031-9/+7
* gfs2: Smarter iopen glock waitingAndreas Gruenbacher2020-06-051-3/+8
* gfs2: Try harder to delete inodes locallyAndreas Gruenbacher2020-06-051-6/+47
* gfs2: Give up the iopen glock on contentionAndreas Gruenbacher2020-06-051-2/+5
* gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher2020-06-051-2/+2
* gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher2020-06-051-0/+3
* gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson2020-05-081-1/+0
* gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher2020-03-271-1/+2
* gfs2: Change inode qa_data to allow multiple usersBob Peterson2020-03-271-0/+2
* gfs2: Switch to list_{first,last}_entryAndreas Gruenbacher2020-03-271-2/+2
* gfs2: Clean up inode initialization and teardownAndreas Gruenbacher2020-03-271-15/+13
* gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson2020-02-271-19/+56