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
/
segment.c
Age
Commit message (
Expand
)
Author
2014-10-06
f2fs: support atomic writes
Jaegeuk Kim
2014-09-30
f2fs: check the use of macros on block counts and addresses
Jaegeuk Kim
2014-09-30
f2fs: introduce FITRIM in f2fs_ioctl
Jaegeuk Kim
2014-09-23
f2fs: change the ipu_policy option to enable combinations
Jaegeuk Kim
2014-09-23
f2fs: support large sector size
Chao Yu
2014-09-23
f2fs: use MAX_BIO_BLOCKS(sbi)
Jaegeuk Kim
2014-09-16
f2fs: give an option to enable in-place-updates during fsync to users
Jaegeuk Kim
2014-09-09
f2fs: use lock-less list(llist) to simplify the flush cmd management
Gu Zheng
2014-09-09
f2fs: refactor flush_sit_entries codes for reducing SIT writes
Chao Yu
2014-09-09
f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNO
Chao Yu
2014-09-09
f2fs: handle bug cases by letting fsck.f2fs initiate
Jaegeuk Kim
2014-09-09
f2fs: add BUG cases to initiate fsck.f2fs
Jaegeuk Kim
2014-09-09
f2fs: need fsck.f2fs when f2fs_bug_on is triggered
Jaegeuk Kim
2014-09-03
f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB
Jaegeuk Kim
2014-08-21
f2fs: remove rewrite_node_page
Jaegeuk Kim
2014-08-19
f2fs: fix typo
arter97
2014-08-04
f2fs: use for_each_set_bit to simplify the code
Chao Yu
2014-07-30
f2fs: remove redundant lines in allocate_data_block
Dongho Sim
2014-07-30
f2fs: add tracepoint for f2fs_issue_flush
Jaegeuk Kim
2014-07-30
f2fs: avoid retrying wrong recovery routine when error was occurred
Jaegeuk Kim
2014-07-29
f2fs: add nobarrier mount option
Jaegeuk Kim
2014-07-09
f2fs: use inner macro and function to clean up codes
Chao Yu
2014-07-09
f2fs: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-07-09
f2fs: avoid to access NULL pointer in issue_flush_thread
Chao Yu
2014-07-09
f2fs: remove unused variables in f2fs_sm_info
Chao Yu
2014-05-08
f2fs: avoid to use slab memory in f2fs_issue_flush for efficiency
Chao Yu
2014-05-07
f2fs: introduce help function {create,destroy}_flush_cmd_control
Gu Zheng
2014-05-07
f2fs: introduce struct flush_cmd_control to wrap the flush_merge fields
Gu Zheng
2014-05-07
f2fs: add the flush_merge handle in the remount flow
Gu Zheng
2014-05-07
f2fs: avoid to conduct roll-forward due to the remained garbage blocks
Jaegeuk Kim
2014-05-07
f2fs: enable flush_merge only in f2fs is not read-only
Gu Zheng
2014-05-07
f2fs: use __GFP_ZERO to avoid appending set-NULL
Gu Zheng
2014-05-07
f2fs: put the bio when issue_flush completed
Gu Zheng
2014-04-07
f2fs: introduce f2fs_issue_flush to avoid redundant flush issue
Jaegeuk Kim
2014-04-02
f2fs: fix to cover io->bio with io_rwsem
Jaegeuk Kim
2014-04-02
f2fs: use list_for_each_entry{_safe} for simplyfying code
Chao Yu
2014-04-01
f2fs: avoid unnecessary bio submit when wait page writeback
Chao Yu
2014-03-20
f2fs: change reclaim rate in percentage
Jaegeuk Kim
2014-03-18
f2fs: avoid to return incorrect errno of read_normal_summaries
Chao Yu
2014-03-10
f2fs: optimize restore_node_summary slightly
Gu Zheng
2014-03-10
f2fs: remove the unused ctor argument of f2fs_kmem_cache_create()
Gu Zheng
2014-02-17
f2fs: introduce ra_meta_pages to readahead CP/NAT/SIT pages
Chao Yu
2014-02-17
f2fs: clean up with a macro
Jaegeuk Kim
2014-02-17
f2fs: handle dirty segments inside refresh_sit_entry
Jaegeuk Kim
2014-01-22
f2fs: add help function META_MAPPING
Gu Zheng
2014-01-20
f2fs: clean checkpatch warnings
Chris Fries
2014-01-14
f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
Yuan Zhong
2014-01-08
f2fs: improve write performance under frequent fsync calls
Jaegeuk Kim
2013-12-23
f2fs: remove the rw_flag domain from f2fs_io_info
Gu Zheng
2013-12-23
f2fs: introduce a new direct_IO write path
Jaegeuk Kim
[next]