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-06-16gfs2: 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-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-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
2022-11-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-5/+7
2022-11-26gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-07-12gfs2: Fix gfs2_file_buffered_write endless loop workaroundAndreas Gruenbacher1-0/+1
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-05-09gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher1-4/+0
2022-05-09gfs2: Make sure not to return short direct writesAndreas Gruenbacher1-1/+1
2022-05-09gfs2: Minor retry logic cleanupAndreas Gruenbacher1-18/+16
2022-05-09gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher1-0/+3
2022-05-01gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher1-12/+87
2022-05-01iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-2/+2
2022-05-01gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher1-5/+94
2022-05-01gfs2: Eliminate ip->i_ghAndreas Gruenbacher2-15/+22
2022-05-01gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher2-59/+28
2022-05-01gfs2: Introduce flag for glock holder auto-demotionBob Peterson3-36/+200
2022-05-01gfs2: Clean up function may_grantAndreas Gruenbacher1-50/+69
2022-05-01gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher1-10/+17
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson1-4/+5
2022-04-08gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price1-1/+2
2022-04-08gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher6-8/+9
2022-02-16gfs2: Fix gfs2_release for non-writers regressionBob Peterson1-3/+4
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-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+2
2021-08-31Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-141/+139