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
2026-04-27
f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionally
Chao Yu
1
-3
/
+3
2026-01-30
f2fs: fix incomplete block usage in compact SSA summaries
Daeho Jeong
1
-4
/
+4
2026-01-17
f2fs: support non-4KB block size without packed_ssa feature
Daeho Jeong
1
-40
/
+46
2026-01-17
f2fs: make FAULT_DISCARD obsolete
Chao Yu
1
-15
/
+3
2026-01-07
f2fs: sysfs: introduce inject_lock_timeout
Chao Yu
1
-1
/
+1
2026-01-07
f2fs: rename FAULT_TIMEOUT to FAULT_ATOMIC_TIMEOUT
Chao Yu
1
-1
/
+1
2026-01-07
f2fs: trace elapsed time for gc_lock lock
Chao Yu
1
-5
/
+6
2026-01-07
f2fs: trace elapsed time for cp_rwsem lock
Chao Yu
1
-4
/
+6
2026-01-01
f2fs: return immediately after submitting the specified folio in __submit_mer...
Yongpeng Yang
1
-1
/
+1
2025-12-04
f2fs: ignore discard return value
Chaitanya Kulkarni
1
-7
/
+3
2025-12-04
f2fs: change default schedule timeout value
Chao Yu
1
-1
/
+1
2025-12-04
f2fs: introduce f2fs_schedule_timeout()
Chao Yu
1
-2
/
+2
2025-12-04
f2fs: use memalloc_retry_wait() as much as possible
Chao Yu
1
-1
/
+1
2025-12-04
f2fs: revert summary entry count from 2048 to 512 in 16kb block support
Daeho Jeong
1
-10
/
+28
2025-12-04
f2fs: fix age extent cache insertion skip on counter overflow
Xiaole He
1
-2
/
+7
2025-09-02
f2fs: allocate HOT_DATA for IPU writes
Jaegeuk Kim
1
-1
/
+2
2025-08-29
f2fs: Use allocate_section_policy to control write priority in multi-devices ...
Liao Yuanhong
1
-0
/
+17
2025-08-11
f2fs: add error checking in do_write_page()
mason.zhang
1
-2
/
+8
2025-07-22
f2fs: Pass a folio to f2fs_submit_merged_write_cond()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-22
f2fs: Pass a folio to ADDRS_PER_PAGE()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-22
f2fs: Pass a folio to IS_DNODE()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-07-22
f2fs: Pass a folio to is_cold_node()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-07-22
f2fs: Add fio->folio
Matthew Wilcox (Oracle)
1
-4
/
+3
2025-07-22
f2fs: Pass a folio to fill_node_footer_blkaddr()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-22
f2fs: Pass a folio to f2fs_inode_chksum_set()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-22
f2fs: Pass a folio to f2fs_allocate_data_block()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-07-09
f2fs: introduce is_cur{seg,sec}()
Chao Yu
1
-11
/
+11
2025-07-09
f2fs: use kfree() instead of kvfree() to free some memory
Jiazi Li
1
-2
/
+2
2025-07-01
f2fs: fix to use f2fs_is_valid_blkaddr_raw() in do_write_page()
Chao Yu
1
-1
/
+1
2025-06-23
f2fs: do sanity check on fio.new_blkaddr in do_write_page()
Chao Yu
1
-0
/
+6
2025-06-23
f2fs: make sure zoned device GC to use FG_GC in shortage of free section
Daeho Jeong
1
-1
/
+2
2025-05-28
f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabled
Chao Yu
1
-1
/
+1
2025-05-28
f2fs: add ckpt_valid_blocks to the section entry
yohan.joung
1
-7
/
+38
2025-05-06
f2fs: support FAULT_TIMEOUT
Chao Yu
1
-0
/
+3
2025-05-06
f2fs: fix to bail out in get_new_segment()
Chao Yu
1
-1
/
+5
2025-04-28
f2fs: zone: fix to calculate first_zoned_segno correctly
Chao Yu
1
-5
/
+5
2025-04-28
f2fs: Convert fsync_node_entry->page to folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-04-28
f2fs: Convert dnode_of_data->node_page to node_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-04-28
f2fs: Use a folio in f2fs_wait_on_block_writeback()
Matthew Wilcox (Oracle)
1
-5
/
+5
2025-04-28
f2fs: Use a folio in change_curseg()
Matthew Wilcox (Oracle)
1
-6
/
+6
2025-04-28
f2fs: Add f2fs_get_sum_folio()
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-04-28
f2fs: Convert f2fs_get_meta_page_retry() to f2fs_get_meta_folio_retry()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-04-28
f2fs: Use a folio in read_normal_summaries()
Matthew Wilcox (Oracle)
1
-4
/
+4
2025-04-28
f2fs: Use a folio in read_compacted_summaries()
Matthew Wilcox (Oracle)
1
-12
/
+11
2025-04-28
f2fs: Use a folio in build_sit_entries()
Matthew Wilcox (Oracle)
1
-8
/
+8
2025-04-28
f2fs: Use a folio in write_compacted_summaries()
Matthew Wilcox (Oracle)
1
-12
/
+12
2025-04-28
f2fs: Use a folio in write_current_sum_page()
Matthew Wilcox (Oracle)
1
-4
/
+4
2025-04-28
f2fs: Use a folio in f2fs_update_meta_page()
Matthew Wilcox (Oracle)
1
-4
/
+4
2025-04-28
f2fs: Convert get_next_sit_page() to get_next_sit_folio()
Matthew Wilcox (Oracle)
1
-10
/
+10
2025-04-28
f2fs: Pass a folio to f2fs_submit_merged_ipu_write()
Matthew Wilcox (Oracle)
1
-1
/
+1
[next]