summaryrefslogtreecommitdiff
path: root/fs/gfs2/super.c
AgeCommit message (Expand)Author
2025-05-26Merge tag 'gfs2-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-05-22gfs2: No more gfs2_find_jhead cachingAndreas Gruenbacher
2025-05-22gfs2: Get rid of duplicate log head lookupAndreas Gruenbacher
2025-05-22gfs2: Simplify gfs2_log_pointers_initAndreas Gruenbacher
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner
2025-04-24gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher
2025-04-21gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_deallocAndreas Gruenbacher
2025-04-21gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher
2025-04-21gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher
2025-04-07gfs2: pass through holder from the VFS for freeze/thawChristian Brauner
2025-03-10gfs2: skip if we cannot defer deleteAndreas Gruenbacher
2025-03-10gfs2: minor evict fixAndreas Gruenbacher
2025-03-10gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETEAndreas Gruenbacher
2024-11-19gfs2: Only defer deletes when we have an iopen glockAndreas Gruenbacher
2024-11-05gfs2: gfs2_evict_inode clarificationAndreas Gruenbacher
2024-11-05gfs2: Update to the evict / remote delete documentationAndreas Gruenbacher
2024-11-05gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inodeAndreas Gruenbacher
2024-11-05gfs2: Return enum evict_behavior from gfs2_upgrade_iopen_glockAndreas Gruenbacher
2024-11-05gfs2: Rename dinode_demise to evict_behaviorAndreas Gruenbacher
2024-11-05gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETEAndreas Gruenbacher
2024-11-05gfs2: Faster gfs2_upgrade_iopen_glock wakeupsAndreas Gruenbacher
2024-10-22KMSAN: uninit-value in inode_go_dump (5)Qianqiang Liu
2024-09-25gfs2: Fix unlinked inode cleanupAndreas Gruenbacher
2024-05-29gfs2: Revise glock reference counting modelAndreas Gruenbacher
2024-05-07gfs2: make timeout values more explicitWolfram Sang
2024-04-29gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher
2024-04-24gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher
2024-04-09gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher
2024-04-09gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher
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-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher
2023-12-20gfs2: use is_subdir()Al Viro
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-11-06gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng
2023-11-06gfs2: fs: derive f_fsid from s_uuidAmir Goldstein
2023-11-06gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton
2023-10-03gfs2: fix an oops in gfs2_permissionAl Viro
2023-09-18gfs2: Simplify function gfs2_upgrade_iopen_glockAndreas Gruenbacher
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-05gfs2: Introduce new quota=quiet mount optionBob Peterson
2023-09-05gfs2: Fix asynchronous thread destructionAndreas Gruenbacher
2023-09-05gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-07-24gfs2: convert to ctime accessor functionsJeff Layton
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong