summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
10 daysgfs2: fix freeze error handlingAlexey Velichayshiy1-3/+1
10 daysgfs2: Fix use of bio_chainAndreas Gruenbacher1-1/+1
2025-06-27gfs2: move msleep to sleepable contextAlexander Aring1-1/+2
2025-06-27gfs2: 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-08-29gfs2: Remove freeze_go_demote_okAndreas Gruenbacher1-13/+0
2024-08-29gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher3-31/+6
2024-08-29gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher1-3/+1
2024-08-29gfs2: Fix another freeze/thaw hangAndreas Gruenbacher1-4/+5
2024-08-29gfs2: Refcounting fix in gfs2_thaw_superAndreas Gruenbacher1-0/+2
2024-08-29gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher1-1/+1
2024-08-29gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher2-8/+20
2024-08-29gfs2: Rework freeze / thaw logicAndreas Gruenbacher7-110/+178
2024-08-29gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher4-7/+7
2024-08-29gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher5-11/+12
2024-08-29gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher2-7/+7
2024-08-29gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher5-9/+9
2024-07-05gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng1-0/+2
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 NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad1-1/+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-09-19gfs2: low-memory forced flush fixesAndreas Gruenbacher2-6/+6
2023-09-19gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher1-12/+5
2023-08-23gfs2: Fix possible data races in gfs2_show_options()Tuo Li1-11/+15
2023-07-19gfs2: Fix duplicate should_fault_in_pages() callBob Peterson1-1/+1
2023-06-28gfs2: Don't get stuck writing page onto itself under direct I/OAndreas Gruenbacher1-3/+14
2023-06-09gfs2: Don't deref jdesc in evictBob Peterson1-0/+8
2023-05-24gfs2: Fix inode height consistency checkAndreas Gruenbacher1-1/+2
2023-03-10gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher1-2/+6
2023-03-10gfs2: jdata writepage fixAndreas Gruenbacher1-2/+1
2023-02-09gfs2: Always check inode size of inline inodesAndreas Gruenbacher3-5/+3
2023-02-09gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher2-33/+35
2023-02-09Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one"Andreas Gruenbacher1-1/+10
2022-12-31gfs2: Partially revert gfs2_inode_lookup changeAndreas Gruenbacher1-0/+2
2022-10-11Merge tag 'gfs2-nopid-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-25/+246
2022-10-11Merge tag 'gfs2-v6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-25/+77
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-11/+4
2022-10-09gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher7-25/+246
2022-10-07Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2022-09-20gfs2: Register fs after creating workqueuesBob Peterson1-12/+12
2022-09-20gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-09-12gfs2: replace ll_rw_block()Zhang Yi2-11/+4
2022-08-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-5/+7
2022-08-25gfs2: Clear flags when withdraw prevents xmoteBob Peterson1-2/+20
2022-08-25gfs2: Dequeue waiters when withdrawnBob Peterson3-0/+20