summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-12-05f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu
2024-12-05Revert "f2fs: remove unreachable lazytime mount option parsing"Jaegeuk Kim
2024-12-05f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu
2024-12-05f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITSZhiguo Niu
2024-12-05f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu
2024-12-05f2fs: fix to map blocks correctly for direct writeChao Yu
2024-12-05f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li
2024-12-05f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu
2024-12-05f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu
2024-12-05f2fs: Fix not used variable 'index'Zeng Heng
2024-12-05f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-12-05f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-12-05f2fs: fix to account dirty data in __get_secs_required()Chao Yu
2024-12-05f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin
2024-12-05f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han
2024-12-05f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang
2024-10-10f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong
2024-10-10f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong
2024-10-10f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong
2024-10-10f2fs: introduce migration_window_granularityDaeho Jeong
2024-10-10f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong
2024-10-10f2fs: fix to don't panic system for no free segment fault injectionChao Yu
2024-10-10f2fs: add write priority option based on zone UFSLiao Yuanhong
2024-10-04f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu
2024-10-04f2fs: check discard support for conventional zonesShin'ichiro Kawasaki
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-04f2fs: fix to wait dio completionChao Yu
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: 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: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao 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-07-23Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.casefold' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-10f2fs: clean up addrs_per_{inode,block}()Chao Yu
2024-07-10f2fs: clean up F2FS_I()Chao Yu
2024-07-10f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-07-10f2fs: use meta inode for GC of atomic fileSunmin Jeong
2024-07-10f2fs: only fragment segment in the same sectionSheng Yong
2024-07-10f2fs: fix to update user block counts in block_operations()Chao Yu
2024-07-10f2fs: remove unreachable lazytime mount option parsingEric Sandeen