summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2026-01-11f2fs: fix to avoid updating compression context during writebackChao Yu
2026-01-11f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim
2026-01-11f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim
2026-01-11f2fs: remove unused GC_FAILURE_PINChao Yu
2026-01-11f2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu
2025-10-15f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu
2025-10-15f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu
2025-08-28f2fs: check the generic conditions firstJaegeuk Kim
2025-07-10f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu
2025-07-10f2fs: fix to zero post-eof pageChao Yu
2025-07-10f2fs: convert f2fs_vm_page_mkwrite() to use folioChao Yu
2025-07-10f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong
2025-07-10f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu
2025-01-09f2fs: fix to wait dio completionChao Yu
2024-12-09f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu
2024-12-09f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li
2024-12-09f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han
2024-10-04f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu
2024-10-04f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-10-04f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich
2024-10-04f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil
2024-10-04f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu
2024-10-04f2fs: support .shutdown in f2fs_sopsChao Yu
2024-10-04f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu
2024-10-04f2fs: fix to wait page writeback before setting gcing flagChao Yu
2024-10-04f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil
2024-10-04f2fs: fix to avoid racing in between read and OPU dio writeChao Yu
2024-10-04f2fs: reduce expensive checkpoint trigger frequencyChao Yu
2024-08-03f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-08-03f2fs: fix to force buffered IO on inline_data inodeChao Yu
2024-06-12f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-06-12f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-06-12f2fs: deprecate io_bitsJaegeuk Kim
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu
2024-06-12f2fs: support file pinning for zoned devicesDaeho Jeong
2024-06-12f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-06-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu
2024-06-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu
2024-06-12f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu
2024-03-26f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang
2024-03-26f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang
2024-03-26f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu
2024-03-26f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-03-26f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu
2024-03-26f2fs: introduce get_dnode_addr() to clean up codesChao Yu
2024-03-26f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu
2024-03-26f2fs: compress: fix to check unreleased compressed clusterSheng Yong