summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-05-221-1/+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-101-0/+2
* f2fs: add trace exit in exception pathZhang Qilong2020-11-101-1/+5
* fscrypto: move ioctl processing more fully into common codeEric Biggers2020-11-102-19/+4
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2020-11-101-3/+3
* f2fs: check if file namelen exceeds max valueSheng Yong2020-08-211-1/+2
* f2fs: check memory boundary by insane namelenJaegeuk Kim2020-08-211-1/+10
* f2fs: fix potential overflowChao Yu2020-01-232-2/+2
* f2fs: fix to spread clear_cold_data()Chao Yu2019-11-283-2/+11
* f2fs: return correct errno in f2fs_gcJaegeuk Kim2019-11-251-1/+1
* f2fs: fix to recover inode's uid/gid during PORChao Yu2019-11-251-0/+2
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2019-11-251-1/+5
* 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-08-041-0/+5
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-221-2/+1
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-06-221-0/+1
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-06-221-1/+9
* f2fs: fix to do sanity check with current segment numberChao Yu2019-04-201-1/+33
* f2fs: do not use mutex lock in atomic contextSahitya Tummala2019-04-051-1/+7
* f2fs: fix sbi->extent_list corruption issueSahitya Tummala2019-02-122-2/+11
* f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2019-02-121-6/+8
* f2fs: move dir data flush to write checkpoint processYunlei He2019-02-121-0/+3
* f2fs: read page index before freeingPan Bian2019-01-311-1/+3
* Revert "f2fs: do not recover from previous remained wrong dnodes"Chao Yu2019-01-231-30/+1
* f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2019-01-091-3/+3
* f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2018-12-082-4/+16
* f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim2018-12-081-1/+4
* f2fs: fix to do sanity check with block address in main area v2Chao Yu2018-12-082-5/+16
* f2fs: fix missing up_readJaegeuk Kim2018-12-081-1/+3
* f2fs: fix to do sanity check with block address in main areaChao Yu2018-12-087-6/+75
* f2fs: fix to do sanity check with node footer and iblocksChao Yu2018-12-081-2/+23
* f2fs: Add sanity_check_inode() functionBen Hutchings2018-12-081-0/+12
* f2fs: fix to do sanity check with user_block_countChao Yu2018-12-081-1/+12
* f2fs: fix to do sanity check with secs_per_zoneChao Yu2018-12-081-2/+2
* f2fs: introduce and spread verify_blkaddrChao Yu2018-12-089-27/+60
* f2fs: clean up with is_valid_blkaddr()Chao Yu2018-12-089-17/+23
* f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim2018-12-081-7/+64
* f2fs: sanity check on sit entryJaegeuk Kim2018-12-081-0/+9
* f2fs: check blkaddr more accuratly before issue a bioYunlei He2018-12-084-8/+25
* f2fs: return error during fill_superJaegeuk Kim2018-12-082-8/+30
* f2fs: detect wrong layoutJaegeuk Kim2018-12-082-0/+13
* f2fs: fix race condition in between free nid allocator/initializerChao Yu2018-12-081-19/+43
* f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He2018-12-081-1/+4
* f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong2018-11-101-7/+6
* f2fs: fix invalid memory accessChao Yu2018-10-131-4/+5
* f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-09-191-2/+19
* f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter2018-09-191-1/+1