aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-15Merge tag 'gfs2-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds1-24/+87
2026-04-13Merge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-04-07gfs2: hide error messages after withdrawAndreas Gruenbacher1-1/+1
2026-04-07gfs2: wait for withdraw earlier during unmountAndreas Gruenbacher1-2/+3
2026-04-07gfs2: fix address space truncation during withdrawAndreas Gruenbacher1-13/+28
2026-03-23gfs2: Fix data loss during inode evictAndreas Gruenbacher1-8/+28
2026-03-23gfs2: minor evict_[un]linked_inode cleanupAndreas Gruenbacher1-6/+8
2026-03-23gfs2: Avoid unnecessary transactions in evict_linked_inodeAndreas Gruenbacher1-5/+30
2026-02-24gfs2: Remove unnecessary check in gfs2_evict_inodeAndreas Gruenbacher1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-17gfs2: stop using writeback internals for dirty_exceeded checkKundan Kumar1-1/+1
2026-02-03gfs2: fix memory leaks in gfs2_fill_super error pathDeepanshu Kartikey1-1/+3
2025-11-26gfs2: No longer thaw filesystems during a withdrawAndreas Gruenbacher1-14/+0
2025-11-26gfs2: New gfs2_withdraw_helperAndreas Gruenbacher1-0/+3
2025-11-26gfs2: Rename LM_FLAG_{NOEXP -> RECOVER}Andreas Gruenbacher1-1/+1
2025-11-26gfs2: Rename gfs2_{withdrawing_or_ => }withdrawnAndreas Gruenbacher1-5/+5
2025-11-26gfs2: Asynchronous withdrawAndreas Gruenbacher1-1/+1
2025-11-26gfs2: 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-24gfs2: 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