summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2020-02-24f2fs: fix memleak of kobjectChao Yu
2020-02-24f2fs: free sysfs kobjectJaegeuk Kim
2020-02-24f2fs: set I_LINKABLE early to avoid wrong access by vfsJaegeuk Kim
2020-02-11f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu
2020-02-11f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu
2020-01-27f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu
2020-01-27f2fs: fix error path of f2fs_convert_inline_page()Chao Yu
2020-01-27f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu
2020-01-17f2fs: fix potential overflowChao Yu
2020-01-17f2fs: check if file namelen exceeds max valueSheng Yong
2020-01-17f2fs: check memory boundary by insane namelenJaegeuk Kim
2020-01-17f2fs: Move err variable to function scope in f2fs_fill_dentries()Ben Hutchings
2020-01-04f2fs: fix to update dir's i_pino during cross_renameChao Yu
2020-01-04f2fs: fix to update time in lazytime modeChao Yu
2019-12-13f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala
2019-12-13f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song
2019-12-13f2fs: fix count of seg_freed to make sec_freed correctYunlong Song
2019-12-13f2fs: fix to account preflush command for noflush_merge modeChao Yu
2019-12-05f2fs: fix to dirty inode synchronouslyChao Yu
2019-12-05f2fs: fix block address for __check_sit_bitmapQiuyang Sun
2019-12-01f2fs: spread f2fs_set_inode_flags()Chao Yu
2019-12-01f2fs: fix to spread clear_cold_data()Chao Yu
2019-11-24f2fs: keep lazytime on remountJaegeuk Kim
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: update i_size after DIO completionJaegeuk Kim
2019-11-20f2fs: fix remount problem of option io_bitsChengguang Xu
2019-11-20f2fs: fix to recover inode's uid/gid during PORChao Yu
2019-11-20f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim
2019-11-20f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong
2019-11-20f2fs: fix memory leak of percpu counter in fill_super()Chao Yu
2019-11-20f2fs: fix memory leak of write_io in fill_super()Chao Yu
2019-11-20f2fs: submit bio after shutdownJaegeuk Kim
2019-11-20f2fs: avoid wrong decrypted data from diskJaegeuk Kim
2019-11-06f2fs: fix to recover inode->i_flags of inode block during PORChao Yu
2019-11-06f2fs: fix to recover inode's i_gc_failures during PORChao 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-01f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-10-01f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu
2019-10-01Revert "f2fs: avoid out-of-range memory access"Chao Yu
2019-10-01f2fs: check all the data segments against all node onesSurbhi Palande
2019-07-31f2fs: avoid out-of-range memory accessOcean Chen
2019-07-10f2fs: don't access node/meta inode mapping after iputJaegeuk Kim
2019-06-19f2fs: fix to avoid accessing xattr across the boundaryRandall Huang
2019-06-15f2fs: fix to do checksum even if inode page is uptodateChao Yu
2019-06-15f2fs: fix to do sanity check on valid block count of segmentChao Yu
2019-06-15f2fs: fix to use inline space only if inline_xattr is enableChao Yu