summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2025-02-08f2fs: Introduce linear search for dentriesDaniel Lee
2025-01-17f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin
2025-01-09f2fs: fix to wait dio completionChao Yu
2024-12-14f2fs: fix to shrink read extent node in batchesChao Yu
2024-12-14f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han
2024-12-14f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu
2024-12-09f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu
2024-12-09f2fs: fix null reference error when checking end of zoneDaejun Park
2024-12-09f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang
2024-12-09f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu
2024-12-09f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li
2024-12-09f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu
2024-12-09f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu
2024-12-09f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-12-09f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-12-09f2fs: fix to account dirty data in __get_secs_required()Chao Yu
2024-12-09f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han
2024-10-04f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu
2024-10-04f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-10-04f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich
2024-10-04f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich
2024-10-04f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich
2024-10-04fs: Create a generic is_dot_dotdot() utilityChuck Lever
2024-10-04f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu
2024-10-04f2fs: get rid of online repaire on corrupted directoryChao Yu
2024-10-04f2fs: clean up w/ dotdot_nameChao Yu
2024-10-04f2fs: prevent atomic file from being dirtied before commitDaeho Jeong
2024-10-04f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil
2024-10-04f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu
2024-10-04f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu
2024-10-04f2fs: support .shutdown in f2fs_sopsChao Yu
2024-10-04f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu
2024-10-04f2fs: fix to wait page writeback before setting gcing flagChao Yu
2024-10-04f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil
2024-10-04f2fs: fix to avoid racing in between read and OPU dio writeChao Yu
2024-10-04f2fs: reduce expensive checkpoint trigger frequencyChao Yu
2024-10-04f2fs: atomic: fix to avoid racing w/ GCChao Yu
2024-09-08f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu
2024-08-29f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-08-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu
2024-08-19f2fs: fix to cover read extent cache access with lockChao Yu
2024-08-19f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu
2024-08-11f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim
2024-08-11f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu
2024-08-03f2fs: fix to update user block counts in block_operations()Chao Yu
2024-08-03f2fs: fix start segno of large sectionSheng Yong
2024-08-03f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-08-03f2fs: use meta inode for GC of atomic fileSunmin Jeong