aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/glops.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07gfs2: inode directory consistency checksAndreas Gruenbacher1-0/+5
2026-03-23gfs2: Get rid of gfs2_log_[un]lock helpersAndreas Gruenbacher1-4/+4
2026-01-26gfs2: Introduce glock_{type,number,sbd} helpersAndreas Gruenbacher1-17/+17
2025-12-03Merge tag 'gfs2-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-88/+10
2025-11-26Revert "gfs2: fix infinite loop when checking ail item count before go_inval"Andreas Gruenbacher1-0/+3
2025-11-26Revert "gfs2: Allow some glocks to be used during withdraw"Andreas Gruenbacher1-7/+1
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (3/6)Andreas Gruenbacher1-52/+0
2025-11-26Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)Andreas Gruenbacher1-19/+0
2025-11-26gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher1-1/+1
2025-11-26gfs2: Get rid of delayed withdrawsAndreas Gruenbacher1-7/+4
2025-11-26gfs2: fix remote evict for read-only filesystemsAndreas Gruenbacher1-2/+1
2025-10-20gfs2: use the new ->i_state accessorsMateusz Guzik1-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-1/+1
2025-07-16gfs2: Validate i_depth for exhash directoriesAndrew Price1-0/+6
2025-05-22gfs2: No more gfs2_find_jhead cachingAndreas Gruenbacher1-1/+1
2025-05-22gfs2: Simplify gfs2_log_pointers_initAndreas Gruenbacher1-2/+1
2025-04-21gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher1-2/+2
2024-11-05gfs2: Make gfs2_inode_refresh staticAndreas Gruenbacher1-1/+1
2024-09-24gfs2: Initialize gl_no_formal_ino earlierAndreas Gruenbacher1-1/+8
2024-05-29gfs2: Get rid of demote_ok checksAndreas Gruenbacher1-18/+0
2024-05-29Revert "GFS2: Don't add all glocks to the lru"Andreas Gruenbacher1-4/+4
2024-05-28gfs2: Rename GLF_FREEING to GLF_UNLOCKEDAndreas Gruenbacher1-8/+8
2024-04-09gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher1-0/+3
2024-04-09gfs2: Improve gfs2_consist_inode() usageAndrew Price1-14/+20
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-18gfs2: 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-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-01-31gfs2: Cease delete work during unmountBob Peterson1-1/+2
2023-01-31gfs2: check gl_object in rgrp glopsBob Peterson1-3/+6
2023-01-31gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher1-1/+1
2023-01-31gfs2: Get rid of GLF_PENDING_DELETE flagAndreas Gruenbacher1-8/+1
2023-01-18gfs2: 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