aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-10/+6
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones1-9/+5
2021-04-03gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson1-1/+1
2021-03-12gfs2: be careful with inode refreshAl Viro1-8/+14
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher1-6/+2
2021-02-03gfs2: Clean up on-stack transactionsAndreas Gruenbacher1-23/+10
2021-02-03gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher1-1/+4
2020-11-25gfs2: Don't freeze the file system during unmountBob Peterson1-1/+2
2020-11-24gfs2: set lockdep subclass for iopen glocksAlexander Aring1-0/+1
2020-11-24gfs2: Fix deadlock dumping resource group glocksAlexander Aring1-1/+1
2020-11-18gfs2: Fix regression in freeze_go_syncBob Peterson1-1/+12
2020-10-29gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson1-11/+45
2020-10-20gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher1-1/+1
2020-10-20gfs2: Eliminate gl_vmBob Peterson1-15/+12
2020-10-14gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price1-1/+10
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson1-4/+6
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher1-2/+9
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson1-0/+2
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher1-1/+8
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher1-1/+1
2020-06-02gfs2: Don't ignore inode write errors during inode_go_syncBob Peterson1-3/+5
2020-02-27gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson1-11/+19
2020-02-27gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson1-1/+26
2020-02-27gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson1-3/+0
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson1-1/+76
2020-02-20gfs2: Allow some glocks to be used during withdrawBob Peterson1-3/+7
2020-02-10gfs2: Rework how rgrp buffer_heads are managedBob Peterson1-8/+1
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher1-1/+2
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson1-1/+1
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson1-1/+1
2019-10-30gfs2: removed unnecessary semicolonAliasgar Surti1-1/+1
2019-06-27gfs2: replace more printk with calls to fs_info and friendsBob Peterson1-1/+2
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson1-2/+5
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2019-05-07gfs2: read journal in large chunksAbhi Das1-1/+2
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson1-1/+0
2018-12-12gfs2: Dump nrpages for inodes and their glocksBob Peterson1-4/+12
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das1-0/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+2
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson1-6/+12
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson1-6/+7
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-08-10gfs2: Get rid of gfs2_set_nlinkAndreas Gruenbacher1-27/+1
2017-07-21GFS2: fix code parameter error in inode_go_lockWang Xibo1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher1-3/+14
2017-07-05gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher1-7/+32
2016-04-05GFS2: Get rid of dead code in inode_go_demote_okBob Peterson1-7/+0
2015-12-24gfs2: Invalid security labels of inodes when they go invalidAndreas Gruenbacher1-0/+2