aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
AgeCommit message (Expand)Author
2022-05-25gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher
2022-05-18gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson
2022-04-13gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher
2022-04-13gfs2: Fix gfs2_release for non-writers regressionBob Peterson
2022-04-13gfs2: Check for active reservation in gfs2_releaseAndreas Gruenbacher
2022-04-08gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price
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-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-09-18gfs2: Don't call dlm after protocol is unmountedBob Peterson
2021-09-18gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson
2021-09-15gfs2: init system threads before freeze lockBob Peterson
2021-09-15gfs2: Fix memory leak of object lsi on error return pathColin Ian King
2021-07-14gfs2: Fix error handling in init_statfsAndreas Gruenbacher
2021-07-14gfs2: Fix underflow in gfs2_page_mkwriteAndreas Gruenbacher
2021-06-18gfs2: Fix use-after-free in gfs2_glock_shrink_scanHillf Danton
2021-06-18gfs2: fix a deadlock on withdraw-during-mountBob Peterson
2021-06-18gfs2: Prevent direct-I/O write fallback errors from getting lostAndreas Gruenbacher
2021-06-10gfs2: fix scheduling while atomic bug in glocksBob Peterson
2021-04-16gfs2: report "already frozen/thawed" errorsBob Peterson
2021-04-16gfs2: Flag a withdraw if init_threads() failsAndrew Price
2021-03-30gfs2: fix use-after-free in trans_drainBob Peterson
2021-03-25gfs2: bypass signal_our_withdraw if no journalBob Peterson
2021-03-25gfs2: move freeze glock outside the make_fs_rw and _ro functionsBob Peterson
2021-03-25gfs2: Add common helper for holding and releasing the freeze glockBob Peterson
2021-03-04gfs2: Recursive gfs2_quota_hold in gfs2_iomap_endAndreas Gruenbacher
2021-03-04gfs2: Lock imbalance on error path in gfs2_recover_oneAndreas Gruenbacher
2021-03-04gfs2: Don't skip dlm unlock if glock has an lvbBob Peterson
2021-03-04gfs2: fix glock confusion in function signal_our_withdrawBob Peterson
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher
2020-11-26gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher
2020-11-25gfs2: Don't freeze the file system during unmountBob Peterson
2020-11-25gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson
2020-11-24gfs2: set lockdep subclass for iopen glocksAlexander Aring
2020-11-24gfs2: Fix deadlock dumping resource group glocksAlexander Aring
2020-11-18gfs2: Fix regression in freeze_go_syncBob Peterson
2020-11-12gfs2: Fix case in which ail writes are done to jdata holesBob Peterson
2020-11-12Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson
2020-11-12gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong
2020-11-03gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring
2020-11-02gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher
2020-10-29gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson
2020-10-29gfs2: don't initialize statfs_change inodes in spectator modeBob Peterson
2020-10-29gfs2: Split up gfs2_meta_sync into inode and rgrp versionsBob Peterson
2020-10-29gfs2: init_journal's undo directive should also undo the statfs inodesBob Peterson
2020-10-29gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson
2020-10-29gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson