summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2024-01-25gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad
2023-11-28gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher
2023-11-28gfs2: fix an oops in gfs2_permissionAl Viro
2023-11-28gfs2: ignore negated quota changesBob Peterson
2023-09-19gfs2: low-memory forced flush fixesAndreas Gruenbacher
2023-09-19gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher
2023-08-26gfs2: Fix possible data races in gfs2_show_options()Tuo Li
2023-06-09gfs2: Don't deref jdesc in evictBob Peterson
2023-05-24gfs2: Fix inode height consistency checkAndreas Gruenbacher
2023-03-10gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher
2023-03-10gfs2: jdata writepage fixAndreas Gruenbacher
2023-02-09gfs2: Always check inode size of inline inodesAndreas Gruenbacher
2023-02-09gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher
2022-11-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher
2022-11-26gfs2: Check sb_bsize_shift after reading superblockAndrew Price
2022-07-12gfs2: Fix gfs2_file_buffered_write endless loop workaroundAndreas Gruenbacher
2022-06-09gfs2: use i_lock spin_lock for inode qadataBob Peterson
2022-05-25gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher
2022-05-18gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher
2022-05-09gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher
2022-05-09gfs2: Make sure not to return short direct writesAndreas Gruenbacher
2022-05-09gfs2: Minor retry logic cleanupAndreas Gruenbacher
2022-05-09gfs2: Prevent endless loops in gfs2_file_buffered_writeAndreas Gruenbacher
2022-05-01gfs2: Fix mmap + page fault deadlocks for direct I/OAndreas Gruenbacher
2022-05-01iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2022-05-01gfs2: Fix mmap + page fault deadlocks for buffered I/OAndreas Gruenbacher
2022-05-01gfs2: Eliminate ip->i_ghAndreas Gruenbacher
2022-05-01gfs2: Move the inode glock locking to gfs2_file_buffered_writeAndreas Gruenbacher
2022-05-01gfs2: Introduce flag for glock holder auto-demotionBob Peterson
2022-05-01gfs2: Clean up function may_grantAndreas Gruenbacher
2022-05-01gfs2: Add wrapper for iomap_file_buffered_writeAndreas Gruenbacher
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson
2022-04-08gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price
2022-04-08gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher
2022-02-16gfs2: Fix gfs2_release for non-writers regressionBob Peterson
2021-12-08gfs2: Fix length of holes reported at end-of-fileAndreas Gruenbacher
2021-12-08gfs2: release iopen glock early in evictBob Peterson
2021-11-18gfs2: Fix glock_hash_walk bugsAndreas Gruenbacher
2021-11-18gfs2: Cancel remote delete work asynchronouslyAndreas Gruenbacher
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-31Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-08-20gfs2: Remove redundant check from gfs2_glock_dqBob Peterson
2021-08-20gfs2: Delay withdraw from atomic contextBob Peterson
2021-08-20gfs2: Don't call dlm after protocol is unmountedBob Peterson
2021-08-20gfs2: don't stop reads while withdraw in progressBob Peterson
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson
2021-08-20gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson