summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim1-0/+9
2025-06-27f2fs: fix to do sanity check on ino and xnidChao Yu1-0/+6
2025-06-19f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-06-19f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-06-19f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu1-1/+1
2025-06-19f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1
2025-06-19f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu1-2/+8
2025-06-04f2fs: introduce f2fs_base_attr for global sysfs entriesJaegeuk Kim1-22/+52
2025-04-25f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil2-3/+5
2025-04-25Revert "f2fs: rebuild nat_bits during umount"Chao Yu3-95/+59
2025-04-25f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu1-1/+8
2025-04-25f2fs: don't retry IO for corrupted data scenarioChao Yu1-0/+4
2025-02-08f2fs: Introduce linear search for dentriesDaniel Lee3-19/+45
2025-01-17f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin1-6/+6
2025-01-09f2fs: fix to wait dio completionChao Yu1-0/+13
2024-12-14f2fs: fix to shrink read extent node in batchesChao Yu1-28/+41
2024-12-14f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu1-1/+6
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han1-1/+3
2024-12-14f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu2-0/+21
2024-12-09f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu1-0/+10
2024-12-09f2fs: fix null reference error when checking end of zoneDaejun Park1-1/+3
2024-12-09f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang1-21/+1
2024-12-09f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu1-1/+5
2024-12-09f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li1-3/+6
2024-12-09f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu1-0/+2
2024-12-09f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu3-9/+9
2024-12-09f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang1-1/+2
2024-12-09f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei1-1/+1
2024-12-09f2fs: fix to account dirty data in __get_secs_required()Chao Yu1-10/+25
2024-12-09f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han1-1/+1
2024-10-04f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-10-04f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+9
2024-10-04f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-10-04f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-10-04f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich2-3/+3
2024-10-04fs: Create a generic is_dot_dotdot() utilityChuck Lever1-11/+0
2024-10-04f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu1-4/+6
2024-10-04f2fs: get rid of online repaire on corrupted directoryChao Yu2-79/+0
2024-10-04f2fs: clean up w/ dotdot_nameChao Yu1-3/+2
2024-10-04f2fs: prevent atomic file from being dirtied before commitDaeho Jeong3-1/+14
2024-10-04f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil3-26/+61
2024-10-04f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu2-30/+35
2024-10-04f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu3-4/+11
2024-10-04f2fs: support .shutdown in f2fs_sopsChao Yu3-27/+51
2024-10-04f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu1-0/+4
2024-10-04f2fs: fix to wait page writeback before setting gcing flagChao Yu1-0/+4
2024-10-04f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil1-9/+3
2024-10-04f2fs: fix to avoid racing in between read and OPU dio writeChao Yu1-0/+4
2024-10-04f2fs: reduce expensive checkpoint trigger frequencyChao Yu3-2/+17