summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu1-1/+2
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: compress: fix to check unreleased compressed clusterSheng Yong1-1/+12
2024-01-12Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-33/+33
2023-12-12f2fs: don't set FI_PREALLOCATED_ALL for partial writeChao Yu1-1/+2
2023-12-12f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu1-1/+1
2023-12-12f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu1-0/+5
2023-12-12f2fs: fix to tag gcing flag on page during block migrationChao Yu1-0/+2
2023-12-12f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu1-10/+15
2023-12-12f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu1-8/+4
2023-12-12f2fs: introduce get_dnode_addr() to clean up codesChao Yu1-7/+1
2023-12-12f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu1-3/+0
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
2023-11-17f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()zhangxirui1-3/+3
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+15
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton1-7/+7
2023-10-12f2fs: let f2fs_precache_extents() traverses in file rangeChao Yu1-1/+1
2023-10-09f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-10-04f2fs: stop iterating f2fs_map_block if hole existsJaegeuk Kim1-1/+1
2023-09-26f2fs: preload extent_cache for POSIX_FADV_WILLNEEDJaegeuk Kim1-0/+3
2023-09-14f2fs: set the default compress_level on ioctlJaegeuk Kim1-0/+9
2023-09-03Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+43
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-08-14f2fs: should update REQ_TIME for direct writeZhiguo Niu1-0/+1
2023-08-14f2fs: fix to account gc stats correctlyChao Yu1-0/+4
2023-08-14f2fs: compress: don't {,de}compress non-full clusterChao Yu1-12/+8
2023-08-14f2fs: allow f2fs_ioc_{,de}compress_file to be interruptedChao Yu1-0/+12
2023-08-14f2fs: fix to avoid mmap vs set_compress_option caseChao Yu1-5/+18
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig1-1/+1
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton1-10/+10
2023-07-06Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-29/+48
2023-07-01f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu1-5/+0
2023-07-01f2fs: only set release for file that has compressed dataSheng Yong1-3/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2023-06-26f2fs: remove unneeded page uptodate check/setYunlei He1-2/+0
2023-06-26f2fs: update mtime and ctime in move file range methodYunlei He1-0/+11
2023-06-26f2fs: convert to use sbi directlyYangtao Li1-6/+6
2023-06-26f2fs: add f2fs_ioc_get_compress_blocksSheng Yong1-6/+17
2023-06-26f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig1-0/+1
2023-06-12f2fs: flag as supporting buffered async readsYangtao Li1-1/+1
2023-06-12f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu1-1/+1
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-1/+0
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-2/+0
2023-05-24f2fs: Provide a splice-read wrapperDavid Howells1-8/+35
2023-05-08f2fs: do not allow to defragment files have FI_COMPRESS_RELEASEDYangtao Li1-0/+6
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu1-5/+0