summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
9 daysf2fs: fix to avoid updating compression context during writebackChao Yu1-2/+3
9 daysf2fs: drop inode from the donation list when the last file is closedJaegeuk Kim1-1/+7
9 daysf2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim1-5/+55
9 daysf2fs: remove unused GC_FAILURE_PINChao Yu1-7/+5
9 daysf2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-2/+5
2025-10-15f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu1-20/+19
2025-10-15f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu1-1/+9
2025-08-28f2fs: check the generic conditions firstJaegeuk Kim1-12/+12
2025-07-10f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu1-1/+2
2025-07-10f2fs: fix to zero post-eof pageChao Yu1-0/+38
2025-07-10f2fs: convert f2fs_vm_page_mkwrite() to use folioChao Yu1-16/+16
2025-07-10f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong1-9/+16
2025-07-10f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu1-10/+15
2025-01-09f2fs: fix to wait dio completionChao Yu1-0/+13
2024-12-09f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu1-1/+5
2024-12-09f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li1-3/+6
2024-12-09f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han1-1/+1
2024-10-04f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-10-04f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+9
2024-10-04f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich1-1/+1
2024-10-04f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil1-18/+21
2024-10-04f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu1-2/+9
2024-10-04f2fs: support .shutdown in f2fs_sopsChao Yu1-27/+43
2024-10-04f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu1-0/+4
2024-10-04f2fs: fix to wait page writeback before setting gcing flagChao Yu1-0/+4
2024-10-04f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil1-9/+3
2024-10-04f2fs: fix to avoid racing in between read and OPU dio writeChao Yu1-0/+4
2024-10-04f2fs: reduce expensive checkpoint trigger frequencyChao Yu1-0/+3
2024-08-03f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu1-1/+41
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong1-0/+3
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: deprecate io_bitsJaegeuk Kim1-2/+0
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
2024-06-12f2fs: support file pinning for zoned devicesDaeho Jeong1-6/+18
2024-06-12f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim1-9/+7
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: 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: 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