index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
checkpoint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: fix to add refcount once page is tagged PG_private
Chao Yu
2019-03-12
1
-2
/
+2
*
f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG
Jaegeuk Kim
2019-03-05
1
-2
/
+4
*
f2fs: sync filesystem after roll-forward recovery
Jaegeuk Kim
2019-02-15
1
-2
/
+3
*
f2fs: add quick mode of checkpoint=disable for QA
Jaegeuk Kim
2019-02-15
1
-0
/
+5
*
f2fs: check PageWriteback flag for ordered case
Chao Yu
2018-12-26
1
-5
/
+3
*
f2fs: clean up checkpoint flow
Chao Yu
2018-12-26
1
-13
/
+5
*
f2fs: use kvmalloc, if kmalloc is failed
Jaegeuk Kim
2018-12-26
1
-1
/
+1
*
f2fs: fix to reorder set_page_dirty and wait_on_page_writeback
Chao Yu
2018-12-14
1
-3
/
+4
*
f2fs: clean up f2fs_sb_has_##feature_name
Chao Yu
2018-11-26
1
-1
/
+1
*
f2fs: guarantee journalled quota data by checkpoint
Chao Yu
2018-10-22
1
-4
/
+58
*
f2fs: checkpoint disabling
Daniel Rosenberg
2018-10-16
1
-0
/
+12
*
Revert: "f2fs: check last page index in cached bio to decide submission"
Chao Yu
2018-09-30
1
-2
/
+1
*
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
Jaegeuk Kim
2018-09-28
1
-5
/
+5
*
f2fs: add SPDX license identifiers
Chao Yu
2018-09-12
1
-4
/
+1
*
f2fs: fix to flush all dirty inodes recovered in readonly fs
Chao Yu
2018-09-11
1
-0
/
+2
*
f2fs: rework fault injection handling to avoid a warning
Arnd Bergmann
2018-08-14
1
-2
/
+1
*
f2fs: support fault_type mount option
Chao Yu
2018-08-13
1
-1
/
+1
*
f2fs: fix invalid memory access
Chao Yu
2018-08-10
1
-5
/
+6
*
f2fs: fix to avoid broken of dnode block list
Chao Yu
2018-08-10
1
-3
/
+5
*
f2fs: fix to do sanity check with cp_pack_start_sum
Chao Yu
2018-08-10
1
-4
/
+4
*
f2fs: don't keep meta pages used for block migration
Chao Yu
2018-08-01
1
-0
/
+8
*
f2fs: quota: fix incorrect comments
Sheng Yong
2018-08-01
1
-1
/
+4
*
f2fs: fix to propagate error from __get_meta_page()
Chao Yu
2018-08-01
1
-14
/
+41
*
f2fs: fix to do sanity check with block address in main area
Chao Yu
2018-08-01
1
-3
/
+19
*
f2fs: introduce and spread verify_blkaddr
Chao Yu
2018-07-27
1
-2
/
+8
*
f2fs: fix a hungtask problem caused by congestion_wait
Yunlei He
2018-07-27
1
-4
/
+2
*
f2fs: don't acquire orphan ino during recovery
Chao Yu
2018-07-27
1
-7
/
+1
*
f2fs: indicate shutdown f2fs to allow unmount successfully
Jaegeuk Kim
2018-07-27
1
-0
/
+1
*
f2fs: keep meta pages in cp_error state
Jaegeuk Kim
2018-07-27
1
-15
/
+13
*
treewide: Use array_size() in f2fs_kzalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
f2fs: let sync node IO interrupt async one
Chao Yu
2018-06-04
1
-0
/
+2
*
f2fs: fix to update mtime correctly
Chao Yu
2018-06-04
1
-1
/
+1
*
f2fs: clean up symbol namespace
Chao Yu
2018-05-31
1
-66
/
+68
*
f2fs: clean up with is_valid_blkaddr()
Chao Yu
2018-05-31
1
-2
/
+2
*
f2fs: remove duplicated dquot_initialize and fix error handling
Sheng Yong
2018-05-31
1
-2
/
+3
*
f2fs: don't use GFP_ZERO for page caches
Chao Yu
2018-05-31
1
-1
/
+3
*
Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
Jaegeuk Kim
2018-05-02
1
-1
/
+1
*
f2fs: check blkaddr more accuratly before issue a bio
Yunlei He
2018-03-18
1
-0
/
+2
*
f2fs: flush cp pack except cp pack 2 page at first
Gao Xiang
2018-03-13
1
-23
/
+46
*
f2fs: handle quota for orphan inodes
Jaegeuk Kim
2018-03-13
1
-12
/
+16
*
f2fs: fix to clear CP_TRIMMED_FLAG
Chao Yu
2018-03-13
1
-0
/
+2
*
f2fs: allow to recover node blocks given updated checkpoint
Jaegeuk Kim
2018-01-22
1
-0
/
+1
*
f2fs: drop page cache after fs shutdown
Chao Yu
2018-01-22
1
-2
/
+5
*
f2fs: inject fault to kzalloc
Chao Yu
2018-01-02
1
-1
/
+1
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-5
/
+5
*
Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-16
1
-15
/
+49
|
\
|
*
f2fs: avoid opened loop codes in __add_ino_entry
Chao Yu
2017-11-10
1
-6
/
+4
|
*
f2fs: remove unneeded semicolon
Chao Yu
2017-11-05
1
-1
/
+1
|
*
f2fs: support quota sys files
Jaegeuk Kim
2017-11-05
1
-2
/
+7
|
*
f2fs: stop all the operations by cp_error flag
Jaegeuk Kim
2017-11-05
1
-1
/
+0
[next]