summaryrefslogtreecommitdiff
path: root/fs/gfs2/glops.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-1/+1
2023-12-18gfs2: Fix inode_go_instantiate descriptionAndreas Gruenbacher1-1/+1
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+0
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton1-5/+6
2023-09-19gfs2: Remove freeze_go_demote_okAndreas Gruenbacher1-13/+0
2023-09-18gfs2: Fix another freeze/thaw hangAndreas Gruenbacher1-4/+5
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher1-1/+1
2023-07-24gfs2: convert to ctime accessor functionsJeff Layton1-2/+2
2023-07-03gfs: Get rid of unnucessary locking in inode_go_dumpAndreas Gruenbacher1-11/+6
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher1-33/+19
2023-04-25gfs2: gfs2_ail_empty_gl no log flush on errorBob Peterson1-2/+3
2023-04-25gfs2: Issue message when revokes cannot be writtenBob Peterson1-1/+3
2023-04-25gfs2: return errors from gfs2_ail_empty_glBob Peterson1-3/+5
2023-04-18gfs2: Move variable assignment behind a null pointer check in inode_go_dumpMarkus Elfring1-1/+2
2023-03-28gfs2: Fix inode height consistency checkAndreas Gruenbacher1-1/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-01gfs2: Cease delete work during unmountBob Peterson1-1/+2
2023-02-01gfs2: check gl_object in rgrp glopsBob Peterson1-3/+6
2023-02-01gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher1-1/+1
2023-02-01gfs2: Get rid of GLF_PENDING_DELETE flagAndreas Gruenbacher1-8/+1
2023-01-19gfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)1-1/+1
2022-12-06gfs2: Always check inode size of inline inodesAndreas Gruenbacher1-0/+3
2022-12-06gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher1-20/+21
2022-06-29gfs2: Make go_instantiate take a glockAndreas Gruenbacher1-2/+1
2022-06-29gfs2: Add new go_held glock operationAndreas Gruenbacher1-6/+13
2022-06-29gfs2: Revert 'Fix "truncate in progress" hang'Andreas Gruenbacher1-9/+2
2022-06-29gfs2: Instantiate glocks ouside of glock state engineAndreas Gruenbacher1-1/+1
2022-01-11gfs2: dump inode object for iopen glocksBob Peterson1-0/+1
2021-12-04gfs2: remove redundant set of INSTANTIATE_NEEDEDBob Peterson1-1/+0
2021-10-25gfs2: remove RDF_UPTODATE flagBob Peterson1-1/+1
2021-10-25gfs2: Eliminate GIF_INVALID flagBob Peterson1-8/+3
2021-10-25gfs2: fix GL_SKIP node_scope problemsBob Peterson1-4/+6
2021-10-25gfs2: change go_lock to go_instantiateBob Peterson1-4/+4
2021-10-25gfs2: move GL_SKIP check from glops to do_promoteBob Peterson1-1/+1
2021-08-20gfs2: Delay withdraw from atomic contextBob Peterson1-1/+1
2021-08-19gfs2: trivial clean up of gfs2_ail_errorBob Peterson1-4/+6
2021-08-04gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson1-10/+7
2021-05-20gfs2: Fix I_NEW check in gfs2_dinode_inBob Peterson1-1/+1
2021-04-29Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus 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-13gfs2: 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-25gfs2: set lockdep subclass for iopen glocksAlexander Aring1-0/+1
2020-11-25gfs2: Fix deadlock dumping resource group glocksAlexander Aring1-1/+1
2020-11-18gfs2: Fix regression in freeze_go_syncBob Peterson1-1/+12