android_kernel_xiaomi_sm7250/fs/f2fs
Sultan Alsawaf f342f528cd f2fs: Force strict fsync mode
To help mitigate data loss potential in the event of an unclean
shutdown. The small performance hit is worth the trade-off for improved
data integrity, especially since custom kernels are more susceptible to
unclean shutdowns (panics) during development.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
2022-11-12 11:24:01 +00:00
..
acl.c f2fs: clean up build warnings 2021-04-12 11:25:24 -07:00
acl.h
checkpoint.c f2fs: fix return val in f2fs_start_ckpt_thread() 2022-11-01 18:13:41 -07:00
compress.c f2fs: support recording errors into superblock 2022-10-11 11:09:17 -07:00
data.c mm: mm_event: show MM/FS/IO/UFS latencies in fault flow 2022-11-12 11:20:48 +00:00
debug.c f2fs: change to use atomic_t type form sbi.atomic_files 2022-10-11 11:09:18 -07:00
dir.c f2fs: optimize iteration over sparse directories 2022-11-10 13:15:17 -08:00
extent_cache.c f2fs: code clean and fix a type error 2022-10-11 11:09:16 -07:00
f2fs.h Merge branch 'linux-4.19.y' of https://github.com/jaegeuk/f2fs-stable into skizo-x 2022-11-12 11:18:36 +00:00
file.c Merge branch 'linux-4.19.y' of https://github.com/jaegeuk/f2fs-stable into skizo-x 2022-11-12 11:18:36 +00:00
gc.c f2fs: optimize iteration over sparse directories 2022-11-10 13:15:17 -08:00
gc.h f2fs: fix atgc bug on issue in 32bits platform 2022-11-10 13:15:16 -08:00
hash.c f2fs: rework filename handling 2022-07-03 13:22:39 +00:00
inline.c f2fs: support recording errors into superblock 2022-10-11 11:09:17 -07:00
inode.c f2fs: correct i_size change for atomic writes 2022-11-10 13:15:16 -08:00
iostat.c f2fs: introduce periodic iostat io latency traces 2021-08-23 14:38:43 -07:00
iostat.h f2fs: introduce periodic iostat io latency traces 2021-08-23 14:38:43 -07:00
Kconfig f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsem 2022-03-03 18:24:44 -08:00
Makefile f2fs: separate out iostat feature 2021-08-23 14:38:33 -07:00
namei.c Merge branch 'linux-4.19.y' of https://github.com/jaegeuk/f2fs-stable into skizo-x 2022-11-12 11:18:36 +00:00
node.c f2fs: allow to read node block after shutdown 2022-11-09 09:46:50 -08:00
node.h Merge tag '5.11-rc1-4.19' of https://kernel.googlesource.com/pub/scm/linux/kernel/git/jaegeuk/f2fs-stable into HEAD 2022-07-03 13:50:05 +00:00
OWNERS ANDROID: Add OWNERS files referring to the respective android-mainline OWNERS 2021-04-03 14:09:44 +00:00
recovery.c f2fs: support recording errors into superblock 2022-10-11 11:09:17 -07:00
segment.c f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE 2022-11-11 10:43:35 -08:00
segment.h f2fs: support recording errors into superblock 2022-10-11 11:09:17 -07:00
shrinker.c
super.c f2fs: Force strict fsync mode 2022-11-12 11:24:01 +00:00
sysfs.c f2fs: add proc entry to show discard_plist info 2022-11-09 09:46:53 -08:00
verity.c f2fs: support recording errors into superblock 2022-10-11 11:09:17 -07:00
xattr.c f2fs: support recording errors into superblock 2022-10-11 11:09:17 -07:00
xattr.h