summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
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
2020-10-14gfs2: simplify the logic in gfs2_evict_inodeBob Peterson
2020-10-14gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson
2020-10-14gfs2: further simplify gfs2_evict_inode with new func evict_should_deleteBob Peterson
2020-10-14gfs2: factor evict_unlinked_inode out of gfs2_evict_inodeBob Peterson
2020-10-14gfs2: rename variable error to ret in gfs2_evict_inodeBob Peterson
2020-10-14gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
2020-10-14gfs2: Fix bad comment for trans_drainBob Peterson
2020-10-14gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher
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