acrn-kernel/fs/f2fs
Jason A. Donenfeld 79c9c77956 treewide: use get_random_u32_below() instead of deprecated function
This is a simple mechanical transformation done by:

@@
expression E;
@@
- prandom_u32_max
+ get_random_u32_below
  (E)

Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Darrick J. Wong <djwong@kernel.org> # for xfs
Reviewed-by: SeongJae Park <sj@kernel.org> # for damon
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> # for infiniband
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> # for arm
Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # for mmc
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2023-04-15 09:32:32 +08:00
..
Kconfig
Makefile
acl.c f2fs: port to vfs{g,u}id_t and associated helpers 2022-10-04 13:31:43 -07:00
acl.h
checkpoint.c f2fs: support recording stop_checkpoint reason into super_block 2022-10-04 13:31:44 -07:00
compress.c f2fs: set zstd compress level correctly 2022-12-31 13:32:36 +01:00
data.c f2fs-for-6.1-rc1 2022-10-10 20:28:41 -07:00
debug.c f2fs: change to use atomic_t type form sbi.atomic_files 2022-10-07 12:57:26 -07:00
dir.c f2fs: support recording errors into superblock 2022-10-04 13:31:45 -07:00
extent_cache.c f2fs: let's avoid panic if extent_tree is not created 2023-01-24 07:24:32 +01:00
f2fs.h f2fs: fix to enable compress for newly created file if extension matches 2022-12-31 13:32:36 +01:00
file.c f2fs: allow to set compression for inlined file 2022-12-31 13:32:31 +01:00
gc.c treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
gc.h
hash.c
inline.c f2fs: support recording errors into superblock 2022-10-04 13:31:45 -07:00
inode.c f2fs: support recording errors into superblock 2022-10-04 13:31:45 -07:00
iostat.c
iostat.h
namei.c f2fs: fix to enable compress for newly created file if extension matches 2022-12-31 13:32:36 +01:00
node.c f2fs: allow to read node block after shutdown 2023-01-04 11:29:01 +01:00
node.h
recovery.c f2fs: support recording errors into superblock 2022-10-04 13:31:45 -07:00
segment.c treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
segment.h f2fs: support recording errors into superblock 2022-10-04 13:31:45 -07:00
shrinker.c
super.c f2fs: initialize locks earlier in f2fs_fill_super() 2023-02-09 11:28:27 +01:00
sysfs.c f2fs: introduce cp_status sysfs entry 2022-10-04 13:31:44 -07:00
verity.c - Alistair Popple has a series which addresses a race which causes page 2022-10-14 12:28:43 -07:00
xattr.c f2fs: support recording errors into superblock 2022-10-04 13:31:45 -07:00
xattr.h