summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11f2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong1-2/+4
2024-05-09f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu1-3/+2
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu1-2/+9
2024-04-29f2fs: remove redundant parameter in is_next_segment_free()Yifan Zhao1-3/+2
2024-04-25f2fs: use helper to print zone conditionWu Bo1-14/+3
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim1-6/+70
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim1-5/+5
2024-04-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong1-0/+2
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-166/+278
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-03-13f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu1-22/+35
2024-03-13f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu1-2/+0
2024-03-13f2fs: fix to truncate meta inode pages forcelyChao Yu1-3/+2
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu1-6/+6
2024-03-04f2fs: fix to check return value of f2fs_gc_rangeZhiguo Niu1-5/+8
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu1-2/+5
2024-03-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-03-04f2fs: fix to reset fields for unloaded cursegChao Yu1-4/+15
2024-03-04f2fs: clean up new_curseg()Chao Yu1-9/+14
2024-03-04f2fs: ro: don't start discard thread for readonly imageChao Yu1-0/+6
2024-03-04f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu1-2/+2
2024-03-04f2fs: allow to mount if cap is 100Jaegeuk Kim1-0/+3
2024-03-04f2fs: print zone status in string and some logJaegeuk Kim1-6/+21
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu1-0/+5
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu1-7/+39
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu1-1/+11
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong1-8/+61
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim1-47/+7
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim1-56/+54
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim1-8/+1
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-2/+2
2024-02-12f2fs: guard blkdev_zone_mgmt with nofs scopeJohannes Thumshirn1-3/+12
2024-02-06f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu1-1/+1
2024-02-06f2fs: check free sections before disable checkpointWu Bo1-0/+2
2023-12-27f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao1-5/+2
2023-12-12f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu1-10/+4
2023-12-05f2fs: let's finish or reset zones all the timeJaegeuk Kim1-58/+17
2023-12-05f2fs: allocate new section if it's not newJaegeuk Kim1-16/+17
2023-11-28f2fs: sysfs: support discard_io_awareChao Yu1-1/+5
2023-11-20f2fs: skip adding a discard command if existsJaegeuk Kim1-1/+2
2023-10-16f2fs: clean up zones when not successfully unmountedDaeho Jeong1-36/+56
2023-08-25f2fs: use finish zone command when closing a zoneDaeho Jeong1-6/+13
2023-08-19Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu1-1/+1
2023-08-14f2fs: fix to account cp stats correctlyChao Yu1-1/+2
2023-08-14f2fs: fix to account gc stats correctlyChao Yu1-0/+1
2023-08-14f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki1-11/+28
2023-08-14f2fs: flush inode if atomic file is abortedJaegeuk Kim1-0/+2
2023-08-14Revert "f2fs: clean up w/ sbi->log_sectors_per_block"Jaegeuk Kim1-11/+12
2023-06-26f2fs: do not issue small discard commands during checkpointJaegeuk Kim1-1/+1
2023-06-26f2fs: check zone write pointer points to the end of zoneDaeho Jeong1-2/+6