summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: don't set policy for a dead directoryHongjie Fang2019-07-211-0/+2
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-221-2/+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-271-1/+33
* f2fs: do not use mutex lock in atomic contextSahitya Tummala2019-04-271-1/+7
* f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2019-02-201-6/+8
* f2fs: move dir data flush to write checkpoint processYunlei He2019-02-201-0/+3
* f2fs: read page index before freeingPan Bian2019-02-061-1/+3
* f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2019-01-261-3/+3
* f2fs: fix missing up_readJaegeuk Kim2019-01-261-1/+3
* f2fs: fix invalid memory accessChao Yu2019-01-261-5/+6
* f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2019-01-262-4/+16
* f2fs: fix to do sanity check with block address in main area v2Chao Yu2019-01-262-5/+16
* f2fs: fix to do sanity check with block address in main areaChao Yu2019-01-267-6/+75
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2019-01-261-0/+21
* f2fs: fix to do sanity check with node footer and iblocksChao Yu2019-01-261-2/+23
* f2fs: Add sanity_check_inode() functionBen Hutchings2019-01-261-0/+12
* f2fs: fix to do sanity check with user_block_countChao Yu2019-01-261-1/+12
* f2fs: fix to do sanity check with secs_per_zoneChao Yu2019-01-261-2/+2
* f2fs: introduce and spread verify_blkaddrChao Yu2019-01-269-26/+59
* f2fs: clean up with is_valid_blkaddr()Chao Yu2019-01-269-16/+22
* f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim2019-01-261-7/+64
* f2fs: sanity check on sit entryJaegeuk Kim2019-01-261-0/+9
* f2fs: check blkaddr more accuratly before issue a bioYunlei He2019-01-264-7/+24
* f2fs: return error during fill_superJaegeuk Kim2019-01-262-8/+30
* f2fs: fix race condition in between free nid allocator/initializerChao Yu2019-01-261-19/+43
* f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim2019-01-261-1/+4
* f2fs: detect wrong layoutJaegeuk Kim2019-01-262-0/+13
* f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2019-01-262-11/+23
* f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim2019-01-261-1/+3
* f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang2019-01-261-28/+38
* f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2019-01-266-94/+62
* f2fs: avoid unneeded loop in build_sit_entriesChao Yu2019-01-261-16/+28
* f2fs: not allow to write illegal blkaddrYunlei He2019-01-261-2/+2
* f2fs: fix to avoid reading out encrypted data in page cacheChao Yu2019-01-261-42/+47
* f2fs: fix inode cache leakChao Yu2019-01-263-51/+31
* f2fs: factor out fsync inode entry operationsChao Yu2019-01-261-21/+38
* f2fs: remove an obsolete variableJaegeuk Kim2019-01-261-3/+0
* f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2019-01-263-7/+20
* f2fs: fix to convert inline directory correctlyChao Yu2019-01-263-43/+142
* f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin2019-01-263-9/+6
* f2fs: cover more area with nat_tree_lockJaegeuk Kim2019-01-261-17/+12
* f2fs: clean up argument of recover_dataChao Yu2019-01-261-4/+3
* f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He2018-12-211-1/+4
* f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-09-191-2/+19
* f2fs: do not set free of current sectionYunlong Song2018-09-191-0/+3
* f2fs: fix to don't trigger writeback during recoveryChao Yu2018-08-061-0/+3
* disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev2018-08-061-0/+6
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-8/+4
* f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2018-05-161-1/+1