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
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: clean up f2fs_ioc_write_checkpoint
Chao Yu
2015-12-30
1
-9
/
+1
*
f2fs: add a max block check for get_data_block_bmap
Yunlei He
2015-12-30
3
-1
/
+6
*
f2fs: fix bugs and simplify codes of f2fs_fiemap
Fan Li
2015-12-30
1
-53
/
+27
*
f2fs: let user being aware of IO error
Chao Yu
2015-12-30
6
-23
/
+32
*
f2fs: add missing f2fs_balance_fs in __recover_dot_dentries
Chao Yu
2015-12-30
1
-0
/
+2
*
f2fs: declare static function
Jaegeuk Kim
2015-12-30
1
-1
/
+1
*
f2fs: avoid f2fs_lock_op in f2fs_write_begin
Jaegeuk Kim
2015-12-30
1
-8
/
+34
*
f2fs: return early when trying to read null nid
Jaegeuk Kim
2015-12-30
1
-0
/
+4
*
f2fs: introduce prepare_write_begin to clean up
Jaegeuk Kim
2015-12-30
1
-38
/
+54
*
f2fs: don't convert inline inode when inline_data option is disable
Chao Yu
2015-12-30
2
-4
/
+1
*
f2fs: report error of do_checkpoint
Chao Yu
2015-12-30
6
-18
/
+30
*
f2fs: call f2fs_balance_fs only when node was changed
Jaegeuk Kim
2015-12-30
3
-21
/
+35
*
f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocks
Chao Yu
2015-12-30
1
-2
/
+7
*
f2fs: record node block allocation in dnode_of_data
Jaegeuk Kim
2015-12-30
3
-0
/
+7
*
f2fs: avoid unnecessary f2fs_gc for dir operations
Jaegeuk Kim
2015-12-30
1
-16
/
+18
*
f2fs: check inline_data flag at converting time
Jaegeuk Kim
2015-12-30
3
-40
/
+29
*
f2fs: speed up shrinking extent tree entries
Jaegeuk Kim
2015-12-30
3
-1
/
+16
*
f2fs: use atomic variable for total_extent_tree
Jaegeuk Kim
2015-12-22
5
-9
/
+12
*
f2fs: add a tracepoint for sync_dirty_inodes
Chao Yu
2015-12-17
1
-0
/
+8
*
f2fs: optimize the flow of f2fs_map_blocks
Fan Li
2015-12-17
1
-33
/
+36
*
f2fs: support data flush in background
Chao Yu
2015-12-17
1
-1
/
+4
*
f2fs: stat dirty regular/symlink inodes
Chao Yu
2015-12-17
3
-12
/
+14
*
f2fs: introduce new option for controlling data flush
Chao Yu
2015-12-16
2
-0
/
+8
*
f2fs: record dirty status of regular/symlink inode
Chao Yu
2015-12-16
6
-49
/
+58
*
f2fs: introduce __f2fs_commit_super
Chao Yu
2015-12-16
1
-17
/
+13
*
f2fs: relocate tracepoint of write_checkpoint
Jaegeuk Kim
2015-12-16
1
-1
/
+1
*
f2fs: don't grab super block buffer header all the time
Chao Yu
2015-12-16
3
-53
/
+38
*
f2fs: backup raw_super in sbi
Yunlei He
2015-12-16
1
-4
/
+15
*
f2fs: fix to reset variable correctlly
Fan Li
2015-12-16
1
-7
/
+2
*
f2fs: introduce __remove_dirty_inode
Chao Yu
2015-12-15
1
-9
/
+15
*
f2fs: introduce dirty list node in inode info
Chao Yu
2015-12-15
4
-46
/
+20
*
f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry
Chao Yu
2015-12-15
5
-12
/
+12
*
f2fs: do more integrity verification for superblock
Chao Yu
2015-12-14
1
-0
/
+98
*
f2fs: fix to update variable correctly when skip a unmapped block
Fan Li
2015-12-14
1
-0
/
+1
*
f2fs: write only the pages in range during defragment
Fan Li
2015-12-14
1
-1
/
+1
*
f2fs: clean up node page updating flow
Chao Yu
2015-12-14
1
-11
/
+15
*
f2fs: use lock_buffer when changing superblock
Jaegeuk Kim
2015-12-09
1
-0
/
+4
*
f2fs: refactor f2fs_commit_super
Jaegeuk Kim
2015-12-09
1
-12
/
+20
*
f2fs: enhance the bit operation for SSR
Jaegeuk Kim
2015-12-09
1
-30
/
+20
*
f2fs: fix to convert inline inode in ->setattr
Chao Yu
2015-12-04
1
-0
/
+8
*
f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation
Chao Yu
2015-12-04
5
-9
/
+7
*
f2fs: kill f2fs_drop_largest_extent
Chao Yu
2015-12-04
3
-13
/
+0
*
f2fs: clean up argument of recover_data
Chao Yu
2015-12-04
1
-4
/
+3
*
f2fs: clean up code with __has_cursum_space
Chao Yu
2015-12-04
1
-2
/
+2
*
f2fs: clean up error path in f2fs_readdir
Chao Yu
2015-12-04
1
-8
/
+5
*
f2fs: do not recover from previous remained wrong dnodes
Jaegeuk Kim
2015-12-04
1
-1
/
+30
*
f2fs: avoid deadlock in f2fs_shrink_extent_tree
Jaegeuk Kim
2015-12-04
1
-3
/
+4
*
f2fs: fix to report error in f2fs_readdir
Chao Yu
2015-12-04
1
-2
/
+7
*
f2fs: clear page uptodate when dropping cache for atomic write
Chao Yu
2015-12-04
1
-0
/
+1
*
f2fs: optimize __find_rev_next_bit
Fan Li
2015-12-04
1
-28
/
+18
[next]