summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2025-03-13f2fs: fix to wait dio completionChao Yu
2024-10-17f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-10-17f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu
2024-10-17f2fs: fix to wait page writeback before setting gcing flagChao Yu
2024-10-17f2fs: optimize error handling in redirty_blocksJack Qiu
2024-10-17f2fs: reduce expensive checkpoint trigger frequencyChao Yu
2024-06-16f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-06-16f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-06-16f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu
2024-06-16f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu
2024-06-16f2fs: fix typos in commentsJinyoung CHOI
2024-06-16f2fs: do not allow partial truncation on pinned fileJaegeuk Kim
2024-06-16f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu
2024-06-16f2fs: convert to use sbi directlyYangtao Li
2024-06-16f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu
2024-06-16f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu
2024-06-16f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco
2024-03-26f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang
2024-03-26f2fs: compress: fix to check unreleased compressed clusterSheng Yong
2024-02-23f2fs: fix to tag gcing flag on page during block migrationChao Yu
2024-01-25f2fs: fix the f2fs_file_write_iter tracepointEric Biggers
2024-01-25f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu
2024-01-25f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu
2023-07-23f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu
2023-05-11f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li
2023-03-17f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2023-03-11f2fs: allow set compression option of files without blocksYangtao Li
2022-08-17f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim
2022-08-17f2fs: allow compression for mmap files in compress_mode=userSungjong Seo
2022-08-17f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu
2022-06-14f2fs: fix to tag gcing flag on page during file defragmentChao Yu
2022-06-09f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu
2022-06-09f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu
2022-06-09f2fs: support fault injection for dquot_initialize()Chao Yu
2022-05-01iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2022-04-08f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang
2022-01-27f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-30f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim
2021-08-30f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu
2021-08-30f2fs: adjust unlock order for cleanupChao Yu
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-17f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang
2021-08-03f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong
2021-08-02f2fs: fix to force keeping write barrier for strict fsync modeChao Yu
2021-07-25f2fs: remove allow_outplace_dio()Eric Biggers
2021-07-13f2fs: Convert to using invalidate_lockJan Kara
2021-06-23f2fs: logging neateningJoe Perches
2021-06-23f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim