aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glops.c
AgeCommit message (Expand)Author
2020-10-29gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson
2020-10-20gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher
2020-10-20gfs2: Eliminate gl_vmBob Peterson
2020-10-14gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher
2020-06-02gfs2: Don't ignore inode write errors during inode_go_syncBob Peterson
2020-02-27gfs2: Do proper error checking for go_sync family of glops functionsBob Peterson
2020-02-27gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is emptyBob Peterson
2020-02-27gfs2: fix infinite loop when checking ail item count before go_invalBob Peterson
2020-02-27gfs2: Force withdraw to replay journals and wait for it to finishBob Peterson
2020-02-20gfs2: Allow some glocks to be used during withdrawBob Peterson
2020-02-10gfs2: Rework how rgrp buffer_heads are managedBob Peterson
2020-02-10gfs2: Split gfs2_lm_withdraw into two functionsAndreas Gruenbacher
2020-01-07gfs2: eliminate ssize parameter from gfs2_struct2blkBob Peterson
2019-11-14gfs2: Introduce function gfs2_withdrawnBob Peterson
2019-10-30gfs2: removed unnecessary semicolonAliasgar Surti
2019-06-27gfs2: replace more printk with calls to fs_info and friendsBob Peterson
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-05-07gfs2: read journal in large chunksAbhi Das
2019-02-14Revert "gfs2: read journal in large chunks to locate the head"Bob Peterson
2018-12-12gfs2: Dump nrpages for inodes and their glocksBob Peterson
2018-12-11gfs2: read journal in large chunks to locate the headAbhi Das
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-01-23GFS2: Log the reason for log flushes in every log headerBob Peterson
2018-01-23GFS2: Introduce new gfs2_log_header_v2Bob Peterson
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-10gfs2: Get rid of gfs2_set_nlinkAndreas Gruenbacher
2017-07-21GFS2: fix code parameter error in inode_go_lockWang Xibo
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher
2017-07-05gfs2: Get rid of flush_delayed_work in gfs2_evict_inodeAndreas Gruenbacher
2016-04-05GFS2: Get rid of dead code in inode_go_demote_okBob Peterson
2015-12-24gfs2: Invalid security labels of inodes when they go invalidAndreas Gruenbacher
2015-10-29gfs2: Remove gl_spin defineAndreas Gruenbacher
2015-09-03GFS2: Move glock superblock pointer to field gl_nameBob Peterson
2015-06-19GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson
2015-06-18GFS2: Don't add all glocks to the lruBob Peterson
2014-11-17GFS2: update freeze code to use freeze/thaw_super on all nodesBenjamin Marzinski
2014-10-08GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)Fabian Frederick
2014-07-18GFS2: memcontrol: Spelling s/invlidate/invalidate/Geert Uytterhoeven
2014-06-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-14GFS2: remove transaction glockBenjamin Marzinski
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-02-24GFS2: Move log buffer lists into transactionSteven Whitehouse