index
:
linux-toradex.git
colibri
colibri_vf
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.6-2.0.x-imx
toradex_6.6-2.1.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
Age
Commit message (
Expand
)
Author
2018-04-11
page cache: use xa_lock
Matthew Wilcox
2018-04-11
xarray: add the xa_lock to the radix_tree_root
Matthew Wilcox
2018-04-03
f2fs: remain written times to update inode during fsync
Jaegeuk Kim
2018-04-02
f2fs: make assignment of t->dentry_bitmap more readable
Yunlong Song
2018-04-02
f2fs: truncate preallocated blocks in error case
Jaegeuk Kim
2018-04-02
f2fs: fix a wrong condition in f2fs_skip_inode_update
Junling Zheng
2018-03-28
f2fs: reserve bits for fs-verity
Eric Biggers
2018-03-27
f2fs: Add a segment type check in inplace write
Yunlei He
2018-03-27
f2fs: no need to initialize zero value for GFP_F2FS_ZERO
Yunlong Song
2018-03-27
f2fs: don't track new nat entry in nat set
Chao Yu
2018-03-27
f2fs: clean up with F2FS_BLK_ALIGN
Chao Yu
2018-03-18
f2fs: check blkaddr more accuratly before issue a bio
Yunlei He
2018-03-18
f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read
Ritesh Harjani
2018-03-17
f2fs: introduce a new mount option test_dummy_encryption
Sheng Yong
2018-03-17
f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
Sheng Yong
2018-03-17
f2fs: release locks before return in f2fs_ioc_gc_range()
Qiuyang Sun
2018-03-17
f2fs: align memory boundary for bitops
Jaegeuk Kim
2018-03-17
f2fs: remove unneeded set_cold_node()
Chao Yu
2018-03-17
f2fs: add nowait aio support
Hyunchul Lee
2018-03-17
f2fs: wrap all options with f2fs_sb_info.mount_opt
Chao Yu
2018-03-17
f2fs: Don't overwrite all types of node to keep node chain
Yunlei He
2018-03-17
f2fs: introduce mount option for fsync mode
Junling Zheng
2018-03-17
f2fs: fix to restore old mount option in ->remount_fs
Chao Yu
2018-03-17
f2fs: wrap sb_rdonly with f2fs_readonly
Chao Yu
2018-03-17
f2fs: avoid selinux denial on CAP_SYS_RESOURCE
Jaegeuk Kim
2018-03-13
f2fs: support hot file extension
Chao Yu
2018-03-13
f2fs: fix to avoid race in between atomic write and background GC
Chao Yu
2018-03-13
f2fs: do gc in greedy mode for whole range if gc_urgent mode is set
Jaegeuk Kim
2018-03-13
f2fs: issue discard aggressively in the gc_urgent mode
Jaegeuk Kim
2018-03-13
f2fs: set readdir_ra by default
Jaegeuk Kim
2018-03-13
f2fs: add auto tuning for small devices
Jaegeuk Kim
2018-03-13
f2fs: add mount option for segment allocation policy
Jaegeuk Kim
2018-03-13
f2fs: don't stop GC if GC is contended
Jaegeuk Kim
2018-03-13
f2fs: expose extension_list sysfs entry
Chao Yu
2018-03-13
f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
Chao Yu
2018-03-13
f2fs: introduce sb_lock to make encrypt pwsalt update exclusive
Chao Yu
2018-03-13
f2fs: remove redundant initialization of pointer 'p'
Colin Ian King
2018-03-13
f2fs: flush cp pack except cp pack 2 page at first
Gao Xiang
2018-03-13
f2fs: clean up f2fs_sb_has_xxx functions
Sheng Yong
2018-03-13
f2fs: remove redundant check of page type when submit bio
Tiezhu Yang
2018-03-13
f2fs: fix to handle looped node chain during recovery
Chao Yu
2018-03-13
f2fs: handle quota for orphan inodes
Jaegeuk Kim
2018-03-13
f2fs: support passing down write hints to block layer with F2FS policy
Hyunchul Lee
2018-03-13
f2fs: support passing down write hints given by users to block layer
Hyunchul Lee
2018-03-13
f2fs: fix to clear CP_TRIMMED_FLAG
Chao Yu
2018-03-13
f2fs: support large nat bitmap
Chao Yu
2018-03-13
f2fs: fix to check extent cache in f2fs_drop_extent_tree
Chao Yu
2018-03-13
f2fs: restrict inline_xattr_size configuration
Chao Yu
2018-03-13
f2fs: fix heap mode to reset it back
Yunlong Song
2018-03-13
f2fs: fix potential corruption in area before F2FS_SUPER_OFFSET
Sheng Yong
[next]