summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/segment.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu2024-03-041-8/+7
* f2fs: check number of blocks in a current sectionJaegeuk Kim2024-02-291-9/+8
* f2fs: support file pinning for zoned devicesDaeho Jeong2024-02-271-0/+10
* f2fs: kill heap-based allocationJaegeuk Kim2024-02-271-10/+0
* f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-271-23/+21
* f2fs: Clean up errors in segment.hKaiLong Wang2023-10-161-2/+2
* f2fs: add has_enough_free_secs()Yangtao Li2023-04-181-1/+7
* f2fs: Fix system crash due to lack of free space in LFSYonggil Song2023-04-101-9/+30
* f2fs: remove struct victim_selection default_v_opsYangtao Li2023-04-101-7/+0
* f2fs: apply zone capacity to all zone typeJaegeuk Kim2023-03-291-0/+3
* f2fs: fix wrong segment countJaegeuk Kim2023-02-141-4/+5
* f2fs: export ipu policy in debugfsYangtao Li2023-02-141-0/+1
* f2fs: fix to set ipu policyYangtao Li2023-02-071-1/+9
* f2fs: add a f2fs_curseg_valid_blocks helperChristoph Hellwig2023-02-021-6/+0
* f2fs: convert discard_wake and gc_wake to bool typeYangtao Li2023-01-111-1/+1
* f2fs: introduce IS_F2FS_IPU_* macroYangtao Li2023-01-061-0/+15
* f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig2022-12-081-6/+0
* f2fs: support recording errors into superblockChao Yu2022-10-041-0/+2
* f2fs: adjust zone capacity when considering valid block countJaegeuk Kim2022-07-301-4/+4
* f2fs: enforce single zone capacityJaegeuk Kim2022-07-301-0/+3
* f2fs: change the current atomic write wayDaeho Jeong2022-05-121-2/+2
* f2fs: give priority to select unpinned section for foreground GCChao Yu2022-05-061-0/+3
* f2fs: fix to do sanity check on total_data_blocksChao Yu2022-05-061-0/+1
* f2fs: fix deadloop in foreground GCChao Yu2022-05-061-12/+20
* f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu2022-02-071-1/+4
* f2fs: fix to reserve space for IO align featureChao Yu2022-01-041-1/+2
* f2fs: introduce fragment allocation mode mount optionDaeho Jeong2021-10-261-0/+1
* f2fs: correct comment in segment.hYangtao Li2021-08-131-2/+2
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-041-3/+13
|\
| * f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu2021-03-261-1/+13
| * f2fs: remove unused FORCE_FG_GC macroChao Yu2021-03-121-2/+0
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-2/+2
|/
* f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim2021-01-271-2/+2
* f2fs: fix wrong total_sections check and fsmeta checkWang Xiaojun2020-09-291-0/+1
* f2fs: change return value of reserved_segments to unsigned intXiaojun Wang2020-09-291-2/+2
* f2fs: support age threshold based garbage collectionChao Yu2020-09-111-3/+22
* f2fs: introduce inmem cursegChao Yu2020-09-101-7/+10
* f2fs: support zone capacity less than zone sizeAravind Ramesh2020-09-101-9/+17
* f2fs: segment.h: delete a duplicated wordRandy Dunlap2020-07-201-1/+1
* f2fs: get the right gc victim section when section has several segmentsJack Qiu2020-06-181-2/+6
* f2fs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-081-1/+1
* f2fs: show mounted timeJaegeuk Kim2020-03-191-1/+1
* f2fs: update f2fs document regarding to fsync_modeJaegeuk Kim2020-01-171-2/+3
* f2fs: add a way to turn off ipu bio cacheJaegeuk Kim2020-01-171-0/+2
* f2fs: support data compressionChao Yu2020-01-171-12/+0
* f2fs: support aligned pinned fileJaegeuk Kim2019-11-071-0/+2
* f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu2019-09-061-4/+4
* f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala2019-08-231-0/+3
* f2fs: allocate memory in batch in build_sit_info()Chao Yu2019-08-231-0/+1
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-021-2/+2