index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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-11-23
f2fs: fix to drop all discards after creating snapshot on lvm device
Chao Yu
1
-7
/
+9
2024-11-21
f2fs: fix changing cursegs if recovery fails on zoned device
Sheng Yong
1
-10
/
+19
2024-11-01
f2fs: fix to convert log type to segment data type correctly
Chao Yu
1
-8
/
+28
2024-11-01
f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()
Chao Yu
1
-8
/
+25
2024-11-01
f2fs: check curseg->inited before write_sum_page in change_curseg
Yongpeng Yang
1
-1
/
+2
2024-11-01
f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block
LongPing Wei
1
-1
/
+1
2024-11-01
f2fs: zone: introduce first_zoned_segno in f2fs_sb_info
Chao Yu
1
-2
/
+2
2024-11-01
f2fs: decrease spare area for pinned files for zoned devices
Daeho Jeong
1
-1
/
+2
2024-10-14
f2fs: introduce f2fs_get_section_mtime
liuderong
1
-5
/
+30
2024-09-12
f2fs: remove unused parameters
liuderong
1
-2
/
+1
2024-09-11
f2fs: fix to don't panic system for no free segment fault injection
Chao Yu
1
-3
/
+3
2024-09-11
f2fs: add valid block ratio not to do excessive GC for one time GC
Daeho Jeong
1
-2
/
+4
2024-09-11
f2fs: prevent atomic file from being dirtied before commit
Daeho Jeong
1
-0
/
+8
2024-09-06
f2fs: get rid of page->index
Chao Yu
1
-1
/
+2
2024-09-06
f2fs: convert f2fs_do_write_meta_page() to use folio
Chao Yu
1
-7
/
+7
2024-08-21
f2fs: check discard support for conventional zones
Shin'ichiro Kawasaki
1
-0
/
+7
2024-08-05
f2fs: add write priority option based on zone UFS
Liao Yuanhong
1
-1
/
+24
2024-07-10
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
1
-3
/
+3
2024-07-10
f2fs: only fragment segment in the same section
Sheng Yong
1
-3
/
+11
2024-06-21
f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid
Jaegeuk Kim
1
-0
/
+1
2024-06-18
f2fs: enable atgc dynamically if conditions are met
Zhiguo Niu
1
-3
/
+24
2024-06-12
f2fs: fix to avoid use SSR allocate when do defragment
Zhiguo Niu
1
-1
/
+2
2024-06-12
f2fs: alloc new section if curseg is not the first seg in its zone
Sheng Yong
1
-1
/
+2
2024-05-11
f2fs: allow dirty sections with zero valid block for checkpoint disabled
Daeho Jeong
1
-2
/
+4
2024-05-09
f2fs: use f2fs_{err,info}_ratelimited() for cleanup
Chao Yu
1
-3
/
+2
2024-04-29
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
1
-2
/
+9
2024-04-29
f2fs: remove redundant parameter in is_next_segment_free()
Yifan Zhao
1
-3
/
+2
2024-04-25
f2fs: use helper to print zone condition
Wu Bo
1
-14
/
+3
2024-04-19
f2fs: assign the write hint per stream by default
Jaegeuk Kim
1
-6
/
+70
2024-04-12
f2fs: use folio_test_writeback
Jaegeuk Kim
1
-5
/
+5
2024-04-12
f2fs: write missing last sum blk of file pinning section
Daeho Jeong
1
-0
/
+2
2024-03-18
Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-166
/
+278
2024-03-14
f2fs: truncate page cache before clearing flags when aborting atomic write
Sunmin Jeong
1
-1
/
+3
2024-03-12
f2fs: fix to handle error paths of {new,change}_curseg()
Zhiguo Niu
1
-22
/
+35
2024-03-12
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
1
-2
/
+0
2024-03-12
f2fs: fix to truncate meta inode pages forcely
Chao Yu
1
-3
/
+2
2024-03-04
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
1
-6
/
+6
2024-03-04
f2fs: fix to check return value of f2fs_gc_range
Zhiguo Niu
1
-5
/
+8
2024-03-04
f2fs: fix to check return value __allocate_new_segment
Zhiguo Niu
1
-2
/
+5
2024-03-04
f2fs: fix to do sanity check in update_sit_entry
Zhiguo Niu
1
-2
/
+3
2024-03-04
f2fs: fix to reset fields for unloaded curseg
Chao Yu
1
-4
/
+15
2024-03-04
f2fs: clean up new_curseg()
Chao Yu
1
-9
/
+14
2024-03-04
f2fs: ro: don't start discard thread for readonly image
Chao Yu
1
-0
/
+6
2024-03-04
f2fs: fix to use correct segment type in f2fs_allocate_data_block()
Chao Yu
1
-2
/
+2
2024-03-04
f2fs: allow to mount if cap is 100
Jaegeuk Kim
1
-0
/
+3
2024-03-04
f2fs: print zone status in string and some log
Jaegeuk Kim
1
-6
/
+21
2024-02-29
f2fs: introduce FAULT_NO_SEGMENT
Chao Yu
1
-0
/
+5
2024-02-29
f2fs: fix to handle segment allocation failure correctly
Chao Yu
1
-7
/
+39
2024-02-29
f2fs: stop checkpoint when get a out-of-bounds segment
Zhiguo Niu
1
-1
/
+11
2024-02-27
f2fs: support file pinning for zoned devices
Daeho Jeong
1
-8
/
+61
[next]