summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-12f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
2024-06-12f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
2024-06-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-06-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-06-12f2fs: fix typos in commentsJinyoung CHOI1-3/+3
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu1-8/+4
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-06-12f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+3
2024-03-26f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang1-8/+7
2024-03-26f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang1-4/+3
2024-03-26f2fs: convert to use sbi directlyYangtao Li1-6/+6
2024-03-26f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu1-4/+8
2024-03-26f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu1-12/+14
2024-03-26f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu1-8/+4
2024-03-26f2fs: introduce get_dnode_addr() to clean up codesChao Yu1-7/+1
2024-03-26f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu1-3/+0
2024-03-26f2fs: compress: fix to check unreleased compressed clusterSheng Yong1-1/+12
2024-02-05f2fs: fix to tag gcing flag on page during block migrationChao Yu1-0/+2
2024-01-25f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu1-1/+1
2024-01-25f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu1-0/+5
2024-01-10f2fs: set the default compress_level on ioctlJaegeuk Kim1-0/+9
2024-01-10f2fs: convert to use bitmap APIYangtao Li1-1/+1
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-09-13f2fs: fix to avoid mmap vs set_compress_option caseChao Yu1-5/+18
2023-08-27Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()"Greg Kroah-Hartman1-0/+5
2023-08-11f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu1-5/+0
2023-07-19f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu1-1/+1
2023-07-19f2fs: do not allow to defragment files have FI_COMPRESS_RELEASEDYangtao Li1-0/+6
2023-05-17f2fs: refactor extent_cache to support for read and moreJaegeuk Kim1-4/+4
2023-05-11f2fs: fix to check return value of f2fs_do_truncate_blocks()Chao Yu1-1/+5
2023-05-11f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li1-7/+8
2023-03-11f2fs: synchronize atomic write abortsDaeho Jeong1-15/+29
2023-03-11f2fs: fix to abort atomic write only during do_exist()Chao Yu1-1/+2
2023-03-11f2fs: allow set compression option of files without blocksYangtao Li1-1/+1
2023-03-11f2fs: correct i_size change for atomic writesDaeho Jeong1-7/+11
2023-03-11f2fs: fix to avoid potential deadlockChao Yu1-3/+6
2022-12-31f2fs: allow to set compression for inlined fileJaegeuk Kim1-0/+4
2022-10-10Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+36
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu1-3/+1
2022-10-04f2fs: support recording errors into superblockChao Yu1-2/+10
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu1-5/+6
2022-10-04f2fs: code clean and fix a type errorZhang Qilong1-1/+1
2022-10-04f2fs: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+3
2022-09-11f2fs: support STATX_DIOALIGNEric Biggers1-0/+18
2022-09-11f2fs: simplify f2fs_force_buffered_io()Eric Biggers1-22/+5
2022-09-11f2fs: move f2fs_force_buffered_io() into file.cEric Biggers1-0/+40
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu1-7/+9
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-26/+53
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu1-6/+3