summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* | Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson2019-06-061-1/+1
|/
* gfs2: read journal in large chunksAbhi Das2019-05-071-2/+3
* gfs2: fix race between gfs2_freeze_func and unmountAbhi Das2019-05-071-3/+5
* gfs2: Remove misleading comments in gfs2_evict_inodeAndreas Gruenbacher2019-05-071-5/+0
* gfs2: Replace gl_revokes with a GLF flagBob Peterson2019-05-071-1/+1
* gfs2: switch to ->free_inode()Al Viro2019-05-011-9/+3
* Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-141-1/+0
* gfs2: read journal in large chunks to locate the headAbhi Das2018-12-111-0/+1
* gfs2: Fix minor typo: couln't versus couldn't.Bob Peterson2018-10-191-1/+1
* GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith2018-10-091-1/+1
* Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-241-1/+1
|\
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* | gfs2: Eliminate redundant ip->i_rgdAndreas Gruenbacher2018-07-051-1/+0
|/
* fs: move I_DIRTY_INODE to fs.hChristoph Hellwig2018-03-281-1/+1
* gfs2: Remove inode from ordered write list in gfs2_write_inode()Abhi Das2018-01-301-0/+6