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
path:
root
/
fs
/
f2fs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
f2fs: remove redundant set_page_dirty()
Yunlei He
2017-04-13
1
-2
/
+1
*
fscrypt: catch fscrypto_get_policy in v4.10-rc6
Jaegeuk Kim
2017-04-13
1
-19
/
+4
*
f2fs: init local extent_info to avoid stale stack info in tp
Hou Pengyang
2017-04-13
1
-1
/
+1
*
f2fs: change recovery policy of xattr node block
Chao Yu
2017-04-13
1
-3
/
+0
*
f2fs: avoid out-of-order execution of atomic writes
Jaegeuk Kim
2017-04-13
1
-1
/
+2
*
f2fs: introduce FI_ATOMIC_COMMIT
Chao Yu
2017-04-13
1
-5
/
+6
*
f2fs: drop exist_data for inline_data when truncated to 0
Jaegeuk Kim
2017-04-13
1
-0
/
+2
*
f2fs: show the max number of atomic operations
Jaegeuk Kim
2017-04-13
1
-2
/
+6
*
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: fix a missing size change in f2fs_setattr
Yunlei He
2017-04-13
1
-2
/
+5
*
f2fs: do not activate auto_recovery for fallocated i_size
Jaegeuk Kim
2017-04-13
1
-0
/
+2
*
f2fs: fix fdatasync
Chao Yu
2017-04-13
1
-1
/
+1
*
f2fs: don't wait writeback for datas during checkpoint
Chao Yu
2017-04-13
1
-2
/
+0
*
f2fs: avoid BG_GC in f2fs_balance_fs
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: use err for f2fs_preallocate_blocks
Jaegeuk Kim
2017-04-13
1
-17
/
+19
*
fs/crypto: catch up 4.9-rc2
Jaegeuk Kim
2017-04-13
1
-8
/
+1
*
f2fs: keep dirty inodes selectively for checkpoint
Jaegeuk Kim
2017-04-13
1
-4
/
+5
*
f2fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Jaegeuk Kim
2017-04-13
1
-4
/
+4
*
f2fs: call f2fs_balance_fs for setattr
Jaegeuk Kim
2017-04-13
1
-1
/
+4
*
f2fs: add missing f2fs_balance_fs in f2fs_zero_range
Chao Yu
2017-04-13
1
-0
/
+3
*
f2fs: exclude special cases for f2fs_move_file_range
Fan Li
2017-04-13
1
-0
/
+7
*
f2fs: fix parameters of __exchange_data_block
Fan Li
2017-04-13
1
-2
/
+3
*
f2fs: check free_sections for defragmentation
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: avoid page allocation for truncating partial inline_data
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: add roll-forward recovery process for encrypted dentry
Shuoran Liu
2017-04-13
1
-2
/
+0
*
f2fs: fix lost xattrs of directories
Jaegeuk Kim
2017-04-13
1
-0
/
+2
*
f2fs: remove unnecessary initialization
Sheng Yong
2017-04-13
1
-1
/
+1
*
f2fs: fix build for v3.10
Alexander Gordeev
2017-04-13
1
-5
/
+5
*
f2fs: adjust other changes
Jaegeuk Kim
2017-04-13
1
-11
/
+11
*
f2fs: support an ioctl to move a range of data blocks
Jaegeuk Kim
2017-04-13
1
-0
/
+133
*
f2fs: avoid memory allocation failure due to a long length
Jaegeuk Kim
2017-04-13
1
-18
/
+28
*
f2fs: use blk_plug in all the possible paths
Jaegeuk Kim
2017-04-13
1
-1
/
+5
*
f2fs: disable extent_cache for fcollapse/finsert inodes
Jaegeuk Kim
2017-04-13
1
-0
/
+5
*
f2fs: refactor __exchange_data_block for speed up
Jaegeuk Kim
2017-04-13
1
-66
/
+170
*
f2fs: avoid mark_inode_dirty
Jaegeuk Kim
2017-04-13
1
-4
/
+4
*
f2fs: call SetPageUptodate if needed
Jaegeuk Kim
2017-04-13
1
-1
/
+2
*
f2fs: avoid latency-critical readahead of node pages
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: introduce mode=lfs mount option
Jaegeuk Kim
2017-04-13
1
-1
/
+7
*
f2fs: remove obsolete parameter in f2fs_truncate
Jaegeuk Kim
2017-04-13
1
-3
/
+3
*
f2fs: avoid unnecessary updating inode during fsync
Jaegeuk Kim
2017-04-13
1
-2
/
+2
*
f2fs: remove syncing inode page in all the cases
Jaegeuk Kim
2017-04-13
1
-12
/
+3
*
f2fs: call mark_inode_dirty_sync for i_field changes
Jaegeuk Kim
2017-04-13
1
-7
/
+5
*
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
Jaegeuk Kim
2017-04-13
1
-6
/
+4
*
f2fs: use inode pointer for {set, clear}_inode_flag
Jaegeuk Kim
2017-04-13
1
-31
/
+27
*
f2fs: adjust other changes
Jaegeuk Kim
2017-04-13
1
-39
/
+39
*
f2fs: flush pending bios right away when error occurs
Jaegeuk Kim
2017-04-13
1
-4
/
+4
*
f2fs: use percpu_counter for # of dirty pages in inode
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: support in batch fzero in dnode page
Chao Yu
2017-04-13
1
-16
/
+56
*
f2fs: make atomic/volatile operation exclusive
Chao Yu
2017-04-13
1
-0
/
+16
*
f2fs: use mnt_{want,drop}_write_file in ioctl
Chao Yu
2017-04-13
1
-30
/
+87
[prev]
[next]