summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'gfs2-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds22-764/+382
2025-12-02gfs2: Fix use of bio_chainAndreas Gruenbacher1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-6/+6
2025-11-27gfs2: Clean up SDF_JOURNAL_LIVE flag handlingAndreas Gruenbacher3-36/+33
2025-11-27gfs2: No longer thaw filesystems during a withdrawAndreas Gruenbacher3-22/+0
2025-11-27gfs2: Withdraw immediately in gfs2_trans_add_metaAndreas Gruenbacher1-4/+1
2025-11-27gfs2: New gfs2_withdraw_helperAndreas Gruenbacher5-28/+90
2025-11-27gfs2: Clean up properly during a withdrawAndreas Gruenbacher1-37/+48
2025-11-27gfs2: Rename gfs2_{gl_dq_holders => withdraw_glocks}Andreas Gruenbacher3-5/+5
2025-11-27Revert "gfs2: fix infinite loop when checking ail item count before go_inval"Andreas Gruenbacher2-16/+4
2025-11-27Revert "gfs2: Allow some glocks to be used during withdraw"Andreas Gruenbacher4-46/+6
2025-11-27Revert "gfs2: Check for log write errors before telling dlm to unlock"Andreas Gruenbacher1-16/+0
2025-11-27Revert "gfs2: fix a deadlock on withdraw-during-mount"Andreas Gruenbacher1-35/+18
2025-11-27Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (6/6)Andreas Gruenbacher1-124/+3
2025-11-27Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (5/6)Andreas Gruenbacher1-3/+2
2025-11-27Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (4/6)Andreas Gruenbacher1-7/+3
2025-11-27Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (3/6)Andreas Gruenbacher4-86/+0
2025-11-27Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (2/6)Andreas Gruenbacher6-38/+0
2025-11-27Revert "gfs2: Force withdraw to replay journals and wait for it to finish" (1/6)Andreas Gruenbacher5-36/+1
2025-11-27Revert "gfs2: don't stop reads while withdraw in progress"Andreas Gruenbacher5-22/+6
2025-11-27gfs2: Rename LM_FLAG_{NOEXP -> RECOVER}Andreas Gruenbacher6-20/+23
2025-11-27gfs2: Kill gfs2_io_error_bh_wdAndreas Gruenbacher5-22/+10
2025-11-27gfs2: Withdraw immediately on log write errorsAndreas Gruenbacher2-14/+2
2025-11-27gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher15-43/+42
2025-11-27gfs2: Get rid of delayed withdrawsAndreas Gruenbacher8-74/+16
2025-11-27gfs2: Asynchronous withdrawAndreas Gruenbacher5-25/+37
2025-11-27gfs2: Add clean argument to lm_unmount hookAndreas Gruenbacher4-5/+15
2025-11-27gfs2: Clean up quotad timeout handlingAndreas Gruenbacher1-31/+27
2025-11-27gfs2: Fix "gfs2: Switch to wait_event in gfs2_quotad"Andreas Gruenbacher1-1/+1
2025-11-27gfs2: Minor cosmetic remote delete cleanupsAndreas Gruenbacher1-3/+9
2025-11-27gfs2: fix remote evict for read-only filesystemsAndreas Gruenbacher1-2/+1
2025-11-26gfs2: fix freeze error handlingAlexey Velichayshiy1-3/+1
2025-11-26gfs2: Prevent recursive memory reclaimAndreas Gruenbacher4-2/+21
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik1-1/+1
2025-11-09gfs2: Use bio_add_folio_nofail()Matthew Wilcox (Oracle)1-2/+1
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong1-3/+3
2025-11-01gfs2: document ip in __gfs2_holder_init kernel-doc commentSukrut Heroorkar1-1/+1
2025-11-01gfs2/sysfs: Replace sprintf/snprintf with sysfs_emitUtkarsh Singh1-15/+15
2025-10-31gfs2: Use folio_next_pos()Matthew Wilcox (Oracle)1-2/+1
2025-10-30fs: Make wbc_to_tag() inline and use it in fs.Julian Sun1-4/+1
2025-10-20gfs2: use the new ->i_state accessorsMateusz Guzik4-5/+5
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+9
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-09-30Merge tag 'dlm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-2/+2
2025-09-30Merge tag 'gfs2-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds8-193/+199
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+7
2025-09-29Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-4/+7