summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glops.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Fix I_NEW check in gfs2_dinode_inBob Peterson2021-05-201-1/+1
* Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-04-291-10/+6
|\
| * gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-9/+5
| * gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson2021-04-031-1/+1
* | gfs2: be careful with inode refreshAl Viro2021-03-121-8/+14
|/
* gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher2021-02-221-6/+2
* gfs2: Clean up on-stack transactionsAndreas Gruenbacher2021-02-031-23/+10
* gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher2021-02-031-1/+4
* gfs2: Don't freeze the file system during unmountBob Peterson2020-11-251-1/+2
* gfs2: set lockdep subclass for iopen glocksAlexander Aring2020-11-241-0/+1
* gfs2: Fix deadlock dumping resource group glocksAlexander Aring2020-11-241-1/+1
* gfs2: Fix regression in freeze_go_syncBob Peterson2020-11-181-1/+12
* gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson2020-10-291-11/+45
* gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher2020-10-201-1/+1
* gfs2: Eliminate gl_vmBob Peterson2020-10-201-15/+12
* gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price2020-10-141-1/+10
* gfs2: freeze should work on read-only mountsBob Peterson2020-07-031-4/+6
* Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher2020-06-051-2/+9
|\
| * gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher2020-06-051-1/+8
| * gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher2020-06-051-1/+1
* | gfs2: initialize transaction tr_ailX_lists earlierBob Peterson2020-06-051-0/+2
* | gfs2: Don't ignore inode write errors during inode_go_syncBob Peterson2020-06-021-3/+5
|/
* gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson2020-02-271-11/+19
* gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson2020-02-271-1/+26
* gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson2020-02-271-3/+0
* gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson2020-02-271-1/+76
* gfs2: Allow some glocks to be used during withdrawBob Peterson2020-02-201-3/+7
* gfs2: Rework how rgrp buffer_heads are managedBob Peterson2020-02-101-8/+1
* gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher2020-02-101-1/+2
* gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson2020-01-071-1/+1
* gfs2: Introduce function gfs2_withdrawnBob Peterson2019-11-141-1/+1
* gfs2: removed unnecessary semicolonAliasgar Surti2019-10-301-1/+1
* gfs2: replace more printk with calls to fs_info and friendsBob Peterson2019-06-271-1/+2
* gfs2: dump fsid when dumping glock problemsBob Peterson2019-06-271-2/+5
* gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson2019-06-271-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner2019-06-051-4/+1
* gfs2: read journal in large chunksAbhi Das2019-05-071-1/+2
* Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson2019-02-141-1/+0
* gfs2: Dump nrpages for inodes and their glocksBob Peterson2018-12-121-4/+12
* gfs2: read journal in large chunks to locate the headAbhi Das2018-12-111-0/+1
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-2/+2
* GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-6/+12
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-6/+7
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | gfs2: Get rid of gfs2_set_nlinkAndreas Gruenbacher2017-08-101-27/+1
* | GFS2: fix code parameter error in inode_go_lockWang Xibo2017-07-211-1/+1
|/
* gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher2017-07-051-3/+14
* gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher2017-07-051-7/+32
* GFS2: Get rid of dead code in inode_go_demote_okBob Peterson2016-04-051-7/+0