aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/f2fs_fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12f2fs: fix to truncate meta inode pages forcelyChao Yu1-0/+1
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu1-0/+1
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim1-6/+0
2023-11-17f2fs: the name of a struct is wrong in a comment.Yang Hubin1-1/+1
2023-10-16f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu1-0/+1
2023-10-04f2fs: Support Block Size == Page SizeDaniel Rosenberg1-28/+41
2023-06-30f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu1-0/+1
2023-04-10f2fs: use common implementation of file typeWeizhao Ouyang1-15/+0
2023-03-29f2fs: convert to use bitmap APIYangtao Li1-5/+4
2023-01-31f2fs: clarify compress level bit offsetYangtao Li1-1/+1
2022-10-04f2fs: support recording errors into superblockChao Yu1-1/+24
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu1-1/+16
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-0/+1
2021-06-23f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim1-0/+1
2021-03-12f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-01-27f2fs: compress: support compress levelChao Yu1-0/+3
2020-12-02f2fs: compress: support chksumChao Yu1-1/+1
2020-09-10f2fs: Use generic casefolding supportDaniel Rosenberg1-3/+0
2020-03-22f2fs: Add a new CP flag to help fsck fix resize SPO issuesSahitya Tummala1-0/+1
2020-01-17f2fs: support data compressionChao Yu1-0/+5
2019-08-23f2fs: include charset encoding information in the superblockDaniel Rosenberg1-1/+8
2019-08-23f2fs: fix panic of IO alignment featureChao Yu1-0/+1
2019-05-08f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu1-0/+4
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu1-3/+4
2019-03-12f2fs: correct spelling mistakeZeng Guangyue1-1/+1
2019-03-05f2fs: fix to check inline_xattr_size boundary correctlyChao Yu1-6/+7
2019-02-15f2fs: fix typos in code commentsGeliang Tang1-2/+2
2019-02-15f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim1-0/+1
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu1-0/+1
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg1-0/+1
2018-09-30f2fs: support superblock checksumJunling Zheng1-1/+2
2018-09-12f2fs: add SPDX license identifiersChao Yu1-4/+1
2018-07-28f2fs: Allocate and stat mem used by free nid bitmap more accuratelyYunlei He1-5/+0
2018-03-17f2fs: align memory boundary for bitopsJaegeuk Kim1-0/+4
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu1-4/+4
2018-03-13f2fs: support hot file extensionChao Yu1-1/+2
2018-03-13f2fs: expose extension_list sysfs entryChao Yu1-1/+2
2018-03-13f2fs: support large nat bitmapChao Yu1-0/+1
2018-03-13f2fs: don't put dentry page in pagecache into highmemYunlong Song1-1/+0
2018-01-25f2fs: support inode creation timeChao Yu1-1/+3
2018-01-22f2fs: allow to recover node blocks given updated checkpointJaegeuk Kim1-0/+1
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim1-1/+8
2017-11-05f2fs: support quota sys filesJaegeuk Kim1-1/+0
2017-11-05f2fs: add quota_ino feature infraJaegeuk Kim1-1/+5
2017-11-05f2fs: support flexible inline xattr sizeChao Yu1-2/+3
2017-08-03f2fs: support inode checksumChao Yu1-0/+1
2017-07-31f2fs: support project quotaChao Yu1-0/+3
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu1-2/+11
2017-07-31f2fs: make max inline size changeableChao Yu1-22/+1
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu1-0/+1