index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: fix to correct freed section number during gc
Chao Yu
2015-10-10
1
-5
/
+15
*
f2fs: fix to update {m,c}time correctly when truncating larger
Chao Yu
2015-10-10
1
-0
/
+1
*
f2fs: do not skip dentry block writes
Jaegeuk Kim
2015-10-10
4
-14
/
+1
*
f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data()
Chao Yu
2015-10-10
1
-6
/
+1
*
f2fs: fix incorrect bimodal calculation
Chao Yu
2015-10-10
1
-1
/
+1
*
f2fs: introduce __try_update_largest_extent
Chao Yu
2015-10-10
2
-9
/
+12
*
f2fs: fix error handling for calls to various functions in the function recov...
Nicholas Krause
2015-10-10
1
-2
/
+4
*
f2fs: disallow switch extent_cache option dynamically
Chao Yu
2015-10-10
1
-0
/
+9
*
f2fs: use correct flag in f2fs_map_blocks()
Chao Yu
2015-10-10
1
-1
/
+2
*
f2fs: fix to handle io error in ->direct_IO
Chao Yu
2015-10-10
1
-1
/
+19
*
f2fs: do in batches truncation in truncate_hole
Chao Yu
2015-10-10
1
-6
/
+14
*
f2fs: optimize code of f2fs_update_extent_tree_range
Fan Li
2015-10-10
1
-109
/
+62
*
f2fs: drop largest extent by range
Fan Li
2015-10-10
1
-4
/
+5
*
f2fs: check end_io for metapages before making next checkpoint blocks
Jaegeuk Kim
2015-10-10
1
-0
/
+5
*
f2fs crypto: allocate buffer for decrypting filename
Jaegeuk Kim
2015-10-10
2
-4
/
+19
*
f2fs: reorganize f2fs_map_blocks
Chao Yu
2015-10-10
1
-40
/
+44
*
f2fs: declare f2fs_update_extent_tree_range as static
Jaegeuk Kim
2015-10-10
1
-1
/
+1
*
f2fs: fix overflow of size calculation
Chao Yu
2015-10-10
5
-21
/
+24
*
f2fs: fix incorrect searching position when shrinking extent cache
Chao Yu
2015-10-10
1
-0
/
+5
*
f2fs: verify file type early in f2fs_fallocate
Chao Yu
2015-10-10
1
-12
/
+4
*
f2fs: no need to lock for update_inode_page all the time
Jaegeuk Kim
2015-10-10
1
-6
/
+2
*
f2fs: cover number of dirty node pages under node_write lock
Jaegeuk Kim
2015-10-10
1
-7
/
+8
*
f2fs: fix incorrect return statement in the function f2fs_ioc_release_volatil...
Nicholas Krause
2015-10-10
1
-2
/
+1
*
f2fs: trace in batches extent info update
Chao Yu
2015-10-10
1
-0
/
+2
*
Merge tag 'for-f2fs-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2015-09-03
22
-1016
/
+1879
|
\
|
*
f2fs: upset segment_info repair
Yunlei He
2015-09-01
1
-1
/
+1
|
*
f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extent
Chao Yu
2015-08-28
1
-2
/
+10
|
*
f2fs: update extent tree in batches
Chao Yu
2015-08-26
3
-61
/
+170
|
*
f2fs: fix to release inode correctly
Chao Yu
2015-08-25
3
-13
/
+56
|
*
f2fs: handle f2fs_truncate error correctly
Chao Yu
2015-08-24
2
-10
/
+18
|
*
f2fs: avoid unneeded initializing when converting inline dentry
Chao Yu
2015-08-24
1
-1
/
+9
|
*
f2fs: atomically set inode->i_flags
Zhang Zhen
2015-08-24
1
-3
/
+2
|
*
f2fs: fix wrong pointer access during try_to_free_nids
Jaegeuk Kim
2015-08-24
1
-3
/
+1
|
*
f2fs: use __GFP_NOFAIL to avoid infinite loop
Jaegeuk Kim
2015-08-24
4
-27
/
+16
|
*
f2fs: lookup neighbor extent nodes for merging later
Chao Yu
2015-08-22
1
-6
/
+28
|
*
f2fs: split __insert_extent_tree_ret for readability
Chao Yu
2015-08-22
1
-20
/
+29
|
*
f2fs: kill dead code in __insert_extent_tree
Chao Yu
2015-08-22
1
-76
/
+6
|
*
f2fs: adjust showing of extent cache stat
Chao Yu
2015-08-22
3
-15
/
+22
|
*
f2fs: add largest/cached stat in extent cache
Chao Yu
2015-08-22
3
-8
/
+23
|
*
f2fs: fix incorrect mapping for bmap
Chao Yu
2015-08-22
2
-12
/
+42
|
*
f2fs: fix to update cached_en of extent tree properly
Fan Li
2015-08-22
1
-4
/
+4
|
*
f2fs: fix typo
Junesung Lee
2015-08-22
1
-1
/
+1
|
*
f2fs: check the node block address of newly allocated nid
Jaegeuk Kim
2015-08-20
1
-0
/
+9
|
*
f2fs: go out for insert_inode_locked failure
Jaegeuk Kim
2015-08-20
1
-4
/
+1
|
*
f2fs: retry gc if one section is not successfully reclaimed
Jaegeuk Kim
2015-08-20
1
-26
/
+20
|
*
f2fs: fix to cover lock_op for update_inode_page
Jaegeuk Kim
2015-08-20
1
-2
/
+2
|
*
f2fs: reuse nids more aggressively
Jaegeuk Kim
2015-08-20
1
-0
/
+4
|
*
f2fs: avoid garbage collecting already moved node blocks
Jaegeuk Kim
2015-08-20
1
-0
/
+10
|
*
f2fs: handle failed bio allocation
Jaegeuk Kim
2015-08-20
3
-5
/
+28
|
*
f2fs: increase the number of max hard links
Jaegeuk Kim
2015-08-20
1
-1
/
+1
[next]