summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong
2024-03-12f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu
2024-03-12f2fs: fix to truncate meta inode pages forcelyChao Yu
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu
2024-03-04f2fs: fix to check return value of f2fs_gc_rangeZhiguo Niu
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu
2024-03-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-03-04f2fs: fix to reset fields for unloaded cursegChao Yu
2024-03-04f2fs: clean up new_curseg()Chao Yu
2024-03-04f2fs: ro: don't start discard thread for readonly imageChao Yu
2024-03-04f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu
2024-03-04f2fs: allow to mount if cap is 100Jaegeuk Kim
2024-03-04f2fs: print zone status in string and some logJaegeuk Kim
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn
2024-02-12f2fs: guard blkdev_zone_mgmt with nofs scopeJohannes Thumshirn
2024-02-05f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-02-05f2fs: check free sections before disable checkpointWu Bo
2023-12-26f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao
2023-12-11f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu
2023-12-05f2fs: let's finish or reset zones all the timeJaegeuk Kim
2023-12-04f2fs: allocate new section if it's not newJaegeuk Kim
2023-11-28f2fs: sysfs: support discard_io_awareChao Yu
2023-11-20f2fs: skip adding a discard command if existsJaegeuk Kim
2023-10-16f2fs: clean up zones when not successfully unmountedDaeho Jeong
2023-08-25f2fs: use finish zone command when closing a zoneDaeho Jeong
2023-08-18Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu
2023-08-14f2fs: fix to account cp stats correctlyChao Yu
2023-08-14f2fs: fix to account gc stats correctlyChao Yu
2023-08-14f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki
2023-08-14f2fs: flush inode if atomic file is abortedJaegeuk Kim
2023-08-14Revert "f2fs: clean up w/ sbi->log_sectors_per_block"Jaegeuk Kim
2023-06-26f2fs: do not issue small discard commands during checkpointJaegeuk Kim
2023-06-26f2fs: check zone write pointer points to the end of zoneDaeho Jeong
2023-06-12f2fs: add async reset zone command supportDaejun Park
2023-06-12f2fs: clean up w/ sbi->log_sectors_per_blockChao Yu
2023-06-12f2fs: close unused open zones while mountingDaeho Jeong
2023-04-24f2fs: allocate node blocks for atomic write block replacementDaeho Jeong
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li
2023-04-13f2fs: fix to check return value of inc_valid_block_count()Chao Yu
2023-04-13f2fs: fix passing relative address when discard zonesDaeho Jeong