summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong2024-10-101-2/+1
* f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong2024-10-102-7/+18
* f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong2024-10-102-2/+11
* f2fs: introduce migration_window_granularityDaeho Jeong2024-10-105-10/+33
* f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong2024-10-104-6/+65
* f2fs: fix to don't panic system for no free segment fault injectionChao Yu2024-10-101-3/+3
* f2fs: add write priority option based on zone UFSLiao Yuanhong2024-10-104-1/+44
* f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu2024-10-041-1/+12
* f2fs: check discard support for conventional zonesShin'ichiro Kawasaki2024-10-041-0/+7
* f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn2024-10-041-0/+9
* f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich2024-10-041-2/+2
* f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich2024-10-041-1/+2
* f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich2024-10-042-3/+3
* f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu2024-10-041-4/+6
* f2fs: get rid of online repaire on corrupted directoryChao Yu2024-10-042-79/+0
* f2fs: prevent atomic file from being dirtied before commitDaeho Jeong2024-10-043-1/+14
* f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil2024-10-043-26/+61
* f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu2024-10-043-4/+11
* f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu2024-10-041-0/+4
* f2fs: fix to wait page writeback before setting gcing flagChao Yu2024-10-041-0/+4
* f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil2024-10-041-9/+3
* f2fs: fix to avoid racing in between read and OPU dio writeChao Yu2024-10-041-0/+4
* f2fs: reduce expensive checkpoint trigger frequencyChao Yu2024-10-043-2/+17
* f2fs: atomic: fix to avoid racing w/ GCChao Yu2024-10-042-2/+16
* f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu2024-09-083-3/+21
* f2fs: fix to cover read extent cache access with lockChao Yu2024-08-193-35/+25
* f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu2024-08-191-0/+10
* f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim2024-08-111-0/+1
* f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu2024-08-111-1/+2
* f2fs: fix to update user block counts in block_operations()Chao Yu2024-08-031-5/+5
* f2fs: fix null reference error when checking end of zoneDaejun Park2024-08-031-1/+3
* f2fs: fix start segno of large sectionSheng Yong2024-08-031-1/+2
* f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu2024-08-033-9/+42
* f2fs: use meta inode for GC of COW fileSunmin Jeong2024-08-036-7/+23
* f2fs: use meta inode for GC of atomic fileSunmin Jeong2024-08-034-9/+14
* f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu2024-08-031-2/+4
* f2fs: fix to don't dirty inode for readonly filesystemChao Yu2024-08-031-0/+3
* f2fs: fix to force buffered IO on inline_data inodeChao Yu2024-08-031-0/+2
* Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-2014-349/+630
|\
| * f2fs: initialize last_block_in_bio variableWu Bo2024-05-151-10/+13
| * f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor2024-05-151-2/+2
| * f2fs: fix to add missing iput() in gc_data_segment()Chao Yu2024-05-111-2/+7
| * f2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong2024-05-111-2/+4
| * f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu2024-05-101-3/+8
| * f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu2024-05-101-1/+1
| * f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu2024-05-101-0/+10
| * f2fs: compress: fix error path of inc_valid_block_count()Chao Yu2024-05-101-7/+8
| * f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu2024-05-101-1/+1
| * f2fs: compress: fix to update i_compr_blocks correctlyChao Yu2024-05-101-7/+14
| * f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu2024-05-093-15/+38