summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | GFS2: Delete debugfs files only after we evict the glocksBob Peterson2017-08-091-0/+1
* | GFS2: Clear gl_object when deleting an inode in gfs2_delete_inodeBob Peterson2017-08-091-1/+10
* | GFS2: Introduce helper for clearing gl_objectBob Peterson2017-07-211-2/+2
|/
* gfs2: gfs2_create_inode: Keep glock across iputAndreas Gruenbacher2017-07-051-6/+12
* gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher2017-07-051-4/+7
* gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher2017-07-051-2/+2
* Revert "GFS2: Wait for iopen glock dequeues"Andreas Gruenbacher2017-04-031-5/+3
* GFS2: Prevent BUG from occurring when normal Withdraws occurBob Peterson2017-03-161-1/+2