index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: remove needless condition check
Jaegeuk Kim
2017-04-13
1
-5
/
+1
*
f2fs: correct search area in get_new_segment
Chao Yu
2017-04-13
1
-3
/
+2
*
f2fs: export dirty_nats_ratio in sysfs
Chao Yu
2017-04-13
5
-1
/
+13
*
f2fs: flush dirty nat entries when exceeding threshold
Chao Yu
2017-04-13
2
-1
/
+11
*
f2fs: relocate is_merged_page
Chao Yu
2017-04-13
3
-38
/
+39
*
f2fs: should unset atomic flag after successful commit
Jaegeuk Kim
2017-04-13
1
-1
/
+3
*
f2fs: fix wrong memory condition check
Jaegeuk Kim
2017-04-13
1
-2
/
+2
*
f2fs: monitor the number of background checkpoint
Jaegeuk Kim
2017-04-13
3
-2
/
+6
*
f2fs: detect idle time depending on user behavior
Jaegeuk Kim
2017-04-13
10
-10
/
+138
*
f2fs: introduce time and interval facility
Jaegeuk Kim
2017-04-13
4
-7
/
+25
*
f2fs: skip releasing nodes in chindless extent tree
Chao Yu
2017-04-13
1
-4
/
+9
*
f2fs: use atomic type for node count in extent tree
Chao Yu
2017-04-13
2
-9
/
+10
*
f2fs: recognize encrypted data in f2fs_fiemap
Chao Yu
2017-04-13
1
-1
/
+5
*
f2fs: clean up f2fs_balance_fs
Jaegeuk Kim
2017-04-13
8
-36
/
+31
*
f2fs: remove redundant calls
Jaegeuk Kim
2017-04-13
1
-3
/
+0
*
f2fs: avoid unnecessary f2fs_balance_fs calls
Jaegeuk Kim
2017-04-13
6
-29
/
+30
*
f2fs: check the page status filled from disk
Jaegeuk Kim
2017-04-13
1
-6
/
+5
*
f2fs: introduce __get_node_page to reuse common code
Chao Yu
2017-04-13
1
-54
/
+34
*
f2fs: check node id earily when readaheading node page
Chao Yu
2017-04-13
1
-3
/
+8
*
f2fs: read isize while holding i_mutex in fiemap
Fan Li
2017-04-13
1
-1
/
+3
*
Revert "f2fs: check the node block address of newly allocated nid"
Jaegeuk Kim
2017-04-13
1
-9
/
+0
*
f2fs: cover more area with nat_tree_lock
Jaegeuk Kim
2017-04-13
1
-17
/
+12
*
f2fs: introduce max_file_blocks in sbi
Chao Yu
2017-04-13
3
-5
/
+6
*
f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink
Chao Yu
2017-04-13
1
-0
/
+2
*
f2fs: introduce zombie list for fast shrinking extent trees
Jaegeuk Kim
2017-04-13
2
-29
/
+23
*
f2fs: monitor zombie_tree count
Jaegeuk Kim
2017-04-13
2
-3
/
+4
*
f2fs: use IPU for fdatasync
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: write pending bios when cp_error is set
Jaegeuk Kim
2017-04-13
3
-3
/
+3
*
f2fs: remove f2fs_bug_on in terms of max_depth
Jaegeuk Kim
2017-04-13
1
-2
/
+8
*
f2fs: fix f2fs_ioc_abort_volatile_write
Jaegeuk Kim
2017-04-13
1
-3
/
+8
*
f2fs: fix to skip recovering dot dentries in a readonly fs
Chao Yu
2017-04-13
1
-0
/
+7
*
f2fs: load largest extent all the time
Jaegeuk Kim
2017-04-13
3
-7
/
+16
*
f2fs: use i_size_read to get i_size
Jaegeuk Kim
2017-04-13
1
-3
/
+4
*
f2fs: early check broken symlink length in the encrypted case
Jaegeuk Kim
2017-04-13
1
-2
/
+8
*
f2fs: clean up f2fs_ioc_write_checkpoint
Chao Yu
2017-04-13
1
-9
/
+1
*
f2fs: add a max block check for get_data_block_bmap
Yunlei He
2017-04-13
3
-1
/
+6
*
f2fs: fix bugs and simplify codes of f2fs_fiemap
Fan Li
2017-04-13
1
-53
/
+27
*
f2fs: let user being aware of IO error
Chao Yu
2017-04-13
6
-23
/
+32
*
f2fs: add missing f2fs_balance_fs in __recover_dot_dentries
Chao Yu
2017-04-13
1
-0
/
+2
*
f2fs: declare static function
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: avoid f2fs_lock_op in f2fs_write_begin
Jaegeuk Kim
2017-04-13
1
-8
/
+34
*
f2fs: return early when trying to read null nid
Jaegeuk Kim
2017-04-13
1
-0
/
+4
*
f2fs: introduce prepare_write_begin to clean up
Jaegeuk Kim
2017-04-13
1
-38
/
+54
*
f2fs: don't convert inline inode when inline_data option is disable
Chao Yu
2017-04-13
2
-4
/
+1
*
f2fs: report error of do_checkpoint
Chao Yu
2017-04-13
6
-18
/
+30
*
f2fs: call f2fs_balance_fs only when node was changed
Jaegeuk Kim
2017-04-13
3
-21
/
+35
*
f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocks
Chao Yu
2017-04-13
1
-2
/
+7
*
f2fs: record node block allocation in dnode_of_data
Jaegeuk Kim
2017-04-13
3
-0
/
+7
*
f2fs: avoid unnecessary f2fs_gc for dir operations
Jaegeuk Kim
2017-04-13
1
-11
/
+14
*
f2fs: check inline_data flag at converting time
Jaegeuk Kim
2017-04-13
3
-40
/
+29
[next]