summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)Author
2025-03-10gfs2: Fix additional unlikely request cancelation raceAndreas Gruenbacher
2025-03-10gfs2: Fix request cancelation bugAndreas Gruenbacher
2025-03-10gfs2: Check for empty queue in run_queueAndreas Gruenbacher
2025-03-10gfs2: Remove more dead code in add_to_queueAndreas Gruenbacher
2025-03-10gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETEAndreas Gruenbacher
2025-03-10gfs2: glock holder GL_NOPID fixAndreas Gruenbacher
2025-03-10gfs2: Add GLF_PENDING_REPLY flagAndreas Gruenbacher
2025-03-10gfs2: Decode missing glock flags in tracepointsAndreas Gruenbacher
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher
2025-02-07gfs2: switch to lockref_init(..., 1)Andreas Gruenbacher
2025-02-07gfs2: use lockref_init for gl_lockrefAndreas Gruenbacher
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27gfs2_drevalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-20Merge tag 'gfs2-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2025-01-16gfs2: use lockref_init for qd_lockrefChristoph Hellwig
2025-01-14gfs2: Truncate address space when flipping GFS2_DIF_JDATA flagAndreas Gruenbacher
2024-12-09gfs2: reorder capability check lastChristian Göttsche
2024-11-26Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-19gfs2: Prevent inode creation raceAndreas Gruenbacher
2024-11-19gfs2: Only defer deletes when we have an iopen glockAndreas Gruenbacher
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song
2024-11-05gfs2: Simplify DLM_LKF_QUECVT useAndreas Gruenbacher
2024-11-05gfs2: gfs2_evict_inode clarificationAndreas Gruenbacher
2024-11-05gfs2: Make gfs2_inode_refresh staticAndreas Gruenbacher
2024-11-05gfs2: Use get_random_u32 in gfs2_orlov_skipAndreas Gruenbacher
2024-11-05gfs2: Randomize GLF_VERIFY_DELETE work delayAndreas Gruenbacher
2024-11-05gfs2: Use mod_delayed_work in gfs2_queue_try_to_evictAndreas 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: Clean up delete work processingAndreas Gruenbacher
2024-11-05gfs2: Minor delete_work_func cleanupAndreas 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-10-07get rid of ...lookup...fdget_rcu() familyAl Viro
2024-10-02Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner
2024-10-01exportfs: Remove EXPORT_OP_ASYNC_LOCKBenjamin Coddington
2024-09-25gfs2: Fix unlinked inode cleanupAndreas Gruenbacher
2024-09-25gfs2: Allow immediate GLF_VERIFY_DELETE workAndreas Gruenbacher
2024-09-24gfs2: Initialize gl_no_formal_ino earlierAndreas Gruenbacher
2024-09-24gfs2: Rename GLF_VERIFY_EVICT to GLF_VERIFY_DELETEAndreas Gruenbacher
2024-09-23Merge tag 'gfs2-v6.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-12gfs2/ocfs2: set FOP_ASYNC_LOCKBenjamin Coddington