summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-05f2fs: check if file namelen exceeds max valueSheng Yong1-1/+2
2020-08-05f2fs: check memory boundary by insane namelenJaegeuk Kim1-1/+10
2020-06-25f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov1-1/+2
2020-05-20f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang1-1/+14
2020-05-20f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2-9/+29
2020-05-20f2fs: sanity check of xattr entry sizeJaegeuk Kim1-5/+13
2020-05-20f2fs: introduce read_xattr_blockChao Yu1-26/+24
2020-05-20f2fs: introduce read_inline_xattrChao Yu1-30/+29
2020-02-28f2fs: fix memleak of kobjectChao Yu1-3/+8
2020-02-28f2fs: free sysfs kobjectJaegeuk Kim1-0/+1
2020-02-15f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu1-12/+4
2020-02-15f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu1-0/+2
2020-02-15f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu1-6/+14
2020-01-17f2fs: fix potential overflowChao Yu2-2/+2
2020-01-04f2fs: fix to update dir's i_pino during cross_renameChao Yu1-3/+12
2019-12-17f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala1-2/+1
2019-12-17f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song1-1/+1
2019-12-17f2fs: fix count of seg_freed to make sec_freed correctYunlong Song1-3/+4
2019-12-05f2fs: fix to dirty inode synchronouslyChao Yu1-1/+1
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu3-2/+11
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: fix to recover inode's uid/gid during PORChao Yu1-0/+2
2019-11-20f2fs: fix memory leak of percpu counter in fill_super()Chao Yu1-1/+5
2019-11-06f2fs: flush quota blocks after turnning it offJaegeuk Kim1-0/+6
2019-10-17f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng1-18/+18
2019-10-05f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu10-19/+28
2019-10-05f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu1-0/+39
2019-10-05Revert "f2fs: avoid out-of-range memory access"Chao Yu1-5/+0
2019-10-05f2fs: check all the data segments against all node onesSurbhi Palande1-2/+2
2019-07-31f2fs: avoid out-of-range memory accessOcean Chen1-0/+5
2019-06-15f2fs: fix to do sanity check on valid block count of segmentChao Yu1-2/+1
2019-06-15f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu1-2/+10
2019-06-15f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu1-0/+1
2019-06-15f2fs: fix to avoid panic in do_recover_data()Chao Yu1-1/+9
2019-05-31f2fs: Fix use of number of devicesDamien Le Moal5-11/+27
2019-04-20f2fs: fix to do sanity check with current segment numberChao Yu1-1/+33
2019-04-05f2fs: do not use mutex lock in atomic contextSahitya Tummala1-1/+7
2019-04-05f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu1-1/+7
2019-02-12f2fs: fix sbi->extent_list corruption issueSahitya Tummala2-2/+11
2019-02-12f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang1-6/+8
2019-02-12f2fs: fix race between write_checkpoint and write_beginSheng Yong1-2/+10
2019-02-12f2fs: move dir data flush to write checkpoint processYunlei He1-0/+3
2019-01-31f2fs: read page index before freeingPan Bian1-1/+3
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-13f2fs: fix to do sanity check with block address in main area v2Chao Yu2-5/+16
2018-12-05f2fs: fix missing up_readJaegeuk Kim1-1/+3
2018-12-05f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2-4/+16
2018-12-05f2fs: fix to do sanity check with i_extra_isizeChao Yu1-3/+15