summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gfs2: Abort gfs2_freeze if io error is seenBob Peterson2019-11-151-7/+12
* gfs2: Don't loop forever in gfs2_freeze if withdrawnBob Peterson2019-11-141-5/+5
* gfs2: Introduce function gfs2_withdrawnBob Peterson2019-11-141-3/+3
* Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-241-332/+1
|\
| * gfs2: Convert gfs2 to fs_contextAndrew Price2019-09-181-332/+1
* | gfs2: Minor gfs2_alloc_inode cleanupAndreas Gruenbacher2019-08-091-7/+7
|/
* gfs2: replace more printk with calls to fs_info and friendsBob Peterson2019-06-271-3/+3
* gfs2: simplify gfs2_freeze by removing caseBob Peterson2019-06-271-8/+2
* gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson2019-06-271-3/+3
* gfs2: kthread and remount improvementsBob Peterson2019-06-271-7/+14