summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
9 daysgfs2: fix freeze error handlingAlexey Velichayshiy1-3/+1
9 daysgfs2: Fix use of bio_chainAndreas Gruenbacher1-1/+1
9 daysgfs2: fix remote evict for read-only filesystemsAndreas Gruenbacher1-2/+1
2025-10-15gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmoteAndreas Gruenbacher1-2/+0
2025-08-28gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aopsAndrew Price1-0/+2
2025-08-15gfs2: No more self recoveryAndreas Gruenbacher1-20/+11
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring1-1/+2
2025-06-19gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher1-1/+2
2025-06-04gfs2: Check for empty queue in run_queueAndreas Gruenbacher1-3/+8
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher1-0/+1
2024-12-14KMSAN: uninit-value in inode_go_dump (5)Qianqiang Liu1-0/+2
2024-12-09gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher1-20/+15
2024-12-09gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher1-2/+1
2024-12-09gfs2: Fix unlinked inode cleanupAndreas Gruenbacher4-3/+4
2024-12-09gfs2: Allow immediate GLF_VERIFY_DELETE workAndreas Gruenbacher1-5/+6
2024-12-09gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETEAndreas Gruenbacher2-8/+8
2024-12-09gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher4-14/+21
2024-12-09gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdrawAndreas Gruenbacher1-1/+1
2024-10-17gfs2: Revert "ignore negated quota changes"Andreas Gruenbacher1-11/+0
2024-10-17gfs2: qd_check_sync cleanupsAndreas Gruenbacher1-18/+22
2024-10-17gfs2: Revert "introduce qd_bh_get_or_undo"Andreas Gruenbacher1-19/+17
2024-09-08gfs2: Revert "Add quota_change type"Andreas Gruenbacher2-15/+10
2024-08-29gfs2: Refcounting fix in gfs2_thaw_superAndreas Gruenbacher1-0/+2
2024-08-29gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher1-1/+1
2024-07-05gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher2-1/+6
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher1-6/+3
2024-06-12gfs2: do_xmote fixesAndreas Gruenbacher1-19/+25
2024-06-12gfs2: finish_xmote cleanupAndreas Gruenbacher1-8/+13
2024-06-12gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher15-41/+46
2024-06-12gfs2: Mark withdraws as unlikelyAndreas Gruenbacher8-15/+15
2024-06-12gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher6-16/+57
2024-06-12gfs2: Remove ill-placed consistency checkAndreas Gruenbacher1-1/+0
2024-06-12gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher19-285/+289
2024-06-12gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher3-15/+16
2024-06-12gfs2: Convert gfs2_internal_read to foliosAndreas Gruenbacher2-20/+18
2024-06-12gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher6-13/+15
2024-06-12gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2-2/+3
2024-06-12gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher1-0/+3
2024-05-17gfs2: Fix invalid metadata access in punch_holeAndrew Price1-2/+3
2024-01-26gfs2: fix kernel BUG in gfs2_quota_cleanupEdward Adam Davis1-1/+2
2024-01-26gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad1-1/+1
2023-11-28gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher1-3/+1
2023-11-28gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher1-3/+4
2023-11-28gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng1-4/+6
2023-11-28gfs2: fix an oops in gfs2_permissionAl Viro2-3/+10
2023-11-28gfs2: ignore negated quota changesBob Peterson1-0/+11
2023-09-18gfs2: Fix quota=quiet oversightBob Peterson1-1/+2
2023-09-18gfs2: fix glock shrinker ref issuesBob Peterson1-1/+3
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 Torvalds19-326/+344