summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-17f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+9
2024-10-17f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-10-17f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-10-17f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-10-17f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich2-3/+3
2024-10-17fs: Create a generic is_dot_dotdot() utilityChuck Lever1-11/+0
2024-10-17f2fs: get rid of online repaire on corrupted directoryChao Yu2-79/+0
2024-10-17f2fs: clean up w/ dotdot_nameChao Yu1-3/+2
2024-10-17f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu1-0/+4
2024-10-17f2fs: fix to wait page writeback before setting gcing flagChao Yu1-0/+4
2024-10-17f2fs: fix to avoid racing in between read and OPU dio writeChao Yu1-0/+4
2024-10-17f2fs: factor the read/write tracing logic into a helperChristoph Hellwig1-35/+26
2024-10-17f2fs: reduce expensive checkpoint trigger frequencyChao Yu3-2/+17
2024-10-17f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu1-1/+1
2024-10-17f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu1-2/+2
2024-09-08f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu3-9/+42
2024-08-29f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-08-11f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim1-0/+1
2024-08-11f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu1-1/+2
2024-08-03f2fs: fix to update user block counts in block_operations()Chao Yu1-5/+5
2024-08-03f2fs: fix start segno of large sectionSheng Yong1-1/+2
2024-08-03f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu1-2/+4
2024-08-03f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-08-03f2fs: fix to force buffered IO on inline_data inodeChao Yu1-0/+2
2024-07-27f2fs: avoid dead loop in f2fs_issue_checkpoint()Chao Yu1-2/+13
2024-07-11f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
2024-07-11f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu3-15/+38
2024-06-27f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-06-12f2fs: fix to add missing iput() in gc_data_segment()Chao Yu1-2/+7
2024-06-12f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
2024-06-12f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
2024-06-12f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
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: fix typos in commentsJinyoung CHOI7-14/+14
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-06-12f2fs: multidev: fix to recognize valid zero block addressChao Yu1-1/+1
2024-04-03f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-04-03f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
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: convert to use sbi directlyYangtao Li1-6/+6
2024-03-27f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu3-12/+24
2024-03-27f2fs: check number of blocks in a current sectionJaegeuk Kim1-9/+8
2024-03-27f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu1-4/+8
2024-03-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8