Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull gfs2 updates from Andreas Gruenbacher: - Fix the code that cleans up left-over unlinked files. Various fixes and minor improvements in deleting files cached or held open remotely. - Simplify the use of dlm's DLM_LKF_QUECVT flag. - A few other minor cleanups. * tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: (21 commits) gfs2: Prevent inode creation race gfs2: Only defer deletes when we have an iopen glock gfs2: Simplify DLM_LKF_QUECVT use gfs2: gfs2_evict_inode clarification gfs2: Make gfs2_inode_refresh static gfs2: Use get_random_u32 in gfs2_orlov_skip gfs2: Randomize GLF_VERIFY_DELETE work delay gfs2: Use mod_delayed_work in gfs2_queue_try_to_evict gfs2: Update to the evict / remote delete documentation gfs2: Call gfs2_queue_verify_delete from gfs2_evict_inode gfs2: Clean up delete work processing gfs2: Minor delete_work_func cleanup gfs2: Return enum evict_behavior from gfs2_upgrade_iopen_glock gfs2: Rename dinode_demise to evict_behavior gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE gfs2: Faster gfs2_upgrade_iopen_glock wakeups KMSAN: uninit-value in inode_go_dump (5) gfs2: Fix unlinked inode cleanup gfs2: Allow immediate GLF_VERIFY_DELETE work gfs2: Initialize gl_no_formal_ino earlier ...
No related branches found
No related tags found
Showing
- fs/gfs2/glock.c 41 additions, 66 deletionsfs/gfs2/glock.c
- fs/gfs2/glock.h 7 additions, 0 deletionsfs/gfs2/glock.h
- fs/gfs2/glops.c 9 additions, 2 deletionsfs/gfs2/glops.c
- fs/gfs2/incore.h 2 additions, 2 deletionsfs/gfs2/incore.h
- fs/gfs2/inode.c 1 addition, 0 deletionsfs/gfs2/inode.c
- fs/gfs2/inode.h 0 additions, 2 deletionsfs/gfs2/inode.h
- fs/gfs2/lock_dlm.c 25 additions, 4 deletionsfs/gfs2/lock_dlm.c
- fs/gfs2/rgrp.c 2 additions, 4 deletionsfs/gfs2/rgrp.c
- fs/gfs2/super.c 55 additions, 34 deletionsfs/gfs2/super.c
Loading
Please register or sign in to comment