summaryrefslogtreecommitdiff
path: root/fs/gfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-02gfs2: fix freeze error handlingAlexey Velichayshiy1-3/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-07-09gfs2: Remove GIF_ALLOC_FAILED flagAndreas Gruenbacher1-4/+2
2025-05-26Merge tag 'gfs2-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-88/+6
2025-05-22gfs2: No more gfs2_find_jhead cachingAndreas Gruenbacher1-1/+1
2025-05-22gfs2: Get rid of duplicate log head lookupAndreas Gruenbacher1-12/+3
2025-05-22gfs2: Simplify gfs2_log_pointers_initAndreas Gruenbacher1-2/+1
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner1-9/+13
2025-04-25gfs2: deallocate inodes in gfs2_create_inodeAndreas Gruenbacher1-5/+1
2025-04-21gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_deallocAndreas Gruenbacher1-1/+1
2025-04-21gfs2: Move gfs2_dinode_deallocAndreas Gruenbacher1-68/+0
2025-04-21gfs2: replace sd_aspace with sd_inodeAndreas Gruenbacher1-1/+1
2025-04-07gfs2: pass through holder from the VFS for freeze/thawChristian Brauner1-6/+8
2025-03-10gfs2: skip if we cannot defer deleteAndreas Gruenbacher1-2/+2
2025-03-10gfs2: minor evict fixAndreas Gruenbacher1-14/+3
2025-03-10gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETEAndreas Gruenbacher1-1/+2
2024-11-19gfs2: Only defer deletes when we have an iopen glockAndreas Gruenbacher1-4/+7
2024-11-05gfs2: gfs2_evict_inode clarificationAndreas Gruenbacher1-3/+3
2024-11-05gfs2: Update to the evict / remote delete documentationAndreas Gruenbacher1-3/+3
2024-11-05gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inodeAndreas Gruenbacher1-1/+8
2024-11-05gfs2: Return enum evict_behavior from gfs2_upgrade_iopen_glockAndreas Gruenbacher1-6/+14
2024-11-05gfs2: Rename dinode_demise to evict_behaviorAndreas Gruenbacher1-18/+19
2024-11-05gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETEAndreas Gruenbacher1-1/+1
2024-11-05gfs2: Faster gfs2_upgrade_iopen_glock wakeupsAndreas Gruenbacher1-2/+2
2024-10-22KMSAN: uninit-value in inode_go_dump (5)Qianqiang Liu1-0/+2
2024-09-25gfs2: Fix unlinked inode cleanupAndreas Gruenbacher1-1/+1
2024-05-29gfs2: Revise glock reference counting modelAndreas Gruenbacher1-1/+0
2024-05-07gfs2: make timeout values more explicitWolfram Sang1-3/+2
2024-04-29gfs2: gfs2_freeze_unlock cleanupAndreas Gruenbacher1-6/+6
2024-04-24gfs2: Fix potential glock use-after-free on unmountAndreas Gruenbacher1-3/+0
2024-04-09gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_asyncAndreas Gruenbacher1-2/+2
2024-04-09gfs2: Fix NULL pointer dereference in gfs2_log_flushAndreas Gruenbacher1-0/+4
2023-12-27gfs2: Fix freeze consistency check in log_write_headerAndreas Gruenbacher1-24/+16
2023-12-27gfs2: Refcounting fix in gfs2_thaw_superAndreas Gruenbacher1-0/+2
2023-12-27gfs2: Minor gfs2_{freeze,thaw}_super cleanupAndreas Gruenbacher1-13/+13
2023-12-20gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher1-5/+5
2023-12-20gfs2: Mark withdraws as unlikelyAndreas Gruenbacher1-1/+1
2023-12-20gfs2: use is_subdir()Al Viro1-11/+1
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+11
2023-11-06gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng1-4/+6
2023-11-06gfs2: fs: derive f_fsid from s_uuidAmir Goldstein1-0/+1
2023-11-06gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher1-3/+3
2023-10-18gfs2: convert to new timestamp accessorsJeff Layton1-6/+6
2023-10-03gfs2: fix an oops in gfs2_permissionAl Viro1-1/+1
2023-09-19gfs2: Simplify function gfs2_upgrade_iopen_glockAndreas Gruenbacher1-10/+0
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-19/+9
2023-09-05gfs2: Introduce new quota=quiet mount optionBob Peterson1-0/+3
2023-09-05gfs2: Fix asynchronous thread destructionAndreas Gruenbacher1-12/+4
2023-09-05gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher1-7/+2
2023-09-05gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher1-1/+1