summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2020-12-11gfs2: Don't freeze the file system during unmountBob Peterson
2020-12-11gfs2: Fix deadlock dumping resource group glocksAlexander Aring
2020-12-11gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson
2020-12-11gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher
2020-12-11gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher
2020-11-24gfs2: Fix regression in freeze_go_syncBob Peterson
2020-11-24gfs2: Fix case in which ail writes are done to jdata holesBob Peterson
2020-11-24gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong
2020-11-18gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson
2020-11-18gfs2: Add missing truncate_inode_pages_final for sd_aspaceBob Peterson
2020-11-18gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson
2020-11-10gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher
2020-11-10gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring
2020-11-05gfs2: Only access gl_delete for iopen glocksBob Peterson
2020-11-05gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher
2020-11-05gfs2: add validation checks for size of superblockAnant Thazhemadam
2020-11-05gfs2: use-after-free in sysfs deregistrationJamie Iles
2020-11-05gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price
2020-11-05gfs2: call truncate_inode_pages_final for address space glocksBob Peterson
2020-08-28Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-24gfs2: add some much needed cleanup for log flushes that failBob Peterson
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10Merge tag 'gfs2-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-08-07gfs2: When gfs2_dirty_inode gets a glock error, dump the glockBob Peterson
2020-08-07gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson
2020-08-07gfs2: print details on transactions that aren't properly endedBob Peterson
2020-08-07gfs2: Fix inaccurate commentBob Peterson
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03gfs2: Fix refcount leak in gfs2_glock_pokeAndreas Gruenbacher
2020-08-03gfs2: Pass glock holder to gfs2_file_direct_{read,write}Andreas Gruenbacher
2020-08-03gfs2: Add some flags missing from glock outputBob Peterson
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07gfs2: Rework read and page fault lockingAndreas Gruenbacher
2020-07-03gfs2: The freeze glock should never be frozenBob Peterson
2020-07-03gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHEBob Peterson
2020-07-03gfs2: read-only mounts should grab the sd_freeze_gl glockBob Peterson
2020-07-03gfs2: freeze should work on read-only mountsBob Peterson
2020-07-03gfs2: eliminate GIF_ORDERED in favor of list_emptyBob Peterson
2020-06-30gfs2: Don't sleep during glock hash walkAndreas Gruenbacher
2020-06-30gfs2: fix trans slab error when withdraw occurs inside log_flushBob Peterson
2020-06-30gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher
2020-06-05gfs2: fix use-after-free on transaction ail listsBob Peterson
2020-06-05gfs2: new slab for transactionsBob Peterson
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher