aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/glops.c
AgeCommit message (Expand)Author
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-12-18gfs2: Fix inode_go_instantiate descriptionAndreas Gruenbacher
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton
2023-09-18gfs2: Remove freeze_go_demote_okAndreas Gruenbacher
2023-09-18gfs2: Fix another freeze/thaw hangAndreas Gruenbacher
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher
2023-07-24gfs2: convert to ctime accessor functionsJeff Layton
2023-07-03gfs: Get rid of unnucessary locking in inode_go_dumpAndreas Gruenbacher
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher
2023-04-25gfs2: gfs2_ail_empty_gl no log flush on errorBob Peterson
2023-04-25gfs2: Issue message when revokes cannot be writtenBob Peterson
2023-04-25gfs2: return errors from gfs2_ail_empty_glBob Peterson
2023-04-18gfs2: Move variable assignment behind a null pointer check in inode_go_dumpMarkus Elfring
2023-03-28gfs2: Fix inode height consistency checkAndreas Gruenbacher
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-01-31gfs2: Cease delete work during unmountBob Peterson
2023-01-31gfs2: check gl_object in rgrp glopsBob Peterson
2023-01-31gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher
2023-01-31gfs2: Get rid of GLF_PENDING_DELETE flagAndreas Gruenbacher
2023-01-18gfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)
2022-12-06gfs2: Always check inode size of inline inodesAndreas Gruenbacher
2022-12-06gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher
2022-06-29gfs2: Make go_instantiate take a glockAndreas Gruenbacher
2022-06-29gfs2: Add new go_held glock operationAndreas Gruenbacher
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher
2022-01-11gfs2: dump inode object for iopen glocksBob Peterson
2021-12-04gfs2: remove redundant set of INSTANTIATE_NEEDEDBob Peterson
2021-10-25gfs2: remove RDF_UPTODATE flagBob Peterson
2021-10-25gfs2: Eliminate GIF_INVALID flagBob Peterson
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson
2021-10-25gfs2: change go_lock to go_instantiateBob Peterson
2021-10-25gfs2: move GL_SKIP check from glops to do_promoteBob Peterson
2021-08-20gfs2: Delay withdraw from atomic contextBob Peterson
2021-08-19gfs2: trivial clean up of gfs2_ail_errorBob Peterson
2021-08-04gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson
2021-05-20gfs2: Fix I_NEW check in gfs2_dinode_inBob Peterson
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2021-04-09gfs2: Fix a number of kernel-doc warningsLee Jones
2021-04-03gfs2: Eliminate gh parameter from go_xmote_bh funcBob Peterson
2021-03-12gfs2: be careful with inode refreshAl Viro
2021-02-22gfs2: Per-revoke accounting in transactionsAndreas Gruenbacher
2021-02-03gfs2: Clean up on-stack transactionsAndreas Gruenbacher
2021-02-03gfs2: Use sb_start_intwrite in gfs2_ail_empty_glAndreas Gruenbacher
2020-11-25gfs2: Don't freeze the file system during unmountBob Peterson
2020-11-24gfs2: set lockdep subclass for iopen glocksAlexander Aring
2020-11-24gfs2: Fix deadlock dumping resource group glocksAlexander Aring
2020-11-18gfs2: Fix regression in freeze_go_syncBob Peterson