summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring1-1/+2
2025-06-27gfs2: gfs2_create_inode error handling fixAndreas Gruenbacher1-1/+2
2025-02-01gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher1-0/+1
2024-09-04gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher1-1/+1
2024-06-16gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher2-2/+3
2024-05-17gfs2: Fix invalid metadata access in punch_holeAndrew Price1-2/+3
2024-01-26gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad1-1/+1
2024-01-26gfs2: Also reflect single-block allocations in rgd->rd_extfail_ptAndreas Gruenbacher1-8/+10
2024-01-26Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks reserved"Andreas Gruenbacher1-2/+1
2023-11-28gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher1-3/+4
2023-11-28gfs2: fix an oops in gfs2_permissionAl Viro2-3/+10
2023-11-28gfs2: ignore negated quota changesBob Peterson1-0/+11
2023-08-26gfs2: Fix possible data races in gfs2_show_options()Tuo Li1-11/+15
2023-06-09gfs2: Don't deref jdesc in evictBob Peterson1-0/+8
2023-05-30gfs2: Fix inode height consistency checkAndreas Gruenbacher1-1/+2
2023-04-05gfs2: Always check inode size of inline inodesAndreas Gruenbacher3-5/+3
2023-03-11gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher1-2/+6
2023-03-11gfs2: jdata writepage fixAndreas Gruenbacher1-2/+1
2022-11-25gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-5/+7
2022-11-25gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-06-09gfs2: use i_lock spin_lock for inode qadataBob Peterson1-12/+20
2022-05-25gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher1-1/+3
2022-05-18gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher1-6/+5
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson1-4/+5
2022-04-13gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher6-8/+9
2022-04-13gfs2: Fix gfs2_release for non-writers regressionBob Peterson1-3/+4
2022-04-13gfs2: Check for active reservation in gfs2_releaseAndreas Gruenbacher1-2/+2
2022-04-08gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price1-1/+2
2021-12-08gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher1-1/+1
2021-12-08gfs2: release iopen glock early in evictBob Peterson1-7/+7
2021-11-18gfs2: Fix glock_hash_walk bugsAndreas Gruenbacher1-10/+12
2021-11-18gfs2: Cancel remote delete work asynchronouslyAndreas Gruenbacher1-1/+1
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen3-3/+5
2021-09-18gfs2: Don't call dlm after protocol is unmountedBob Peterson1-0/+5
2021-09-18gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson1-10/+7
2021-09-15gfs2: init system threads before freeze lockBob Peterson2-55/+48
2021-09-15gfs2: Fix memory leak of object lsi on error return pathColin Ian King1-0/+1
2021-07-14gfs2: Fix error handling in init_statfsAndreas Gruenbacher1-0/+1
2021-07-14gfs2: Fix underflow in gfs2_page_mkwriteAndreas Gruenbacher1-2/+2
2021-06-18gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton1-1/+1
2021-06-18gfs2: fix a deadlock on withdraw-during-mountBob Peterson1-3/+21
2021-06-18gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher1-1/+4
2021-06-10gfs2: fix scheduling while atomic bug in glocksBob Peterson1-0/+2
2021-04-16gfs2: report "already frozen/thawed" errorsBob Peterson1-4/+6
2021-04-16gfs2: Flag a withdraw if init_threads() failsAndrew Price1-1/+3
2021-03-30gfs2: fix use-after-free in trans_drainBob Peterson2-0/+6
2021-03-25gfs2: bypass signal_our_withdraw if no journalBob Peterson1-5/+10
2021-03-25gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson3-39/+33
2021-03-25gfs2: Add common helper for holding and releasing the freeze glockBob Peterson5-37/+47
2021-03-04gfs2: Recursive gfs2_quota_hold in gfs2_iomap_endAndreas Gruenbacher1-3/+3