android_kernel_oneplus_msm8998/fs/f2fs
Jaegeuk Kim c4cc29d19e f2fs: remove batched discard in f2fs_trim_fs
We don't need to do multiple checkpoints, since we don't actually wait for
completion of discard commands during checkpoint.
Instead, we still need to avoid very big discard commands, since that large
discard can interfere block allocation.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2017-02-06 13:53:50 -08:00
..
acl.c f2fs: keep dirty inodes selectively for checkpoint 2016-12-01 10:39:31 -08:00
acl.h f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00
checkpoint.c f2fs: clean up with list_{first, last}_entry 2017-02-06 13:53:44 -08:00
data.c f2fs: introduce FI_ATOMIC_COMMIT 2017-02-06 13:53:45 -08:00
debug.c f2fs: reorganize stat information 2017-02-06 13:53:49 -08:00
dir.c f2fs: report error of f2fs_fill_dentries 2016-12-01 10:47:28 -08:00
extent_cache.c f2fs: use rb_entry_safe 2017-02-06 13:53:35 -08:00
f2fs.h f2fs: remove batched discard in f2fs_trim_fs 2017-02-06 13:53:50 -08:00
file.c f2fs: introduce FI_ATOMIC_COMMIT 2017-02-06 13:53:45 -08:00
gc.c f2fs: introduce FI_ATOMIC_COMMIT 2017-02-06 13:53:45 -08:00
gc.h f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00
hash.c f2fs: introduce dot and dotdot name check 2015-05-28 15:41:34 -07:00
inline.c f2fs: resolve op and op_flags confilcts 2017-02-06 13:53:26 -08:00
inode.c f2fs: record inode updating status correctly 2016-12-01 10:50:06 -08:00
Kconfig f2fs: remove wrong backported codes 2017-01-11 09:55:38 -08:00
Makefile f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00
namei.c f2fs: don't allow encrypted operations without keys 2017-02-06 13:53:40 -08:00
node.c f2fs: check in-memory nat version bitmap 2017-02-06 13:53:47 -08:00
node.h f2fs: check in-memory nat version bitmap 2017-02-06 13:53:47 -08:00
recovery.c f2fs: remove unused values in recover_fsync_data 2017-02-06 13:53:31 -08:00
segment.c f2fs: remove batched discard in f2fs_trim_fs 2017-02-06 13:53:50 -08:00
segment.h f2fs: check in-memory sit version bitmap 2017-02-06 13:53:48 -08:00
shrinker.c f2fs: avoid casted negative value as shrink count 2016-12-01 10:38:24 -08:00
super.c f2fs: remove batched discard in f2fs_trim_fs 2017-02-06 13:53:50 -08:00
trace.c f2fs: resolve op and op_flags confilcts 2017-02-06 13:53:26 -08:00
trace.h f2fs: add sbi and page pointer in f2fs_io_info 2015-05-28 15:41:32 -07:00
xattr.c f2fs: keep dirty inodes selectively for checkpoint 2016-12-01 10:39:31 -08:00
xattr.h f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00