summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-22f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-03-03f2fs: fix out-of-repair __setattr_copy()Chao Yu1-1/+2
2020-11-10f2fs: fix to check segment boundary during SIT page readaheadChao Yu1-0/+2
2020-11-10f2fs: add trace exit in exception pathZhang Qilong1-1/+5
2020-11-10fscrypto: move ioctl processing more fully into common codeEric Biggers2-19/+4
2020-11-10fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers1-3/+3
2020-08-21f2fs: check if file namelen exceeds max valueSheng Yong1-1/+2
2020-08-21f2fs: check memory boundary by insane namelenJaegeuk Kim1-1/+10
2020-01-23f2fs: fix potential overflowChao Yu2-2/+2
2019-11-28f2fs: fix to spread clear_cold_data()Chao Yu3-2/+11
2019-11-25f2fs: return correct errno in f2fs_gcJaegeuk Kim1-1/+1
2019-11-25f2fs: fix to recover inode's uid/gid during PORChao Yu1-0/+2
2019-11-25f2fs: fix memory leak of percpu counter in fill_super()Chao Yu1-1/+5
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-08-04f2fs: avoid out-of-range memory accessOcean Chen1-0/+5
2019-06-22f2fs: fix to do sanity check on valid block count of segmentChao Yu1-2/+1
2019-06-22f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu1-0/+1
2019-06-22f2fs: fix to avoid panic in do_recover_data()Chao Yu1-1/+9
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-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: move dir data flush to write checkpoint processYunlei He1-0/+3
2019-01-31f2fs: read page index before freeingPan Bian1-1/+3
2019-01-23Revert "f2fs: do not recover from previous remained wrong dnodes"Chao Yu1-30/+1
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-08f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2-4/+16
2018-12-08f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim1-1/+4
2018-12-08f2fs: fix to do sanity check with block address in main area v2Chao Yu2-5/+16
2018-12-08f2fs: fix missing up_readJaegeuk Kim1-1/+3
2018-12-08f2fs: fix to do sanity check with block address in main areaChao Yu7-6/+75
2018-12-08f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2018-12-08f2fs: Add sanity_check_inode() functionBen Hutchings1-0/+12
2018-12-08f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-12-08f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-12-08f2fs: introduce and spread verify_blkaddrChao Yu9-27/+60
2018-12-08f2fs: clean up with is_valid_blkaddr()Chao Yu9-17/+23
2018-12-08f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim1-7/+64
2018-12-08f2fs: sanity check on sit entryJaegeuk Kim1-0/+9
2018-12-08f2fs: check blkaddr more accuratly before issue a bioYunlei He4-8/+25
2018-12-08f2fs: return error during fill_superJaegeuk Kim2-8/+30
2018-12-08f2fs: detect wrong layoutJaegeuk Kim2-0/+13
2018-12-08f2fs: fix race condition in between free nid allocator/initializerChao Yu1-19/+43
2018-12-08f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He1-1/+4
2018-11-10f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong1-7/+6
2018-10-13f2fs: fix invalid memory accessChao Yu1-4/+5
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu1-2/+19
2018-09-19f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter1-1/+1