kernel-hacking-2024-linux-s.../fs/f2fs
Jaegeuk Kim 60b99b486b f2fs: introduce a periodic checkpoint flow
This patch introduces a periodic checkpoint feature.
Note that, this is not enforcing to conduct checkpoints very strictly in terms
of trigger timing, instead just hope to help user experiences.
The default value is 60 seconds.

Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2015-10-09 16:20:57 -07:00
..
acl.c
acl.h
checkpoint.c f2fs: introduce a periodic checkpoint flow 2015-10-09 16:20:57 -07:00
crypto.c f2fs crypto: add alloc_bounce_page 2015-06-11 15:04:20 -07:00
crypto_fname.c f2fs crypto: clean up error handling in f2fs_fname_setup_filename 2015-06-01 16:21:08 -07:00
crypto_key.c f2fs crypto: delete an unnecessary check before the function call "key_put" 2015-08-04 14:09:52 -07:00
crypto_policy.c f2fs crypto: do not set encryption policy for non-directory by ioctl 2015-06-01 16:21:07 -07:00
data.c f2fs: do not skip dentry block writes 2015-10-09 16:20:54 -07:00
debug.c f2fs: use atomic64_t for extent cache hit stat 2015-10-09 16:20:55 -07:00
dir.c f2fs crypto: allocate buffer for decrypting filename 2015-10-09 16:20:51 -07:00
extent_cache.c f2fs: introduce __try_update_largest_extent 2015-10-09 16:20:53 -07:00
f2fs.h f2fs: introduce a periodic checkpoint flow 2015-10-09 16:20:57 -07:00
f2fs_crypto.h f2fs crypto: remove alloc_page for bounce_page 2015-06-01 16:21:10 -07:00
file.c f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINT 2015-10-09 16:20:56 -07:00
gc.c f2fs: add a tracepoint for background gc 2015-10-09 16:20:57 -07:00
gc.h f2fs: support synchronous gc in ioctl 2015-10-09 16:20:56 -07:00
hash.c
inline.c f2fs: fix error handling for calls to various functions in the function recover_inline_data 2015-10-09 16:20:53 -07:00
inode.c f2fs: no need to lock for update_inode_page all the time 2015-10-09 16:20:50 -07:00
Kconfig f2fs: fix typo 2015-08-21 22:43:32 -07:00
Makefile f2fs: maintain extent cache in separated file 2015-08-04 14:09:58 -07:00
namei.c f2fs crypto: allocate buffer for decrypting filename 2015-10-09 16:20:51 -07:00
node.c f2fs: do not skip dentry block writes 2015-10-09 16:20:54 -07:00
node.h f2fs: do not skip dentry block writes 2015-10-09 16:20:54 -07:00
recovery.c f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data() 2015-10-09 16:20:54 -07:00
segment.c f2fs: introduce a periodic checkpoint flow 2015-10-09 16:20:57 -07:00
segment.h f2fs: introduce background_gc=sync mount option 2015-10-09 16:20:57 -07:00
shrinker.c f2fs: shrink free_nids entries 2015-08-20 09:00:06 -07:00
super.c f2fs: introduce a periodic checkpoint flow 2015-10-09 16:20:57 -07:00
trace.c
trace.h
xattr.c f2fs: correct return value of ->setxattr 2015-08-04 14:09:59 -07:00
xattr.h f2fs crypto: add encryption xattr support 2015-05-28 15:41:47 -07:00