summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-26Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-250/+640
2024-11-23f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu2-7/+21
2024-11-23f2fs: add a sysfs node to limit max read extent count per-inodeChao Yu3-1/+18
2024-11-21f2fs: fix to shrink read extent node in batchesChao Yu1-28/+41
2024-11-21f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu1-1/+6
2024-11-21f2fs: clear SBI_POR_DOING before initing inmem cursegSheng Yong1-3/+3
2024-11-21f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong4-28/+28
2024-11-21f2fs: adjust unusable cap before checkpoint=disable modeDaeho Jeong1-1/+1
2024-11-21f2fs: fix to requery extent which cross boundary of inquiryChao Yu1-5/+15
2024-11-21f2fs: fix to adjust appropriate length for fiemapZhiguo Niu1-3/+3
2024-11-21f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK}Chao Yu1-39/+29
2024-11-21f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu1-1/+1
2024-11-21f2fs: replace deprecated strcpy with strscpyDaniel Yang1-2/+10
2024-11-21Revert "f2fs: remove unreachable lazytime mount option parsing"Jaegeuk Kim1-0/+10
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+5
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+6
2024-11-05f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu1-1/+5
2024-11-05f2fs: fix to map blocks correctly for direct writeChao Yu1-1/+2
2024-11-05f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li1-3/+6
2024-11-05f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang1-21/+1
2024-11-03fdget(), more trivial conversionsAl Viro1-10/+5
2024-11-01f2fs: remove redundant atomic file check in defragmentZhiguo Niu1-1/+1
2024-11-01f2fs: fix to convert log type to segment data type correctlyChao Yu1-8/+28
2024-11-01f2fs: clean up the unused variable additional_reserved_segmentsLongPing Wei3-6/+2
2024-11-01f2fs: clean up opened code w/ {get,set}_nid()Chao Yu1-7/+4
2024-11-01f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu1-0/+2
2024-11-01f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()Chao Yu4-16/+30
2024-11-01f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu3-9/+9
2024-11-01f2fs: Fix not used variable 'index'Zeng Heng1-2/+2
2024-11-01f2fs: fix typosAndrew Kreimer1-2/+2
2024-11-01f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written ...Qi Han1-0/+18
2024-11-01f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang1-1/+2
2024-11-01f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei1-1/+1
2024-11-01f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu4-12/+16
2024-11-01f2fs: introduce device aliasing fileDaeho Jeong7-6/+119
2024-11-01f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong3-2/+5
2024-11-01f2fs: multidevice: add stats in debugfsChao Yu2-0/+121
2024-11-01f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu1-0/+10
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-3/+6
2024-10-16f2fs: fix to account dirty data in __get_secs_required()Chao Yu1-10/+25
2024-10-14f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin1-6/+6
2024-10-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han1-1/+3
2024-10-14f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han1-1/+1
2024-10-14f2fs: Use struct_size() to improve f2fs_acl_clone()Thorsten Blum1-3/+2
2024-10-14f2fs: introduce f2fs_get_section_mtimeliuderong4-18/+38
2024-10-11f2fs: allow parallel DIO readsJaegeuk Kim1-1/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-24Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-460/+738
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-09-23f2fs: allow F2FS_IPU_NOCACHE for pinned fileJaegeuk Kim1-1/+2