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
/
f2fs
/
segment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-11
Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-76
/
+160
2017-07-07
f2fs: introduce __check_sit_bitmap
Chao Yu
1
-0
/
+25
2017-07-07
f2fs: stop gc/discard thread in prior during umount
Chao Yu
1
-6
/
+13
2017-07-07
f2fs: avoid redundant f2fs_flush after remount
Yunlong Song
1
-0
/
+2
2017-07-04
f2fs: add f2fs_bug_on in __remove_discard_cmd
Chao Yu
1
-0
/
+2
2017-07-04
f2fs: introduce __wait_one_discard_bio
Chao Yu
1
-16
/
+17
2017-07-04
f2fs: sanity check size of nat and sit cache
Jin Qian
1
-0
/
+7
2017-07-04
f2fs: fix a panic caused by NULL flush_cmd_control
Yunlei He
1
-1
/
+4
2017-07-04
f2fs: Do not issue small discards in LFS mode
Damien Le Moal
1
-1
/
+2
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-1
/
+1
2017-05-24
f2fs: wait discard IO completion without cmd_lock held
Chao Yu
1
-3
/
+20
2017-05-24
f2fs: wake up all waiters in f2fs_submit_discard_endio
Chao Yu
1
-1
/
+1
2017-05-24
f2fs: show more info if fail to issue discard
Chao Yu
1
-1
/
+2
2017-05-24
f2fs: introduce io_list for serialize data/node IOs
Chao Yu
1
-7
/
+15
2017-05-24
f2fs: split wio_mutex
Chao Yu
1
-2
/
+2
2017-05-24
f2fs: combine huge num of discard rb tree consistence checks
Yunlei He
1
-11
/
+2
2017-05-24
f2fs: try to freeze in gc and discard threads
Jaegeuk Kim
1
-9
/
+16
2017-05-24
f2fs: avoid f2fs_lock_op for IPU writes
Jaegeuk Kim
1
-1
/
+1
2017-05-24
f2fs: split bio cache
Jaegeuk Kim
1
-6
/
+18
2017-05-24
f2fs: use fio instead of multiple parameters
Jaegeuk Kim
1
-20
/
+21
2017-05-24
f2fs: remove unnecessary read cases in merged IO flow
Jaegeuk Kim
1
-6
/
+5
2017-05-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-8
/
+8
2017-05-09
fs: f2fs: use ktime_get_real_seconds for sit_info times
Deepa Dinamani
1
-1
/
+1
2017-05-09
mm: introduce kv[mz]alloc helpers
Michal Hocko
1
-7
/
+7
2017-05-04
f2fs: Make flush bios explicitely sync
Jan Kara
1
-1
/
+1
2017-05-03
f2fs: flush dirty nats periodically
Jaegeuk Kim
1
-1
/
+1
2017-05-03
f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
Chao Yu
1
-8
/
+20
2017-05-03
f2fs: allow cpc->reason to indicate more than one reason
Chao Yu
1
-4
/
+4
2017-05-03
f2fs: release cp and dnode lock before IPU
Hou Pengyang
1
-0
/
+1
2017-05-03
f2fs: don't hold cmd_lock during waiting discard command
Chao Yu
1
-5
/
+20
2017-05-03
f2fs: nullify fio->encrypted_page for each writes
Jaegeuk Kim
1
-1
/
+1
2017-05-03
f2fs: lookup extent cache first under IPU scenario
Hou Pengyang
1
-0
/
+1
2017-05-03
f2fs: introduce __wait_discard_cmd
Chao Yu
1
-22
/
+18
2017-05-03
f2fs: introduce __issue_discard_cmd
Chao Yu
1
-33
/
+30
2017-04-26
f2fs: enable small discard by default
Chao Yu
1
-1
/
+1
2017-04-26
f2fs: delay awaking discard thread
Chao Yu
1
-1
/
+2
2017-04-24
f2fs: fix out-of free segments
Jaegeuk Kim
1
-5
/
+21
2017-04-24
f2fs: add ioctl to flush data from faster device to cold area
Jaegeuk Kim
1
-4
/
+10
2017-04-19
f2fs: add undiscard blocks stat
Chao Yu
1
-0
/
+9
2017-04-19
f2fs: introduce __check_rb_tree_consistence
Chao Yu
1
-2
/
+13
2017-04-19
f2fs: trace __submit_discard_cmd
Chao Yu
1
-1
/
+3
2017-04-19
f2fs: in prior to issue big discard
Chao Yu
1
-15
/
+39
2017-04-19
f2fs: clean up discard_cmd_control structure
Chao Yu
1
-12
/
+12
2017-04-19
f2fs: use rb-tree to track pending discard commands
Chao Yu
1
-40
/
+183
2017-04-12
f2fs: shrink blk plug region
Chao Yu
1
-4
/
+2
2017-04-11
f2fs: clean up some macros in terms of GET_SEGNO
Jaegeuk Kim
1
-10
/
+10
2017-04-11
f2fs: clean up get_valid_blocks with consistent parameter
Jaegeuk Kim
1
-4
/
+4
2017-04-11
f2fs: prevent waiter encountering incorrect discard states
Chao Yu
1
-4
/
+5
2017-04-11
f2fs: introduce f2fs_wait_discard_bios
Chao Yu
1
-15
/
+22
2017-04-11
f2fs: split discard_cmd_list
Chao Yu
1
-17
/
+30
[next]