Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Pull gfs2 updates from Andreas Gruenbacher: - Add support for non-blocking lookup (MAY_NOT_BLOCK / LOOKUP_RCU) - Various minor fixes and cleanups * tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2: gfs2: Fix freeze consistency check in log_write_header gfs2: Refcounting fix in gfs2_thaw_super gfs2: Minor gfs2_{freeze,thaw}_super cleanup gfs2: Use wait_event_freezable_timeout() for freezable kthread gfs2: Add missing set_freezable() for freezable kthread gfs2: Remove use of error flag in journal reads gfs2: Lift withdraw check out of gfs2_ail1_empty gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn gfs2: Mark withdraws as unlikely gfs2: Minor gfs2_ail1_empty cleanup gfs2: use is_subdir() gfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing gfs2: Use GL_NOBLOCK flag for non-blocking lookups gfs2: Add GL_NOBLOCK flag gfs2: rgrp: fix kernel-doc warnings gfs2: fix kernel BUG in gfs2_quota_cleanup gfs2: Fix inode_go_instantiate description gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
No related branches found
No related tags found
Showing
- fs/gfs2/aops.c 1 addition, 1 deletionfs/gfs2/aops.c
- fs/gfs2/dentry.c 14 additions, 9 deletionsfs/gfs2/dentry.c
- fs/gfs2/export.c 0 additions, 2 deletionsfs/gfs2/export.c
- fs/gfs2/file.c 1 addition, 1 deletionfs/gfs2/file.c
- fs/gfs2/glock.c 42 additions, 5 deletionsfs/gfs2/glock.c
- fs/gfs2/glock.h 1 addition, 0 deletionsfs/gfs2/glock.h
- fs/gfs2/glops.c 2 additions, 2 deletionsfs/gfs2/glops.c
- fs/gfs2/inode.c 4 additions, 4 deletionsfs/gfs2/inode.c
- fs/gfs2/lock_dlm.c 4 additions, 4 deletionsfs/gfs2/lock_dlm.c
- fs/gfs2/log.c 36 additions, 27 deletionsfs/gfs2/log.c
- fs/gfs2/lops.c 7 additions, 14 deletionsfs/gfs2/lops.c
- fs/gfs2/meta_io.c 6 additions, 3 deletionsfs/gfs2/meta_io.c
- fs/gfs2/ops_fstype.c 1 addition, 1 deletionfs/gfs2/ops_fstype.c
- fs/gfs2/quota.c 8 additions, 8 deletionsfs/gfs2/quota.c
- fs/gfs2/recovery.c 1 addition, 1 deletionfs/gfs2/recovery.c
- fs/gfs2/rgrp.c 6 additions, 6 deletionsfs/gfs2/rgrp.c
- fs/gfs2/super.c 36 additions, 52 deletionsfs/gfs2/super.c
- fs/gfs2/sys.c 1 addition, 1 deletionfs/gfs2/sys.c
- fs/gfs2/trans.c 1 addition, 1 deletionfs/gfs2/trans.c
- fs/gfs2/util.c 2 additions, 2 deletionsfs/gfs2/util.c
Loading
Please register or sign in to comment