summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
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
2023-12-21gfs2: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao
2023-12-21gfs2: Add missing set_freezable() for freezable kthreadKevin Hao
2023-12-20gfs2: Remove use of error flag in journal readsMatthew Wilcox (Oracle)
2023-12-20gfs2: Lift withdraw check out of gfs2_ail1_emptyAndreas Gruenbacher
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher
2023-12-20gfs2: Minor gfs2_ail1_empty cleanupAndreas Gruenbacher
2023-12-20gfs2: use is_subdir()Al Viro
2023-12-20gfs2: d_obtain_alias(ERR_PTR(...)) will do the right thingAl Viro
2023-12-18gfs2: Use GL_NOBLOCK flag for non-blocking lookupsAbhi Das
2023-12-18gfs2: Add GL_NOBLOCK flagAndreas Gruenbacher
2023-12-18gfs2: rgrp: fix kernel-doc warningsRandy Dunlap
2023-12-18gfs2: fix kernel BUG in gfs2_quota_cleanupEdward Adam Davis
2023-12-18gfs2: Fix inode_go_instantiate descriptionAndreas Gruenbacher
2023-12-18gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-10gfs2: convert stuffed_readpage() to stuffed_read_folio()Matthew Wilcox (Oracle)
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-11-16dlm: implement EXPORT_OP_ASYNC_LOCKAlexander Aring
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-06gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher