summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-10f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong1-2/+1
2024-10-10f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong2-7/+18
2024-10-10f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong2-2/+11
2024-10-10f2fs: introduce migration_window_granularityDaeho Jeong5-10/+33
2024-10-10f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong4-6/+65
2024-10-10f2fs: fix to don't panic system for no free segment fault injectionChao Yu1-3/+3
2024-10-10f2fs: add write priority option based on zone UFSLiao Yuanhong4-1/+44
2024-10-04f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-10-04f2fs: check discard support for conventional zonesShin'ichiro Kawasaki1-0/+7
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-04f2fs: fix to wait dio completionChao Yu1-0/+13
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: 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: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu3-4/+11
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-07-23Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-222/+326
2024-07-15Merge tag 'vfs-6.11.casefold' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-93/+55
2024-07-10f2fs: clean up addrs_per_{inode,block}()Chao Yu1-13/+7
2024-07-10f2fs: clean up F2FS_I()Chao Yu5-93/+88
2024-07-10f2fs: use meta inode for GC of COW fileSunmin Jeong6-7/+23
2024-07-10f2fs: use meta inode for GC of atomic fileSunmin Jeong4-9/+14
2024-07-10f2fs: only fragment segment in the same sectionSheng Yong1-3/+11
2024-07-10f2fs: fix to update user block counts in block_operations()Chao Yu1-5/+5
2024-07-10f2fs: remove unreachable lazytime mount option parsingEric Sandeen1-10/+0
2024-07-10f2fs: fix null reference error when checking end of zoneDaejun Park1-1/+3
2024-07-09f2fs: fix start segno of large sectionSheng Yong1-1/+2
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik1-1/+1
2024-06-25f2fs: Use in_group_or_capable() helperYouling Tang2-5/+2
2024-06-24f2fs: remove redundant sanity check in sanity_check_inode()Chao Yu1-4/+0
2024-06-21f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim1-0/+1
2024-06-18f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtieZhiguo Niu1-8/+16
2024-06-18f2fs: clean up set REQ_RAHEAD given racJaegeuk Kim3-8/+13
2024-06-18f2fs: enable atgc dynamically if conditions are metZhiguo Niu3-3/+26
2024-06-12f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu3-9/+42
2024-06-12f2fs: fix to cover read extent cache access with lockChao Yu3-35/+25
2024-06-12f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu1-2/+4
2024-06-12f2fs: use new ioprio Macro to get ckpt thread ioprio levelZhiguo Niu1-6/+6
2024-06-12f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-06-12f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu1-1/+2
2024-06-12f2fs: fix to force buffered IO on inline_data inodeChao Yu1-0/+2