summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2021-03-03f2fs: fix out-of-repair __setattr_copy()Chao Yu
2020-11-10f2fs: fix to check segment boundary during SIT page readaheadChao Yu
2020-11-10f2fs crypto: avoid unneeded memory allocation in ->readdirChao Yu
2020-11-10fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers
2020-08-21f2fs: check if file namelen exceeds max valueSheng Yong
2020-08-21f2fs: check memory boundary by insane namelenJaegeuk Kim
2019-11-25f2fs: return correct errno in f2fs_gcJaegeuk Kim
2019-10-05f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu
2019-10-05Revert "f2fs: avoid out-of-range memory access"Chao Yu
2019-10-05f2fs: check all the data segments against all node onesSurbhi Palande
2019-08-04f2fs: avoid out-of-range memory accessOcean Chen
2019-07-21fscrypt: don't set policy for a dead directoryHongjie Fang
2019-06-22f2fs: fix to do sanity check on valid block count of segmentChao Yu
2019-06-22f2fs: fix to avoid panic in do_recover_data()Chao Yu
2019-04-27f2fs: fix to do sanity check with current segment numberChao Yu
2019-04-27f2fs: do not use mutex lock in atomic contextSahitya Tummala
2019-02-20f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang
2019-02-20f2fs: move dir data flush to write checkpoint processYunlei He
2019-02-06f2fs: read page index before freeingPan Bian
2019-01-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2019-01-26f2fs: fix missing up_readJaegeuk Kim
2019-01-26f2fs: fix invalid memory accessChao Yu
2019-01-26f2fs: fix to do sanity check with cp_pack_start_sumChao Yu
2019-01-26f2fs: fix to do sanity check with block address in main area v2Chao Yu
2019-01-26f2fs: fix to do sanity check with block address in main areaChao Yu
2019-01-26f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu
2019-01-26f2fs: fix to do sanity check with node footer and iblocksChao Yu
2019-01-26f2fs: Add sanity_check_inode() functionBen Hutchings
2019-01-26f2fs: fix to do sanity check with user_block_countChao Yu
2019-01-26f2fs: fix to do sanity check with secs_per_zoneChao Yu
2019-01-26f2fs: introduce and spread verify_blkaddrChao Yu
2019-01-26f2fs: clean up with is_valid_blkaddr()Chao Yu
2019-01-26f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim
2019-01-26f2fs: sanity check on sit entryJaegeuk Kim
2019-01-26f2fs: check blkaddr more accuratly before issue a bioYunlei He
2019-01-26f2fs: return error during fill_superJaegeuk Kim
2019-01-26f2fs: fix race condition in between free nid allocator/initializerChao Yu
2019-01-26f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim
2019-01-26f2fs: detect wrong layoutJaegeuk Kim
2019-01-26f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim
2019-01-26f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim
2019-01-26f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang
2019-01-26f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim
2019-01-26f2fs: avoid unneeded loop in build_sit_entriesChao Yu
2019-01-26f2fs: not allow to write illegal blkaddrYunlei He
2019-01-26f2fs: fix to avoid reading out encrypted data in page cacheChao Yu
2019-01-26f2fs: fix inode cache leakChao Yu
2019-01-26f2fs: factor out fsync inode entry operationsChao Yu
2019-01-26f2fs: remove an obsolete variableJaegeuk Kim
2019-01-26f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim