index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-18
f2fs: use percpu_counter for # of dirty pages in inode
Jaegeuk Kim
3
-7
/
+12
2016-05-18
f2fs: use percpu_counter for page counters
Jaegeuk Kim
3
-19
/
+47
2016-05-18
f2fs: use bio count instead of F2FS_WRITEBACK page count
Jaegeuk Kim
5
-19
/
+22
2016-05-17
f2fs: manipulate dirty file inodes when DATA_FLUSH is set
Jaegeuk Kim
1
-3
/
+8
2016-05-17
f2fs: add fault injection to sysfs
Sheng Yong
2
-10
/
+91
2016-05-17
f2fs: no need inc dirty pages under inode lock
Yunlei He
1
-1
/
+1
2016-05-17
f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents
Chao Yu
1
-2
/
+6
2016-05-17
f2fs: fix i_current_depth during inline dentry conversion
Chao Yu
1
-0
/
+1
2016-05-17
f2fs: correct return value type of f2fs_fill_super
Sheng Yong
1
-3
/
+3
2016-05-11
f2fs: fix deadlock when flush inline data
Chao Yu
1
-1
/
+2
2016-05-11
f2fs: avoid f2fs_bug_on during recovery
Jaegeuk Kim
1
-2
/
+1
2016-05-11
f2fs: show # of orphan inodes
Jaegeuk Kim
2
-2
/
+5
2016-05-11
f2fs: support in batch fzero in dnode page
Chao Yu
1
-16
/
+56
2016-05-11
f2fs: support in batch multi blocks preallocation
Chao Yu
2
-44
/
+108
2016-05-11
f2fs: make atomic/volatile operation exclusive
Chao Yu
1
-0
/
+16
2016-05-11
f2fs: use mnt_{want,drop}_write_file in ioctl
Chao Yu
1
-30
/
+87
2016-05-07
f2fs: do not preallocate block unaligned to 4KB
Jaegeuk Kim
1
-2
/
+2
2016-05-07
f2fs: read node blocks ahead when truncating blocks
Jaegeuk Kim
2
-25
/
+29
2016-05-07
f2fs: fallocate data blocks in single locked node page
Jaegeuk Kim
1
-29
/
+22
2016-05-07
f2fs: fix inode cache leak
Chao Yu
3
-43
/
+31
2016-05-07
fscrypto/f2fs: allow fs-specific key prefix for fs encryption
Jaegeuk Kim
3
-44
/
+97
2016-05-07
f2fs: avoid panic when truncating to max filesize
Chao Yu
1
-1
/
+4
2016-05-07
f2fs: fix incorrect mapping in ->bmap
Chao Yu
1
-4
/
+7
2016-05-07
f2fs: remove an obsolete variable
Jaegeuk Kim
1
-3
/
+0
2016-05-07
f2fs: don't worry about inode leak in evict_inode
Jaegeuk Kim
1
-14
/
+2
2016-05-07
f2fs: shrink size of struct seg_entry
Chao Yu
1
-4
/
+5
2016-05-07
f2fs: reuse get_extent_info
Chao Yu
2
-6
/
+5
2016-05-07
f2fs: remove unneeded memset when updating xattr
Chao Yu
1
-1
/
+0
2016-05-07
f2fs: remove unneeded readahead in find_fsync_dnodes
Chao Yu
1
-2
/
+0
2016-05-07
f2fs: retry to truncate blocks in -ENOMEM case
Jaegeuk Kim
1
-1
/
+7
2016-05-07
f2fs: fix leak of orphan inode objects
Jaegeuk Kim
3
-5
/
+5
2016-05-07
f2fs: revisit error handling flows
Jaegeuk Kim
2
-32
/
+28
2016-05-07
f2fs: inject ENOSPC failures
Jaegeuk Kim
5
-0
/
+29
2016-05-07
f2fs: inject page allocation failures
Jaegeuk Kim
2
-0
/
+10
2016-05-07
f2fs: inject kmalloc failure
Jaegeuk Kim
2
-0
/
+35
2016-05-07
f2fs: add mount option to select fault injection ratio
Jaegeuk Kim
3
-0
/
+28
2016-05-07
f2fs: use f2fs_grab_cache_page instead of grab_cache_page
Jaegeuk Kim
3
-9
/
+10
2016-05-07
f2fs: introduce f2fs_kmalloc to wrap kmalloc
Jaegeuk Kim
5
-5
/
+10
2016-05-07
f2fs: add proc entry to show valid block bitmap
Jaegeuk Kim
1
-1
/
+31
2016-05-07
f2fs: introduce macros for proc entries
Jaegeuk Kim
1
-11
/
+14
2016-05-03
f2fs: factor out fsync inode entry operations
Chao Yu
1
-21
/
+38
2016-05-03
f2fs: fix to clear page private flag
Chao Yu
1
-0
/
+1
2016-05-03
f2fs: fix to clear private data in page
Chao Yu
1
-0
/
+2
2016-04-28
f2fs: fix to return 0 if err == -ENOENT in f2fs_readdir
Yunlong Song
1
-0
/
+1
2016-04-28
f2fs: move node pages only in victim section during GC
Chao Yu
3
-21
/
+36
2016-04-28
f2fs: be aware of invalid filename length
Chao Yu
2
-17
/
+11
2016-04-27
f2fs: issue cache flush on direct IO
Jaegeuk Kim
1
-2
/
+9
2016-04-27
f2fs: set fsync mark only for the last dnode
Jaegeuk Kim
4
-20
/
+113
2016-04-27
f2fs: report unwritten status in fsync_node_pages
Jaegeuk Kim
2
-8
/
+9
2016-04-27
f2fs: split sync_node_pages with fsync_node_pages
Jaegeuk Kim
5
-33
/
+84
[next]