summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-04f2fs: atomic: fix to avoid racing w/ GCChao Yu2-2/+16
2024-09-08f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu3-3/+21
2024-08-29f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-08-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu1-1/+11
2024-08-19f2fs: fix to cover read extent cache access with lockChao Yu3-35/+25
2024-08-19f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu1-0/+10
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 to truncate preallocated blocks in f2fs_file_open()Chao Yu3-9/+42
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong6-7/+23
2024-08-03f2fs: use meta inode for GC of atomic fileSunmin Jeong4-9/+14
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