summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu
2024-03-12f2fs: prevent atomic write on pinned fileDaeho Jeong
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu
2024-03-12f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang
2024-03-12f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang
2024-03-04f2fs: fix to check return value in f2fs_insert_range()Chao Yu
2024-02-29f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong
2024-02-27f2fs: support SEEK_DATA and SEEK_HOLE for compression filesDaeho Jeong
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim
2024-02-05f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu
2024-02-05f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-02-05f2fs: compress: fix to check unreleased compressed clusterSheng Yong
2024-01-11Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-12-11f2fs: don't set FI_PREALLOCATED_ALL for partial writeChao Yu
2023-12-11f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu
2023-12-11f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu
2023-12-11f2fs: fix to tag gcing flag on page during block migrationChao Yu
2023-12-11f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu
2023-12-11f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu
2023-12-11f2fs: introduce get_dnode_addr() to clean up codesChao Yu
2023-12-11f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner
2023-11-17f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()zhangxirui
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton
2023-10-11f2fs: let f2fs_precache_extents() traverses in file rangeChao Yu
2023-10-09f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu
2023-10-03f2fs: stop iterating f2fs_map_block if hole existsJaegeuk Kim
2023-09-26f2fs: preload extent_cache for POSIX_FADV_WILLNEEDJaegeuk Kim
2023-09-14f2fs: set the default compress_level on ioctlJaegeuk Kim
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-14f2fs: should update REQ_TIME for direct writeZhiguo Niu
2023-08-14f2fs: fix to account gc stats correctlyChao Yu
2023-08-14f2fs: compress: don't {,de}compress non-full clusterChao Yu
2023-08-14f2fs: allow f2fs_ioc_{,de}compress_file to be interruptedChao Yu
2023-08-14f2fs: fix to avoid mmap vs set_compress_option caseChao Yu
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-30f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu
2023-06-30f2fs: only set release for file that has compressed dataSheng Yong
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26f2fs: remove unneeded page uptodate check/setYunlei He
2023-06-26f2fs: update mtime and ctime in move file range methodYunlei He
2023-06-26f2fs: convert to use sbi directlyYangtao Li