index
:
kernel_google_shamrock.git
master
n7.1
kernel_google_shamrock
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
node.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint
Kinglong Mee
2017-04-29
1
-13
/
+7
*
f2fs: remove unsafe bitmap checking
Hou Pengyang
2017-04-29
1
-6
/
+0
*
f2fs: change recovery policy of xattr node block
Chao Yu
2017-04-29
1
-1
/
+1
*
f2fs: check in-memory nat version bitmap
Chao Yu
2017-04-29
1
-0
/
+15
*
f2fs: clean up with list_{first, last}_entry
Chao Yu
2017-04-29
1
-1
/
+1
*
f2fs: split free nid list
Chao Yu
2017-04-29
1
-5
/
+6
*
f2fs: fix sparse warnings
Eric Biggers
2017-04-29
1
-1
/
+1
*
f2fs: introduce cp_lock to protect updating of ckpt_flags
Chao Yu
2017-04-29
1
-2
/
+2
*
f2fs: use crc and cp version to determine roll-forward recovery
Jaegeuk Kim
2017-04-29
1
-28
/
+49
*
f2fs: produce more nids and reduce readahead nats
Jaegeuk Kim
2017-04-29
1
-2
/
+3
*
f2fs: control not to exceed # of cached nat entries
Jaegeuk Kim
2017-04-29
1
-0
/
+7
*
f2fs: fix wrong percentage
Jaegeuk Kim
2017-04-29
1
-1
/
+1
*
f2fs: use wait_for_stable_page to avoid contention
Jaegeuk Kim
2017-04-29
1
-1
/
+1
*
f2fs: avoid multiple node page writes due to inline_data
Jaegeuk Kim
2017-04-29
1
-0
/
+15
*
f2fs: export dirty_nats_ratio in sysfs
Chao Yu
2017-04-29
1
-1
/
+1
*
f2fs: flush dirty nat entries when exceeding threshold
Chao Yu
2017-04-29
1
-0
/
+9
*
f2fs: avoid unnecessary f2fs_balance_fs calls
Jaegeuk Kim
2017-04-29
1
-2
/
+2
*
f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation
Chao Yu
2017-04-29
1
-1
/
+1
*
f2fs: catch up to v4.4-rc1
Jaegeuk Kim
2017-04-29
1
-101
/
+126
*
f2fs: fix the logic of IS_DNODE()
Zhihui Zhang
2013-04-09
1
-1
/
+1
*
f2fs: remove redundant lock_page calls
Jaegeuk Kim
2013-04-03
1
-0
/
+3
*
f2fs: fix to give correct parent inode number for roll forward
Jaegeuk Kim
2013-03-27
1
-0
/
+15
*
f2fs: adjust kernel coding style
Jaegeuk Kim
2012-12-11
1
-1
/
+1
*
f2fs: fix endian conversion bugs reported by sparse
Jaegeuk Kim
2012-12-11
1
-1
/
+1
*
f2fs: add superblock and major in-memory structure
Jaegeuk Kim
2012-12-11
1
-0
/
+353