summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
4 daysf2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-1/+2
2025-03-13f2fs: fix to wait dio completionChao Yu1-0/+13
2024-12-14f2fs: avoid using native allocate_segment_by_default()Chao Yu1-1/+1
2024-10-17f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+15
2024-10-17f2fs: reduce expensive checkpoint trigger frequencyChao Yu1-0/+3
2024-10-17f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu1-2/+4
2024-06-16f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
2024-06-16f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
2024-06-16f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-06-16f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-06-16f2fs: fix typos in commentsJinyoung CHOI1-3/+3
2024-06-16f2fs: do not allow partial truncation on pinned fileJaegeuk Kim1-1/+5
2024-06-16f2fs: fix to force keeping write barrier for strict fsync modeChao Yu1-0/+12
2024-06-16f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-06-16f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim1-6/+12
2024-06-16f2fs: compress: remove unneeded preallocationChao Yu1-4/+0
2024-06-16f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+2
2024-03-27f2fs: compress: fix to check unreleased compressed clusterSheng Yong1-1/+12
2024-01-26f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu1-1/+1
2024-01-26f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu1-0/+5
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-07-27f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu1-1/+1
2023-05-17f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li1-7/+8
2022-08-21f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu1-8/+1
2022-06-09f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu1-0/+4
2022-06-09f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu1-4/+12
2022-04-08f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang1-1/+4
2021-09-18f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu1-3/+1
2021-09-15f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim1-3/+2
2021-05-19f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu1-6/+0
2021-05-19f2fs: fix to update last i_size if fallocate partially succeedsChao Yu1-11/+11
2021-05-19f2fs: fix to align to section for fallocate() on pinned fileChao Yu1-10/+9
2021-05-19f2fs: fix to allow migrating fully valid segmentChao Yu1-4/+5
2021-05-19f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu1-33/+104
2021-05-19f2fs: move ioctl interface definitions to separated fileChao Yu1-0/+1
2021-03-04f2fs: enforce the immutable flag on open filesChao Yu1-0/+17
2021-03-04f2fs: fix out-of-repair __setattr_copy()Chao Yu1-1/+2
2021-03-04f2fs: fix to avoid inconsistent quota dataYi Chen1-0/+4
2020-12-26f2fs: fix to seek incorrect data offset in inline data fileChao Yu1-3/+8
2020-10-14f2fs: code cleanup by removing unnecessary checkChengguang Xu1-3/+2
2020-10-14f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong1-1/+2
2020-09-29f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu1-0/+2
2020-09-14f2fs: clean up kvfreeChao Yu1-1/+1
2020-09-11f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong1-2/+2
2020-09-11f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong1-10/+12
2020-09-11f2fs: check position in move range ioctlDan Robertson1-0/+3
2020-09-11f2fs: Simplify SEEK_DATA implementationMatthew Wilcox (Oracle)1-27/+8
2020-09-11f2fs: fix compile warningChao Yu1-2/+5
2020-09-11f2fs: introduce inmem cursegChao Yu1-2/+3
2020-08-04f2fs: make file immutable even if releasing zero compression blockDaeho Jeong1-3/+3