summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2023-01-11f2fs: support accounting iostat count and avg_bytesYangtao Li
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeYangtao Li
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li
2023-01-11f2fs: remove unnecessary blank linesYangtao Li
2023-01-11f2fs: mark f2fs_init_compress_mempool w/ __initYangtao Li
2023-01-06f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig
2023-01-06f2fs: add a f2fs_get_block_locked helperChristoph Hellwig
2023-01-06f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig
2023-01-06f2fs: split __submit_bioChristoph Hellwig
2023-01-06f2fs: rename F2FS_MAP_UNWRITTEN to F2FS_MAP_DELALLOCChristoph Hellwig
2023-01-06f2fs: decouple F2FS_MAP_ from buffer head flagsChristoph Hellwig
2023-01-04f2fs: fix to call clear_page_private_reference in .{release,invalid}_folioChao Yu
2023-01-04f2fs: remove unused PAGE_PRIVATE_ATOMIC_WRITEChao Yu
2022-12-12f2fs: add block_age-based extent cacheJaegeuk Kim
2022-12-12f2fs: allocate the extent_cache by defaultJaegeuk Kim
2022-12-12f2fs: refactor extent_cache to support for read and moreJaegeuk Kim
2022-12-12f2fs: move internal functions into extent_cache.cJaegeuk Kim
2022-12-12f2fs: specify extent cache for read explicitlyJaegeuk Kim
2022-12-12f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li
2022-12-12f2fs: remove F2FS_SET_FEATURE() and F2FS_CLEAR_FEATURE() macroYangtao Li
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeYangtao Li
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li
2022-11-28f2fs: fix to enable compress for newly created file if extension matchesSheng Yong
2022-11-28f2fs: change type for 'sbi->readdir_ra'Yuwei Guan
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong
2022-11-11f2fs: optimize iteration over sparse directoriesChao Yu
2022-11-11f2fs: correct i_size change for atomic writesDaeho Jeong
2022-11-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li
2022-11-01f2fs: introduce gc_mode sysfs nodeYangtao Li
2022-11-01f2fs: introduce max_ordered_discard sysfs nodeYangtao Li
2022-11-01f2fs: remove batched_trim_sections nodeYangtao Li
2022-11-01f2fs: support fault injection for f2fs_is_valid_blkaddr()Chao Yu
2022-10-10Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu
2022-10-07f2fs: account swapfile inodesChao Yu
2022-10-05f2fs: allow direct read for zoned deviceJaegeuk Kim
2022-10-04f2fs: support recording errors into superblockChao Yu
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu
2022-10-04f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-10-04f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu
2022-10-04f2fs: fix typoYonggil Song
2022-10-04f2fs: return the tmp_ptr directly in __bitmap_ptrZhang Qilong
2022-09-12f2fs: flush pending checkpoints when freezing superJaegeuk Kim
2022-09-11f2fs: move f2fs_force_buffered_io() into file.cEric Biggers
2022-09-11fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers
2022-08-29f2fs: remove gc_urgent_high_limited for cleanupChao Yu
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2022-08-05f2fs: use onstack pages instead of pvecFengnan Chang
2022-08-05f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang