summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu
2021-05-22f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King
2021-05-22f2fs: fix to avoid out-of-bounds memory accessChao Yu
2021-03-07f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu
2021-03-07f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim
2021-03-04f2fs: fix out-of-repair __setattr_copy()Chao Yu
2021-03-04f2fs: fix to avoid inconsistent quota dataYi Chen
2021-01-06f2fs: prevent creating duplicate encrypted filenamesEric Biggers
2020-11-05f2fs: fix to check segment boundary during SIT page readaheadChao Yu
2020-11-05f2fs: fix uninit-value in f2fs_lookupChao Yu
2020-11-05f2fs: add trace exit in exception pathZhang Qilong
2020-11-05fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2020-10-30f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles
2020-09-23f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi
2020-09-23f2fs: fix indefinite loop scanning for free nidSahitya Tummala
2020-09-03f2fs: fix use-after-free issueLi Guifu
2020-09-03f2fs: fix error path in do_recover_data()Chao Yu
2020-06-25f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-04-29f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang
2020-04-23f2fs: fix to wait all node page writebackChao Yu
2020-04-23f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu
2020-02-24f2fs: fix memleak of kobjectChao Yu
2020-02-24f2fs: free sysfs kobjectJaegeuk Kim
2020-02-24f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim
2020-02-11f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu
2020-01-27f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu
2020-01-27f2fs: fix error path of f2fs_convert_inline_page()Chao Yu
2020-01-27f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu
2020-01-17f2fs: fix potential overflowChao Yu
2020-01-17f2fs: check if file namelen exceeds max valueSheng Yong
2020-01-17f2fs: check memory boundary by insane namelenJaegeuk Kim
2020-01-17f2fs: Move err variable to function scope in f2fs_fill_dentries()Ben Hutchings
2020-01-04f2fs: fix to update dir's i_pino during cross_renameChao Yu
2020-01-04f2fs: fix to update time in lazytime modeChao Yu
2019-12-13f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala
2019-12-13f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song
2019-12-13f2fs: fix count of seg_freed to make sec_freed correctYunlong Song
2019-12-13f2fs: fix to account preflush command for noflush_merge modeChao Yu
2019-12-05f2fs: fix to dirty inode synchronouslyChao Yu
2019-12-05f2fs: fix block address for __check_sit_bitmapQiuyang Sun
2019-12-01f2fs: spread f2fs_set_inode_flags()Chao Yu
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu
2019-11-24f2fs: keep lazytime on remountJaegeuk Kim
2019-11-24f2fs: return correct errno in f2fs_gcJaegeuk Kim
2019-11-20f2fs: mark inode dirty explicitly in recover_inode()Chao Yu
2019-11-20f2fs: fix to recover inode's project id during PORChao Yu
2019-11-20f2fs: update i_size after DIO completionJaegeuk Kim
2019-11-20f2fs: fix remount problem of option io_bitsChengguang Xu