android_kernel_xiaomi_sm7250/fs/verity
UtsavBalar1231 63b140889d Merge tag '5.12-rc1-4.19' of https://kernel.googlesource.com/pub/scm/linux/kernel/git/jaegeuk/f2fs-stable into HEAD
* tag '5.12-rc1-4.19' of https://kernel.googlesource.com/pub/scm/linux/kernel/git/jaegeuk/f2fs-stable:
  fs-verity: support reading signature with ioctl
  fs-verity: support reading descriptor with ioctl
  fs-verity: support reading Merkle tree with ioctl
  fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
  fs-verity: don't pass whole descriptor to fsverity_verify_signature()
  fs-verity: factor out fsverity_get_descriptor()
  f2fs: remove FAULT_ALLOC_BIO
  f2fs: use blkdev_issue_flush in __submit_flush_wait
  f2fs: remove a few bd_part checks
  fs-verity: move structs needed for file signing to UAPI header
  fs-verity: rename "file measurement" to "file digest"
  fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest
  fs-verity: remove filenames from file comments
  fs-verity: use smp_load_acquire() for ->i_verity_info
  Documentation: f2fs: fix typo s/automaic/automatic
  f2fs: give a warning only for readonly partition
  f2fs: don't grab superblock freeze for flush/ckpt thread
  f2fs: add ckpt_thread_ioprio sysfs node
  f2fs: introduce checkpoint_merge mount option
  f2fs: relocate inline conversion from mmap() to mkwrite()
  f2fs: fix a wrong condition in __submit_bio
  f2fs: remove unnecessary initialization in xattr.c
  f2fs: fix to avoid inconsistent quota data
  f2fs: flush data when enabling checkpoint back
  f2fs: deprecate f2fs_trace_io
  f2fs: remove unused stat_{inc, dec}_atomic_write
  f2fs: introduce sb_status sysfs node
  f2fs: fix to use per-inode maxbytes
  f2fs: compress: fix potential deadlock
  libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()
  f2fs: fix to set/clear I_LINKABLE under i_lock
  f2fs: fix null page reference in redirty_blocks
  f2fs: clean up post-read processing
  f2fs: trival cleanup in move_data_block()
  f2fs: fix out-of-repair __setattr_copy()
  f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()
  f2fs: introduce a new per-sb directory in sysfs
  f2fs: compress: support compress level
  f2fs: compress: deny setting unsupported compress algorithm
  f2fs: relocate f2fs_precache_extents()
  f2fs: enforce the immutable flag on open files
  f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()
  f2fs: fix to set inode->i_mode correctly for posix_acl_update_mode
  f2fs: Replace expression with offsetof()
  f2fs: handle unallocated section and zone on pinned/atgc

Change-Id: I88c2467fb263f9ddfda6eda8ba16037c433db8f2
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>

Conflicts:
	fs/ext4/ioctl.c
	fs/f2fs/data.c
	fs/f2fs/file.c
	fs/verity/signature.c
	include/uapi/linux/fsverity.h
2022-07-03 14:22:19 +00:00
..
enable.c UPSTREAM: fs-verity: rename "file measurement" to "file digest" 2021-04-27 11:50:56 -07:00
fsverity_private.h UPSTREAM: fs-verity: move structs needed for file signing to UAPI header 2021-04-27 11:51:47 -07:00
hash_algs.c UPSTREAM: fs-verity: remove filenames from file comments 2021-04-27 11:41:49 -07:00
init.c UPSTREAM: fs-verity: remove filenames from file comments 2021-04-27 11:41:49 -07:00
Kconfig fs-verity: support builtin file signatures 2019-09-23 14:11:56 -07:00
Makefile fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl 2021-02-22 12:22:36 -08:00
measure.c UPSTREAM: fs-verity: rename "file measurement" to "file digest" 2021-04-27 11:50:56 -07:00
open.c UPSTREAM: fs-verity: rename "file measurement" to "file digest" 2021-04-27 11:50:56 -07:00
read_metadata.c fs-verity: support reading signature with ioctl 2021-02-22 12:22:37 -08:00
signature.c Merge tag '5.12-rc1-4.19' of https://kernel.googlesource.com/pub/scm/linux/kernel/git/jaegeuk/f2fs-stable into HEAD 2022-07-03 14:22:19 +00:00
verify.c UPSTREAM: fs-verity: remove filenames from file comments 2021-04-27 11:41:49 -07:00