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