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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
f2fs: fix wrong percentage
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode
Jaegeuk Kim
2017-04-13
1
-1
/
+2
*
f2fs: remove obsolete parameter in f2fs_truncate
Jaegeuk Kim
2017-04-13
4
-6
/
+6
*
f2fs: avoid wrong count on dirty inodes
Jaegeuk Kim
2017-04-13
1
-2
/
+2
*
f2fs: remove deprecated parameter
Jaegeuk Kim
2017-04-13
3
-6
/
+5
*
f2fs: handle writepage correctly
Jaegeuk Kim
2017-04-13
1
-30
/
+14
*
f2fs: return error of f2fs_lookup
Jaegeuk Kim
2017-04-13
2
-2
/
+5
*
f2fs: return the errno to the caller to avoid using a wrong page
Yunlong Song
2017-04-13
1
-5
/
+11
*
f2fs: remove two steps to flush dirty data pages
Jaegeuk Kim
2017-04-13
1
-10
/
+1
*
f2fs: do not skip writing data pages
Jaegeuk Kim
2017-04-13
2
-9
/
+6
*
f2fs: inject to produce some orphan inodes
Jaegeuk Kim
2017-04-13
3
-0
/
+9
*
f2fs: propagate error given by f2fs_find_entry
Jaegeuk Kim
2017-04-13
3
-8
/
+24
*
f2fs: remove writepages lock
Jaegeuk Kim
2017-04-13
3
-9
/
+0
*
f2fs: set flush_merge by default
Jaegeuk Kim
2017-04-13
1
-0
/
+6
*
f2fs: detect congestion of flush command issues
Jaegeuk Kim
2017-04-13
2
-1
/
+7
*
f2fs: avoid unnecessary updating inode during fsync
Jaegeuk Kim
2017-04-13
7
-6
/
+43
*
f2fs: remove syncing inode page in all the cases
Jaegeuk Kim
2017-04-13
10
-115
/
+17
*
f2fs: flush inode metadata when checkpoint is doing
Jaegeuk Kim
2017-04-13
7
-7
/
+107
*
f2fs: call mark_inode_dirty_sync for i_field changes
Jaegeuk Kim
2017-04-13
10
-44
/
+92
*
f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync
Jaegeuk Kim
2017-04-13
4
-15
/
+19
*
f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync
Jaegeuk Kim
2017-04-13
2
-5
/
+13
*
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
Jaegeuk Kim
2017-04-13
7
-18
/
+23
*
f2fs: use inode pointer for {set, clear}_inode_flag
Jaegeuk Kim
2017-04-13
16
-159
/
+144
*
Revert "f2fs: no need inc dirty pages under inode lock"
Jaegeuk Kim
2017-04-13
1
-5
/
+4
*
f2fs: adjust other changes
Jaegeuk Kim
2017-04-13
10
-98
/
+96
*
f2fs: fix to update dirty page count correctly
Chao Yu
2017-04-13
1
-3
/
+4
*
f2fs: flush pending bios right away when error occurs
Jaegeuk Kim
2017-04-13
5
-13
/
+16
*
f2fs: avoid ENOSPC fault in the recovery process
Jaegeuk Kim
2017-04-13
1
-0
/
+4
*
f2fs: make exit_f2fs_fs more clear
Tiezhu Yang
2017-04-13
1
-5
/
+5
*
f2fs: use percpu_counter for total_valid_inode_count
Jaegeuk Kim
2017-04-13
2
-14
/
+15
*
f2fs: use percpu_counter for alloc_valid_block_count
Jaegeuk Kim
2017-04-13
4
-8
/
+13
*
f2fs: use percpu_counter for # of dirty pages in inode
Jaegeuk Kim
2017-04-13
3
-7
/
+12
*
f2fs: use percpu_counter for page counters
Jaegeuk Kim
2017-04-13
3
-19
/
+47
*
f2fs: use bio count instead of F2FS_WRITEBACK page count
Jaegeuk Kim
2017-04-13
5
-18
/
+22
*
f2fs: manipulate dirty file inodes when DATA_FLUSH is set
Jaegeuk Kim
2017-04-13
1
-3
/
+8
*
f2fs: add fault injection to sysfs
Sheng Yong
2017-04-13
2
-10
/
+93
*
f2fs: no need inc dirty pages under inode lock
Yunlei He
2017-04-13
1
-1
/
+1
*
f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents
Chao Yu
2017-04-13
1
-2
/
+6
*
f2fs: fix i_current_depth during inline dentry conversion
Chao Yu
2017-04-13
1
-2
/
+3
*
f2fs: correct return value type of f2fs_fill_super
Sheng Yong
2017-04-13
1
-3
/
+3
*
f2fs: fix deadlock when flush inline data
Chao Yu
2017-04-13
1
-1
/
+2
*
f2fs: avoid f2fs_bug_on during recovery
Jaegeuk Kim
2017-04-13
1
-2
/
+1
*
f2fs: show # of orphan inodes
Jaegeuk Kim
2017-04-13
2
-2
/
+5
*
f2fs: support in batch fzero in dnode page
Chao Yu
2017-04-13
1
-16
/
+56
*
f2fs: support in batch multi blocks preallocation
Chao Yu
2017-04-13
2
-44
/
+108
*
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
*
f2fs: do not preallocate block unaligned to 4KB
Jaegeuk Kim
2017-04-13
1
-2
/
+2
*
f2fs: read node blocks ahead when truncating blocks
Jaegeuk Kim
2017-04-13
2
-24
/
+29
*
f2fs: fallocate data blocks in single locked node page
Jaegeuk Kim
2017-04-13
1
-29
/
+22
[prev]
[next]