summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-05f2fs: fix to dirty inode synchronouslyChao Yu1-1/+1
2019-12-05f2fs: fix block address for __check_sit_bitmapQiuyang Sun1-1/+1
2019-12-01f2fs: spread f2fs_set_inode_flags()Chao Yu3-4/+5
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu3-2/+11
2019-11-24f2fs: keep lazytime on remountJaegeuk Kim1-0/+1
2019-11-24f2fs: return correct errno in f2fs_gcJaegeuk Kim1-1/+1
2019-11-20f2fs: mark inode dirty explicitly in recover_inode()Chao Yu1-0/+2
2019-11-20f2fs: fix to recover inode's project id during PORChao Yu1-0/+13
2019-11-20f2fs: update i_size after DIO completionJaegeuk Kim2-8/+8
2019-11-20f2fs: fix remount problem of option io_bitsChengguang Xu1-1/+2
2019-11-20f2fs: fix to recover inode's uid/gid during PORChao Yu1-0/+2
2019-11-20f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim1-2/+3
2019-11-20f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong1-23/+37
2019-11-20f2fs: fix memory leak of percpu counter in fill_super()Chao Yu1-1/+5
2019-11-20f2fs: fix memory leak of write_io in fill_super()Chao Yu1-1/+1
2019-11-20f2fs: submit bio after shutdownJaegeuk Kim1-0/+2
2019-11-20f2fs: avoid wrong decrypted data from diskJaegeuk Kim4-12/+17
2019-11-06f2fs: fix to recover inode->i_flags of inode block during PORChao Yu1-0/+1