Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
Linus Torvalds authored
Pull more ubi and ubifs updates from Richard Weinberger:
 "UBI:
   - Correctly use kthread_should_stop in ubi worker

  UBIFS:
   - Fixes for memory leaks while iterating directory entries
   - Fix for a user triggerable error message
   - Fix for a space accounting bug in authenticated mode"

* tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs:
  ubifs: journal: Make sure to not dirty twice for auth nodes
  ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() fails
  ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inode
  ubi: check kthread_should_stop() after the setting of task state
  ubifs: dent: Fix some potential memory leaks while iterating entries
  ubifs: xattr: Fix some potential memory leaks while iterating entries
42973127
Name Last commit Last update
..
Kconfig fscrypt: Allow modular crypto algorithms
Makefile fscrypt: remove filesystem specific build config option
auth.c ubifs: Fix 'hash' kernel-doc warning in auth.c
budget.c ubifs: Limit the number of pages in shrink_liability
commit.c treewide: Remove uninitialized_var() usage
compress.c ubifs: Add support for zstd compression.
crypto.c fscrypt: introduce fscrypt_decrypt_block_inplace()
debug.c ubifs: dent: Fix some potential memory leaks while iterating entries
debug.h Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
dir.c ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
file.c treewide: Remove uninitialized_var() usage
find.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
gc.c ubifs: Fix some kernel-doc warnings in gc.c
io.c ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len
ioctl.c ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() fails
journal.c ubifs: journal: Make sure to not dirty twice for auth nodes
key.h ubifs: allow both hash and disk name to be provided in no-key names
log.c ubifs: remove unnecessary check in ubifs_log_start_commit
lprops.c treewide: Use fallthrough pseudo-keyword
lpt.c treewide: Remove uninitialized_var() usage
lpt_commit.c mm: remove the pgprot argument to __vmalloc
master.c ubifs: use crypto_shash_tfm_digest()
misc.c ubifs: Allow setting assert action as mount parameter
misc.h ubifs: misc.h: delete a duplicated word
orphan.c ubifs: xattr: Fix some potential memory leaks while iterating entries
recovery.c
replay.c
sb.c
scan.c
shrinker.c
super.c
tnc.c
tnc_commit.c
tnc_misc.c
ubifs-media.h
ubifs.h
xattr.c