summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-05f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu
2024-11-05f2fs: fix to map blocks correctly for direct writeChao Yu
2024-11-05f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li
2024-11-05f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-01f2fs: remove redundant atomic file check in defragmentZhiguo Niu
2024-11-01f2fs: fix to convert log type to segment data type correctlyChao Yu
2024-11-01f2fs: clean up the unused variable additional_reserved_segmentsLongPing Wei
2024-11-01f2fs: clean up opened code w/ {get,set}_nid()Chao Yu
2024-11-01f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu
2024-11-01f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()Chao Yu
2024-11-01f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu
2024-11-01f2fs: Fix not used variable 'index'Zeng Heng
2024-11-01f2fs: fix typosAndrew Kreimer
2024-11-01f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written ...Qi Han
2024-11-01f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-11-01f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-11-01f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu
2024-11-01f2fs: introduce device aliasing fileDaeho Jeong
2024-11-01f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong
2024-11-01f2fs: multidevice: add stats in debugfsChao Yu
2024-11-01f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav
2024-10-16f2fs: fix to account dirty data in __get_secs_required()Chao Yu
2024-10-14f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin
2024-10-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han
2024-10-14f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han
2024-10-14f2fs: Use struct_size() to improve f2fs_acl_clone()Thorsten Blum
2024-10-14f2fs: introduce f2fs_get_section_mtimeliuderong
2024-10-11f2fs: allow parallel DIO readsJaegeuk Kim
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-24Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-23f2fs: allow F2FS_IPU_NOCACHE for pinned fileJaegeuk Kim
2024-09-13f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong
2024-09-12f2fs: remove unused parametersliuderong
2024-09-11f2fs: fix to don't panic system for no free segment fault injectionChao Yu
2024-09-11f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu
2024-09-11f2fs: add valid block ratio not to do excessive GC for one time GCDaeho Jeong
2024-09-11f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percentDaeho Jeong
2024-09-11f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong
2024-09-11f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong
2024-09-11f2fs: add reserved_segments sysfs nodeDaeho Jeong
2024-09-11f2fs: introduce migration_window_granularityDaeho Jeong
2024-09-11f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong
2024-09-11f2fs: avoid unused block when dio write in LFS modeDaejun Park
2024-09-11f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu
2024-09-11f2fs: get rid of online repaire on corrupted directoryChao Yu