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
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
/
checkpoint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-23
f2fs: allow to recover node blocks given updated checkpoint
Jaegeuk Kim
1
-0
/
+1
2018-01-23
f2fs: drop page cache after fs shutdown
Chao Yu
1
-2
/
+5
2018-01-03
f2fs: inject fault to kzalloc
Chao Yu
1
-1
/
+1
2017-11-28
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-5
/
+5
2017-11-16
Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+49
2017-11-16
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
1
-1
/
+1
2017-11-16
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
1
-1
/
+1
2017-11-16
f2fs: simplify page iteration loops
Jan Kara
1
-8
/
+5
2017-11-10
f2fs: avoid opened loop codes in __add_ino_entry
Chao Yu
1
-6
/
+4
2017-11-06
f2fs: remove unneeded semicolon
Chao Yu
1
-1
/
+1
2017-11-06
f2fs: support quota sys files
Jaegeuk Kim
1
-2
/
+7
2017-11-06
f2fs: stop all the operations by cp_error flag
Jaegeuk Kim
1
-1
/
+0
2017-10-10
f2fs: fix to flush multiple device in checkpoint
Chao Yu
1
-0
/
+6
2017-10-10
f2fs: enhance multiple device flush
Chao Yu
1
-5
/
+31
2017-08-22
f2fs: support journalled quota
Chao Yu
1
-3
/
+23
2017-08-10
f2fs: add app/fs io stat
Chao Yu
1
-10
/
+24
2017-08-04
f2fs: provide f2fs_balance_fs to __write_node_page
Yunlong Song
1
-1
/
+1
2017-07-18
f2fs: avoid cpu lockup
Jaegeuk Kim
1
-0
/
+10
2017-07-07
f2fs: use spin_{,un}lock_irq{save,restore}
Chao Yu
1
-5
/
+6
2017-07-07
f2fs: skip ->writepages for {mete,node}_inode during recovery
Chao Yu
1
-0
/
+3
2017-05-24
f2fs: introduce io_list for serialize data/node IOs
Chao Yu
1
-0
/
+1
2017-05-24
f2fs: remove unnecessary read cases in merged IO flow
Jaegeuk Kim
1
-7
/
+7
2017-05-24
f2fs: use f2fs_submit_page_bio for ra_meta_pages
Jaegeuk Kim
1
-3
/
+1
2017-05-03
f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
Chao Yu
1
-0
/
+3
2017-05-03
f2fs: allow cpc->reason to indicate more than one reason
Chao Yu
1
-7
/
+7
2017-04-12
f2fs: give time to flush dirty pages for checkpoint
Jaegeuk Kim
1
-0
/
+3
2017-04-05
f2fs: remove the redundant variable definition
Kaixu Xia
1
-1
/
+0
2017-03-25
f2fs: allow write page cache when writting cp
Yunlei He
1
-12
/
+28
2017-03-24
f2fs: don't track volatile file in dirty inode list
Chao Yu
1
-1
/
+3
2017-03-22
f2fs: sanity check of crc_offset from raw checkpoint
Kinglong Mee
1
-1
/
+1
2017-03-22
f2fs: skip writeback meta pages if cp_mutex acquire failed
Yunlei He
1
-3
/
+4
2017-03-22
f2fs: show more precise message on orphan recovery failure
Jaegeuk Kim
1
-1
/
+1
2017-03-21
f2fs: le32_to_cpu for ckpt->cp_pack_total_block_count
Kinglong Mee
1
-1
/
+2
2017-02-27
f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint
Kinglong Mee
1
-2
/
+1
2017-02-27
f2fs: show simple call stack in fault injection message
Chao Yu
1
-0
/
+1
2017-02-27
f2fs: add bitmaps for empty or full NAT blocks
Jaegeuk Kim
1
-1
/
+27
2017-02-23
f2fs: remove build_free_nids() during checkpoint
Jaegeuk Kim
1
-2
/
+0
2017-02-23
f2fs: check last page index in cached bio to decide submission
Jaegeuk Kim
1
-1
/
+2
2017-02-23
f2fs: clean up with list_{first, last}_entry
Chao Yu
1
-2
/
+2
2017-02-23
f2fs: return fs_trim if there is no candidate
Jaegeuk Kim
1
-0
/
+5
2017-02-23
f2fs: avoid needless checkpoint in f2fs_trim_fs
Jaegeuk Kim
1
-8
/
+9
2017-01-29
f2fs: relax async discard commands more
Jaegeuk Kim
1
-5
/
+2
2016-12-14
Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-9
/
+25
2016-12-08
f2fs: free meta pages if sanity check for ckpt is failed
Jaegeuk Kim
1
-1
/
+4
2016-11-29
f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
Jaegeuk Kim
1
-1
/
+7
2016-11-25
f2fs: don't wait writeback for datas during checkpoint
Chao Yu
1
-1
/
+1
2016-11-23
f2fs: make clean inodes when flushing inode page
Jaegeuk Kim
1
-1
/
+5
2016-11-23
f2fs: use BIO_MAX_PAGES for bio allocation
Jaegeuk Kim
1
-1
/
+1
2016-11-23
f2fs: don't interrupt free nids building during nid allocation
Chao Yu
1
-1
/
+1
2016-11-23
f2fs: fix to release discard entries during checkpoint
Chao Yu
1
-3
/
+6
[next]