index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
checkpoint.c
Age
Commit message (
Expand
)
Author
2018-08-14
f2fs: rework fault injection handling to avoid a warning
Arnd Bergmann
2018-08-13
f2fs: support fault_type mount option
Chao Yu
2018-08-10
f2fs: fix invalid memory access
Chao Yu
2018-08-10
f2fs: fix to avoid broken of dnode block list
Chao Yu
2018-08-10
f2fs: fix to do sanity check with cp_pack_start_sum
Chao Yu
2018-08-01
f2fs: don't keep meta pages used for block migration
Chao Yu
2018-08-01
f2fs: quota: fix incorrect comments
Sheng Yong
2018-08-01
f2fs: fix to propagate error from __get_meta_page()
Chao Yu
2018-08-01
f2fs: fix to do sanity check with block address in main area
Chao Yu
2018-07-27
f2fs: introduce and spread verify_blkaddr
Chao Yu
2018-07-27
f2fs: fix a hungtask problem caused by congestion_wait
Yunlei He
2018-07-27
f2fs: don't acquire orphan ino during recovery
Chao Yu
2018-07-27
f2fs: indicate shutdown f2fs to allow unmount successfully
Jaegeuk Kim
2018-07-27
f2fs: keep meta pages in cp_error state
Jaegeuk Kim
2018-06-12
treewide: Use array_size() in f2fs_kzalloc()
Kees Cook
2018-06-04
f2fs: let sync node IO interrupt async one
Chao Yu
2018-06-04
f2fs: fix to update mtime correctly
Chao Yu
2018-05-31
f2fs: clean up symbol namespace
Chao Yu
2018-05-31
f2fs: clean up with is_valid_blkaddr()
Chao Yu
2018-05-31
f2fs: remove duplicated dquot_initialize and fix error handling
Sheng Yong
2018-05-31
f2fs: don't use GFP_ZERO for page caches
Chao Yu
2018-05-02
Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
Jaegeuk Kim
2018-03-18
f2fs: check blkaddr more accuratly before issue a bio
Yunlei He
2018-03-13
f2fs: flush cp pack except cp pack 2 page at first
Gao Xiang
2018-03-13
f2fs: handle quota for orphan inodes
Jaegeuk Kim
2018-03-13
f2fs: fix to clear CP_TRIMMED_FLAG
Chao Yu
2018-01-22
f2fs: allow to recover node blocks given updated checkpoint
Jaegeuk Kim
2018-01-22
f2fs: drop page cache after fs shutdown
Chao Yu
2018-01-02
f2fs: inject fault to kzalloc
Chao Yu
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-16
Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-15
mm, pagevec: remove cold parameter for pagevecs
Mel Gorman
2017-11-15
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
Jan Kara
2017-11-15
f2fs: simplify page iteration loops
Jan Kara
2017-11-10
f2fs: avoid opened loop codes in __add_ino_entry
Chao Yu
2017-11-05
f2fs: remove unneeded semicolon
Chao Yu
2017-11-05
f2fs: support quota sys files
Jaegeuk Kim
2017-11-05
f2fs: stop all the operations by cp_error flag
Jaegeuk Kim
2017-10-10
f2fs: fix to flush multiple device in checkpoint
Chao Yu
2017-10-10
f2fs: enhance multiple device flush
Chao Yu
2017-08-21
f2fs: support journalled quota
Chao Yu
2017-08-09
f2fs: add app/fs io stat
Chao Yu
2017-08-03
f2fs: provide f2fs_balance_fs to __write_node_page
Yunlong Song
2017-07-17
f2fs: avoid cpu lockup
Jaegeuk Kim
2017-07-07
f2fs: use spin_{,un}lock_irq{save,restore}
Chao Yu
2017-07-07
f2fs: skip ->writepages for {mete,node}_inode during recovery
Chao Yu
2017-05-23
f2fs: introduce io_list for serialize data/node IOs
Chao Yu
2017-05-23
f2fs: remove unnecessary read cases in merged IO flow
Jaegeuk Kim
2017-05-23
f2fs: use f2fs_submit_page_bio for ra_meta_pages
Jaegeuk Kim
2017-05-03
f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
Chao Yu
[next]