summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-04gfs2: Lock imbalance on error path in gfs2_recover_oneAndreas Gruenbacher1-1/+3
2021-03-04gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson1-6/+2
2021-03-04gfs2: fix glock confusion in function signal_our_withdrawBob Peterson1-7/+9
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher1-10/+11
2020-11-26gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher1-0/+21
2020-11-25gfs2: Don't freeze the file system during unmountBob Peterson1-1/+2
2020-11-25gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson1-0/+4
2020-11-25gfs2: set lockdep subclass for iopen glocksAlexander Aring3-0/+3
2020-11-25gfs2: Fix deadlock dumping resource group glocksAlexander Aring1-1/+1
2020-11-18gfs2: Fix regression in freeze_go_syncBob Peterson1-1/+12
2020-11-12gfs2: Fix case in which ail writes are done to jdata holesBob Peterson2-1/+3
2020-11-12Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson1-6/+2
2020-11-12gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong1-5/+5
2020-11-03gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring1-1/+2
2020-11-02gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher1-1/+2
2020-10-30gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson1-0/+3