summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2023-09-05gfs2: Sanitize kthread stoppingAndreas Gruenbacher
2023-09-05gfs2: Switch to wait_event in gfs2_quotadAndreas Gruenbacher
2023-09-05gfs2: Fix asynchronous thread destructionAndreas Gruenbacher
2023-09-05gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher
2023-09-05gfs2: Free quota data objects synchronouslyAndreas Gruenbacher
2023-09-05gfs2: Fix initial quota data refcountAndreas Gruenbacher
2023-09-05gfs2: No more quota complaints after withdrawAndreas Gruenbacher
2023-09-05gfs2: Factor out duplicate quota data disposal codeAndreas Gruenbacher
2023-09-05gfs2: Use gfs2_qd_dispose in gfs2_quota_cleanupAndreas Gruenbacher
2023-09-05gfs2: Fix wrong quota shrinker return valueAndreas Gruenbacher
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher
2023-09-05gfs2: Rename sd_{ glock => kill }_waitAndreas Gruenbacher
2023-09-05gfs2: Use qd_sbd more consequentlyBob Peterson
2023-09-05gfs2: journal flush threshold fixes and cleanupAndreas Gruenbacher
2023-09-05gfs2: Fix logd wakeup on I/O errorAndreas Gruenbacher
2023-09-05gfs2: low-memory forced flush fixesAndreas Gruenbacher
2023-09-05gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher
2023-09-05gfs2: conversion deadlock do_promote bypassBob Peterson
2023-09-05gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher
2023-09-05gfs2: do_promote cleanupAndreas Gruenbacher
2023-09-05gfs: Don't use GFP_NOFS in gfs2_unstuff_dinodeAndreas Gruenbacher
2023-09-05gfs2: Use mapping->gfp_mask for metadata inodesAndreas Gruenbacher
2023-09-05gfs2: increase usage of folio_next_index() helperMinjie Du
2023-08-31Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-07gfs2: Don't use filemap_splice_readBob Peterson
2023-08-07gfs2: Fix freeze consistency check in gfs2_trans_add_metaAndreas Gruenbacher
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)
2023-07-24iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)
2023-07-24gfs2: fix timestamp handling on quota inodesJeff Layton
2023-07-24gfs2: convert to ctime accessor functionsJeff Layton
2023-07-20fs: dlm: fix F_CANCELLK to cancel pending requestAlexander Aring
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong
2023-07-04Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-03gfs2: Add quota_change typeBob Peterson
2023-07-03gfs2: Use memcpy_{from,to}_page where appropriateAndreas Gruenbacher
2023-07-03gfs2: Convert remaining kmap_atomic calls to kmap_local_pageAndreas Gruenbacher
2023-07-03gfs2: Replace deprecated kmap_atomic with kmap_local_pageDeepak R Varma
2023-07-03gfs: Get rid of unnucessary locking in inode_go_dumpAndreas Gruenbacher
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher