index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
segment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-14
f2fs: check curseg->inited before write_sum_page in change_curseg
Yongpeng Yang
1
-1
/
+2
2024-12-14
f2fs: remove the unused flush argument to change_curseg
Christoph Hellwig
1
-9
/
+7
2024-12-14
f2fs: open code allocate_segment_by_default
Christoph Hellwig
1
-26
/
+24
2024-12-14
f2fs: remove struct segment_allocation default_salloc_ops
Christoph Hellwig
1
-9
/
+2
2024-12-14
f2fs: avoid using native allocate_segment_by_default()
Chao Yu
1
-8
/
+10
2024-12-14
f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block
LongPing Wei
1
-1
/
+1
2024-09-04
f2fs: fix to do sanity check in update_sit_entry
Zhiguo Niu
1
-2
/
+3
2024-06-16
f2fs: fix typos in comments
Jinyoung CHOI
1
-1
/
+1
2024-06-16
f2fs: add compress_mode mount option
Daeho Jeong
1
-1
/
+1
2023-05-17
f2fs: apply zone capacity to all zone type
Jaegeuk Kim
1
-61
/
+4
2023-05-17
f2fs: enforce single zone capacity
Jaegeuk Kim
1
-13
/
+6
2023-01-14
f2fs: fix normal discard process
Dongdong Zhang
1
-1
/
+1
2022-10-26
f2fs: fix wrong condition to trigger background checkpoint correctly
Chao Yu
1
-1
/
+1
2022-10-26
f2fs: fix to account FS_CP_DATA_IO correctly
Chao Yu
1
-1
/
+1
2022-10-26
f2fs: fix to avoid REQ_TIME and CP_TIME collision
Chao Yu
1
-20
/
+27
2022-08-25
f2fs: fix to do sanity check on segment type in build_sit_entries()
Chao Yu
1
-0
/
+13
2022-06-09
f2fs: fix to do sanity check on total_data_blocks
Chao Yu
1
-11
/
+22
2022-06-09
f2fs: fix dereference of stale list iterator after loop body
Jakob Koschel
1
-3
/
+6
2022-04-08
f2fs: fix to do sanity check on curseg->alloc_type
Chao Yu
1
-0
/
+7
2021-05-19
f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()
Chao Yu
1
-3
/
+3
2021-05-19
f2fs: Fix a hungtask problem in atomic write
Yi Zhuang
1
-13
/
+17
2021-05-19
f2fs: fix to cover __allocate_new_section() with curseg_lock
Chao Yu
1
-0
/
+4
2021-05-19
f2fs: fix to avoid touching checkpointed data in get_victim()
Chao Yu
1
-15
/
+21
2021-05-19
f2fs: fix to align to section for fallocate() on pinned file
Chao Yu
1
-8
/
+26
2021-05-19
f2fs: fix to allow migrating fully valid segment
Chao Yu
1
-1
/
+1
2020-12-26
f2fs: init dirty_secmap incorrectly
Jack Qiu
1
-1
/
+1
2020-10-13
f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case
Chao Yu
1
-0
/
+3
2020-10-13
f2fs: handle errors of f2fs_get_meta_page_nofail
Jaegeuk Kim
1
-3
/
+9
2020-09-14
f2fs: clean up kvfree
Chao Yu
1
-12
/
+12
2020-09-11
f2fs: support age threshold based garbage collection
Chao Yu
1
-38
/
+139
2020-09-10
f2fs: support 64-bits key in f2fs rb-tree node entry
Chao Yu
1
-2
/
+2
2020-09-10
f2fs: inherit mtime of original block during GC
Chao Yu
1
-12
/
+44
2020-09-10
f2fs: record average update time of segment
Chao Yu
1
-3
/
+18
2020-09-10
f2fs: introduce inmem curseg
Chao Yu
1
-33
/
+74
2020-09-10
f2fs: remove duplicated type casting
Xiaojun Wang
1
-1
/
+1
2020-09-10
f2fs: support zone capacity less than zone size
Aravind Ramesh
1
-12
/
+144
2020-09-08
f2fs: Fix type of section block count variables
Shin'ichiro Kawasaki
1
-4
/
+4
2020-08-03
f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...
Zhihao Cheng
1
-1
/
+1
2020-07-07
f2fs: add GC_URGENT_LOW mode in gc_urgent
Daeho Jeong
1
-2
/
+2
2020-07-07
f2fs: split f2fs_allocate_new_segments()
Chao Yu
1
-16
/
+23
2020-07-07
f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_range
Qilong Zhang
1
-2
/
+2
2020-07-07
f2fs: clean up parameter of f2fs_allocate_data_block()
Chao Yu
1
-3
/
+3
2020-07-07
f2fs: shrink node_write lock coverage
Chao Yu
1
-11
/
+0
2020-07-07
f2fs: add prefix for exported symbols
Chao Yu
1
-1
/
+1
2020-06-18
f2fs: get the right gc victim section when section has several segments
Jack Qiu
1
-2
/
+59
2020-05-30
f2fs: fix wrong discard space
Chao Yu
1
-0
/
+11
2020-05-28
f2fs: remove unneeded return value of __insert_discard_tree()
Chao Yu
1
-7
/
+2
2020-04-17
f2fs: Fix the accounting of dcc->undiscard_blks
Sahitya Tummala
1
-1
/
+3
2020-04-17
f2fs: report the discard cmd errors properly
Sahitya Tummala
1
-2
/
+2
2020-04-17
f2fs: fix long latency due to discard during umount
Sahitya Tummala
1
-2
/
+10
[next]