summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
12 daysf2fs: fix to avoid updating compression context during writebackChao Yu1-2/+3
12 daysf2fs: drop inode from the donation list when the last file is closedJaegeuk Kim1-1/+7
12 daysf2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim1-5/+55
12 daysf2fs: remove unused GC_FAILURE_PINChao Yu1-7/+5
12 daysf2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-1/+3
2025-12-07filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-1/+0
2025-10-29f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig1-6/+6
2025-10-29f2fs: add a f2fs_get_block_locked helperChristoph Hellwig1-3/+1
2025-02-21f2fs: fix to wait dio completionChao Yu1-0/+13
2024-12-14f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu1-1/+5
2024-12-14f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han1-1/+1
2024-10-17f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+9
2024-10-17f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-10-17f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich1-1/+1
2024-10-17f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu1-0/+4
2024-10-17f2fs: fix to wait page writeback before setting gcing flagChao Yu1-0/+4
2024-10-17f2fs: fix to avoid racing in between read and OPU dio writeChao Yu1-0/+4
2024-10-17f2fs: factor the read/write tracing logic into a helperChristoph Hellwig1-35/+26
2024-10-17f2fs: reduce expensive checkpoint trigger frequencyChao Yu1-0/+3
2024-09-08f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu1-1/+41
2024-08-03f2fs: fix to force buffered IO on inline_data inodeChao Yu1-0/+2
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-27f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang1-8/+7
2024-03-27f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang1-4/+3
2024-03-27f2fs: convert to use sbi directlyYangtao Li1-6/+6
2024-03-27f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu1-4/+8
2024-03-27f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu1-12/+14
2024-03-27f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu1-8/+4
2024-03-27f2fs: introduce get_dnode_addr() to clean up codesChao Yu1-7/+1
2024-03-27f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu1-3/+0
2024-03-27f2fs: 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-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
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