summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-4/+8
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-4/+5
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-5/+5
* GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALLBob Peterson2017-10-311-2/+3
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-2/+2
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-2/+2
* | GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson2017-08-251-2/+2
* | gfs2: Defer deleting inodes under memory pressureAndreas Gruenbacher2017-08-101-0/+21
* | gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher2017-08-101-2/+28
* | gfs2: Fix trivial typosAndreas Gruenbacher2017-08-091-1/+1