aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2021-12-29f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu
2021-09-22f2fs: fix potential overflowChao Yu
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu
2021-05-22f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King
2021-03-07f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim
2021-03-03f2fs: fix out-of-repair __setattr_copy()Chao Yu
2020-11-05f2fs: fix to check segment boundary during SIT page readaheadChao Yu
2020-11-05f2fs: add trace exit in exception pathZhang Qilong
2020-11-05fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers
2020-10-29f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles
2020-09-23f2fs: fix indefinite loop scanning for free nidSahitya Tummala
2020-09-03f2fs: fix use-after-free issueLi Guifu
2020-08-05f2fs: check if file namelen exceeds max valueSheng Yong
2020-08-05f2fs: check memory boundary by insane namelenJaegeuk Kim
2020-06-25f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-05-20f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang
2020-05-20f2fs: fix to avoid accessing xattr across the boundaryRandall Huang
2020-05-20f2fs: sanity check of xattr entry sizeJaegeuk Kim
2020-05-20f2fs: introduce read_xattr_blockChao Yu
2020-05-20f2fs: introduce read_inline_xattrChao Yu
2020-02-28f2fs: fix memleak of kobjectChao Yu
2020-02-28f2fs: free sysfs kobjectJaegeuk Kim
2020-02-14f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu
2020-02-14f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu
2020-02-14f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu
2020-01-17f2fs: fix potential overflowChao Yu
2020-01-04f2fs: fix to update dir's i_pino during cross_renameChao Yu
2019-12-17f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala
2019-12-17f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song
2019-12-17f2fs: fix count of seg_freed to make sec_freed correctYunlong Song
2019-12-05f2fs: fix to dirty inode synchronouslyChao Yu
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu
2019-11-24f2fs: return correct errno in f2fs_gcJaegeuk Kim
2019-11-20f2fs: mark inode dirty explicitly in recover_inode()Chao Yu
2019-11-20f2fs: fix to recover inode's project id during PORChao Yu
2019-11-20f2fs: fix to recover inode's uid/gid during PORChao Yu
2019-11-20f2fs: fix memory leak of percpu counter in fill_super()Chao Yu
2019-11-06f2fs: flush quota blocks after turnning it offJaegeuk Kim
2019-10-17f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng
2019-10-05f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
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-07-31f2fs: avoid out-of-range memory accessOcean Chen
2019-06-15f2fs: fix to do sanity check on valid block count of segmentChao Yu
2019-06-15f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu
2019-06-15f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu
2019-06-15f2fs: fix to avoid panic in do_recover_data()Chao Yu
2019-05-31f2fs: Fix use of number of devicesDamien Le Moal
2019-04-20f2fs: fix to do sanity check with current segment numberChao Yu