summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-06-14f2fs: fix deadloop in foreground GCChao Yu1-12/+20
2022-06-14f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel1-3/+6
2022-04-15f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu1-1/+3
2022-01-27f2fs: fix to do sanity check in is_alive()Chao Yu1-0/+3
2021-12-29f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu1-1/+8
2021-11-26f2fs: should use GFP_NOFS for directory inodesJaegeuk Kim2-2/+2
2021-09-22f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu1-3/+1
2021-09-22f2fs: fix to account missing .skipped_gc_rwsemChao Yu1-1/+3
2021-09-22f2fs: report correct st_size for encrypted symlinksEric Biggers1-1/+10
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu1-0/+1
2021-05-22f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-05-22f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-03-07f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu1-0/+8
2021-03-07f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim1-2/+2
2021-03-04f2fs: fix out-of-repair __setattr_copy()Chao Yu1-1/+2
2021-03-04f2fs: fix to avoid inconsistent quota dataYi Chen2-0/+8
2021-01-06f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-11-05f2fs: fix to check segment boundary during SIT page readaheadChao Yu1-0/+2
2020-11-05f2fs: fix uninit-value in f2fs_lookupChao Yu1-5/+3
2020-11-05f2fs: add trace exit in exception pathZhang Qilong1-1/+5
2020-11-05fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers1-7/+10
2020-10-30f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles1-0/+1
2020-09-23f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi1-0/+3
2020-09-23f2fs: fix indefinite loop scanning for free nidSahitya Tummala1-0/+3
2020-09-03f2fs: fix use-after-free issueLi Guifu1-2/+3
2020-09-03f2fs: fix error path in do_recover_data()Chao Yu4-13/+26
2020-06-25f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov1-1/+2
2020-04-29f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang1-1/+14
2020-04-23f2fs: fix to wait all node page writebackChao Yu1-3/+4
2020-04-23f2fs: fix NULL pointer dereference in f2fs_write_begin()Chao Yu1-2/+3
2020-02-24f2fs: fix memleak of kobjectChao Yu1-3/+8
2020-02-24f2fs: free sysfs kobjectJaegeuk Kim1-0/+1
2020-02-24f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim1-14/+13
2020-02-11f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu1-12/+4
2020-02-11f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu1-0/+2
2020-02-11f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu1-6/+14
2020-01-27f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2-0/+10
2020-01-27f2fs: fix error path of f2fs_convert_inline_page()Chao Yu1-0/+1
2020-01-27f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu1-1/+2
2020-01-17f2fs: fix potential overflowChao Yu2-2/+2
2020-01-17f2fs: check if file namelen exceeds max valueSheng Yong1-1/+2
2020-01-17f2fs: check memory boundary by insane namelenJaegeuk Kim1-1/+11
2020-01-17f2fs: Move err variable to function scope in f2fs_fill_dentries()Ben Hutchings1-2/+3
2020-01-04f2fs: fix to update dir's i_pino during cross_renameChao Yu1-3/+12
2020-01-04f2fs: fix to update time in lazytime modeChao Yu2-9/+20
2019-12-13f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala1-2/+1
2019-12-13f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song1-1/+1
2019-12-13f2fs: fix count of seg_freed to make sec_freed correctYunlong Song1-3/+4
2019-12-13f2fs: fix to account preflush command for noflush_merge modeChao Yu1-0/+2