summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2021-12-291-1/+8
* f2fs: fix potential overflowChao Yu2021-09-221-4/+7
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-07-201-0/+1
* f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-05-221-1/+2
* f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim2021-03-071-2/+2
* f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-031-1/+2
* f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-11-051-0/+2
* f2fs: add trace exit in exception pathZhang Qilong2020-11-051-1/+5
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-051-3/+3
* f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles2020-10-291-0/+1
* f2fs: fix indefinite loop scanning for free nidSahitya Tummala2020-09-231-0/+3
* f2fs: fix use-after-free issueLi Guifu2020-09-031-2/+3
* f2fs: check if file namelen exceeds max valueSheng Yong2020-08-051-1/+2
* f2fs: check memory boundary by insane namelenJaegeuk Kim2020-08-051-1/+10
* f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov2020-06-251-1/+2
* f2fs: fix to avoid memory leakage in f2fs_listxattrRandall Huang2020-05-201-1/+14
* f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2020-05-202-9/+29
* f2fs: sanity check of xattr entry sizeJaegeuk Kim2020-05-201-5/+13
* f2fs: introduce read_xattr_blockChao Yu2020-05-201-26/+24
* f2fs: introduce read_inline_xattrChao Yu2020-05-201-30/+29
* f2fs: fix memleak of kobjectChao Yu2020-02-281-3/+8
* f2fs: free sysfs kobjectJaegeuk Kim2020-02-281-0/+1
* f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-02-141-12/+4
* f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-02-141-0/+2
* f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2020-02-141-6/+14
* f2fs: fix potential overflowChao Yu2020-01-172-2/+2
* f2fs: fix to update dir's i_pino during cross_renameChao Yu2020-01-041-3/+12
* f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala2019-12-171-2/+1
* f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song2019-12-171-1/+1
* f2fs: fix count of seg_freed to make sec_freed correctYunlong Song2019-12-171-3/+4
* f2fs: fix to dirty inode synchronouslyChao Yu2019-12-051-1/+1
* f2fs: fix to spread clear_cold_data()Chao Yu2019-12-013-2/+11
* f2fs: return correct errno in f2fs_gcJaegeuk Kim2019-11-241-1/+1
* f2fs: mark inode dirty explicitly in recover_inode()Chao Yu2019-11-201-0/+2
* f2fs: fix to recover inode's project id during PORChao Yu2019-11-201-0/+13
* f2fs: fix to recover inode's uid/gid during PORChao Yu2019-11-201-0/+2
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2019-11-201-1/+5
* f2fs: flush quota blocks after turnning it offJaegeuk Kim2019-11-061-0/+6
* f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng2019-10-171-18/+18
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-10-0510-19/+28
* f2fs: fix to do sanity check on segment bitmap of LFS cursegChao Yu2019-10-051-0/+39
* Revert "f2fs: avoid out-of-range memory access"Chao Yu2019-10-051-5/+0
* f2fs: check all the data segments against all node onesSurbhi Palande2019-10-051-2/+2
* f2fs: avoid out-of-range memory accessOcean Chen2019-07-311-0/+5
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-151-2/+1
* f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-06-151-2/+10
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-06-151-0/+1
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-06-151-1/+9
* f2fs: Fix use of number of devicesDamien Le Moal2019-05-315-11/+27
* f2fs: fix to do sanity check with current segment numberChao Yu2019-04-201-1/+33