summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-14Merge tag 'gfs2-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2024-05-07gfs2: make timeout values more explicitWolfram Sang
2024-05-03gfs2: Convert gfs2_aspace_writepage() to use a folioMatthew Wilcox (Oracle)
2024-05-03gfs2: Add a migrate_folio operation for journalled filesMatthew Wilcox (Oracle)
2024-05-03gfs2: more obvious initializations of mapping->hostAl Viro
2024-05-02gfs2: Simplify gfs2_read_superMatthew Wilcox (Oracle)
2024-04-29gfs2: Convert gfs2_page_mkwrite() to use a folioMatthew Wilcox (Oracle)
2024-04-29gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher
2024-04-24gfs2: Remove and replace gfs2_glock_queue_workAndreas Gruenbacher
2024-04-24gfs2: do_xmote fixesAndreas Gruenbacher
2024-04-24gfs2: finish_xmote cleanupAndreas Gruenbacher
2024-04-24gfs2: Unlock fewer glocks on unmountAndreas Gruenbacher
2024-04-24gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher
2024-04-24gfs2: Remove ill-placed consistency checkAndreas Gruenbacher
2024-04-24gfs2: Fix lru_count accountingAndreas Gruenbacher
2024-04-09gfs2: Fix "Make glock lru list scanning safer"Andreas Gruenbacher
2024-04-09Revert "gfs2: fix glock shrinker ref issues"Andreas Gruenbacher
2024-04-09gfs2: Fix "ignore unlock failures after withdraw"Andreas Gruenbacher
2024-04-09gfs2: Get rid of unnecessary test_and_set_bitAndreas Gruenbacher
2024-04-09gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lruAndreas Gruenbacher
2024-04-09gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher
2024-04-09gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdrawAndreas Gruenbacher
2024-04-09gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher
2024-04-09gfs2: Don't forget to complete delayed withdrawAndreas Gruenbacher
2024-04-09gfs2: Use [NO_]CREATE consistently for gfs2_glock_getAndreas Gruenbacher
2024-04-09gfs2: Follow-up to flag rename in sysfs status fileAndreas Gruenbacher
2024-04-09gfs2: Remove unnecessary gfs2_meta_check_ii argumentAndreas Gruenbacher
2024-04-09gfs2: Get rid of newlines in log messagesAndreas Gruenbacher
2024-04-09gfs2: Improve gfs2_consist_inode() usageAndrew Price
2024-03-25Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-11gfs2: Fix invalid metadata access in punch_holeAndrew Price
2024-02-08fs: super_set_uuid()Kent Overstreet
2024-02-05gfs2: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05gfs2: convert to using new filelock helpersJeff Layton
2024-02-02Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"Andreas Gruenbacher
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig
2024-01-10Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2024-01-10Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-29fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-12-27gfs2: Fix freeze consistency check in log_write_headerAndreas Gruenbacher
2023-12-27gfs2: Refcounting fix in gfs2_thaw_superAndreas Gruenbacher
2023-12-27gfs2: Minor gfs2_{freeze,thaw}_super cleanupAndreas Gruenbacher