summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
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
2020-10-23gfs2: Recover statfs info in journal headAbhi Das
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das
2020-10-20gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das
2020-10-20gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher
2020-10-20gfs2: Eliminate gl_vmBob Peterson
2020-10-20gfs2: Only access gl_delete for iopen glocksBob Peterson
2020-10-20gfs2: Fix comments to glock_hash_walkBob Peterson
2020-10-15gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson
2020-10-15gfs2: Ignore journal log writes for jdata holesBob Peterson
2020-10-15gfs2: simplify gfs2_block_mapBob Peterson
2020-10-15gfs2: Only set PageChecked if we have a transactionBob Peterson
2020-10-15gfs2: don't lock sd_ail_lock in gfs2_releasepageBob Peterson
2020-10-15gfs2: make gfs2_ail1_empty_one return the count of active itemsBob Peterson
2020-10-15gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson
2020-10-15gfs2: enhance log_blocks trace point to show log blocks freeBob Peterson
2020-10-15gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson
2020-10-15gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parmBob Peterson
2020-10-15gfs2: add validation checks for size of superblockAnant Thazhemadam
2020-10-14gfs2: use-after-free in sysfs deregistrationJamie Iles
2020-10-14gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price
2020-10-14gfs2: use iomap for buffered I/O in ordered and writeback modeChristoph Hellwig
2020-10-14gfs2: call truncate_inode_pages_final for address space glocksBob Peterson