summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2025-04-10f2fs: fix missing discard for active segmentsChunhai Guo1-1/+3
2025-04-10f2fs: fix to avoid running out of free segmentsChao Yu1-0/+12
2025-04-10f2fs: fix to avoid accessing uninitialized cursegChao Yu2-1/+15
2025-04-10f2fs: fix to call f2fs_recover_quota_end() correctlyChao Yu1-1/+1
2025-04-10f2fs: fix potential deadloop in prepare_compress_overwrite()Chao Yu2-4/+7
2025-04-10f2fs: add check for deleted inodeLeo Stone1-0/+8
2025-04-10f2fs: fix to set .discard_granularity correctlyChao Yu1-3/+2
2025-04-10f2fs: fix to avoid panic once fallocation fails for pinfileChao Yu2-13/+15
2025-04-10f2fs: quota: fix to avoid warning in dquot_writeback_dquots()Chao Yu3-22/+61
2025-01-27Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-181/+305
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2025-01-25mm, swap: clean up device availability checkKairui Song1-1/+0
2025-01-25f2fs: fix inconsistent dirty state of atomic fileJianan Huang1-0/+6
2025-01-22f2fs: fix to avoid changing 'check only' behaior of recoveryZhiguo Niu2-4/+3
2025-01-22f2fs: Clean up the loop outside of f2fs_invalidate_blocks()Yi Sun1-3/+1
2025-01-22f2fs: procfs: show mtime in segment_bitsChao Yu1-1/+2
2025-01-22f2fs: fix to avoid return invalid mtime from f2fs_get_section_mtime()Chao Yu1-3/+9
2025-01-22f2fs: Fix format specifier in sanity_check_inode()Nathan Chancellor1-1/+1
2025-01-21f2fs: avoid trying to get invalid block addressJaegeuk Kim1-0/+1
2025-01-16f2fs: fix to do sanity check correctly on i_inline_xattr_sizeChao Yu1-9/+10
2025-01-16f2fs: remove blk_finish_plugJaegeuk Kim1-4/+0
2025-01-16f2fs: Optimize f2fs_truncate_data_blocks_range()Yi Sun1-4/+25
2025-01-13f2fs: fix using wrong 'submitted' value in f2fs_write_cache_pageszangyangyang12-0/+2
2025-01-13f2fs: add parameter @len to f2fs_invalidate_blocks()Yi Sun5-16/+35
2025-01-08f2fs: update_sit_entry_for_release() supports consecutive blocks.Yi Sun1-30/+45
2025-01-08f2fs: introduce update_sit_entry_for_release/alloc()Yi Sun1-69/+93
2025-01-08f2fs: don't call block truncation for aliased fileJaegeuk Kim1-2/+3
2025-01-08f2fs: Introduce linear search for dentriesDaniel Lee3-19/+45
2025-01-08f2fs: add parameter @len to f2fs_invalidate_internal_cache()Yi Sun4-8/+8
2025-01-08f2fs: expand f2fs_invalidate_compress_page() to f2fs_invalidate_compress_page...Yi Sun2-6/+8
2024-12-16f2fs: ensure that node info flags are always initializedDmitry Antipov1-0/+1
2024-12-16f2fs: The GC triggered by ioctl also needs to mark the segno as victimYongpeng Yang1-4/+7
2024-12-16f2fs: cache more dentry pageszangyangyang11-1/+1
2024-12-16f2fs: Remove calls to folio_file_mapping()Matthew Wilcox (Oracle)2-2/+2
2024-12-16f2fs: Convert __read_io_type() to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-12-16f2fs: Use a data folio in f2fs_submit_page_bio()Matthew Wilcox (Oracle)1-9/+5
2024-12-16f2fs: Use a folio more in f2fs_submit_page_bio()Matthew Wilcox (Oracle)1-4/+4
2024-12-16f2fs: Convert f2fs_finish_read_bio() to use foliosMatthew Wilcox (Oracle)1-13/+8
2024-12-16f2fs: Add F2FS_F_SB()Matthew Wilcox (Oracle)1-1/+6
2024-12-16f2fs: Convert submit tracepoints to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-12-16f2fs: Use a folio in f2fs_write_compressed_pages()Matthew Wilcox (Oracle)1-3/+5
2024-12-16f2fs: Use a folio in f2fs_truncate_partial_cluster()Matthew Wilcox (Oracle)1-4/+5
2024-12-16f2fs: Use a folio in f2fs_compress_write_end()Matthew Wilcox (Oracle)1-1/+2
2024-12-16f2fs: Use a folio in f2fs_all_cluster_page_ready()Matthew Wilcox (Oracle)1-3/+5
2024-12-01f2fs: switch to using the crc32 libraryEric Biggers3-36/+2
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