summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2019-01-23Revert "f2fs: do not recover from previous remained wrong dnodes"Chao Yu1-30/+1
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-08f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2-4/+16
2018-12-08f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim1-1/+4
2018-12-08f2fs: fix to do sanity check with block address in main area v2Chao Yu2-5/+16
2018-12-08f2fs: fix missing up_readJaegeuk Kim1-1/+3
2018-12-08f2fs: fix to do sanity check with block address in main areaChao Yu7-6/+75
2018-12-08f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2018-12-08f2fs: Add sanity_check_inode() functionBen Hutchings1-0/+12
2018-12-08f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-12-08f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-12-08f2fs: introduce and spread verify_blkaddrChao Yu9-27/+60
2018-12-08f2fs: clean up with is_valid_blkaddr()Chao Yu9-17/+23
2018-12-08f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim1-7/+64
2018-12-08f2fs: sanity check on sit entryJaegeuk Kim1-0/+9
2018-12-08f2fs: check blkaddr more accuratly before issue a bioYunlei He4-8/+25
2018-12-08f2fs: return error during fill_superJaegeuk Kim2-8/+30
2018-12-08f2fs: detect wrong layoutJaegeuk Kim2-0/+13
2018-12-08f2fs: fix race condition in between free nid allocator/initializerChao Yu1-19/+43
2018-12-08f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He1-1/+4
2018-11-10f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong1-7/+6
2018-10-13f2fs: fix invalid memory accessChao Yu1-4/+5
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu1-2/+19
2018-09-19f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter1-1/+1
2018-09-19f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu1-0/+21
2018-09-19f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu1-1/+7
2018-09-19f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu1-1/+3
2018-09-19f2fs: do not set free of current sectionYunlong Song1-0/+3
2018-08-03f2fs: fix race in between GC and atomic openChao Yu1-0/+3
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala1-4/+7
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu1-0/+2
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu1-0/+3
2018-08-03f2fs: fix error path of move_data_pageChao Yu1-3/+8
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu1-0/+3
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-05-16f2fs: fix a dead loop in f2fs_fiemap()Wei Fang1-1/+1
2018-03-22f2fs: relax node version check for victim data in gcJaegeuk Kim1-2/+4
2018-03-03f2fs: fix a bug caused by NULL extent treeYunlei He1-1/+11
2017-11-30fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2-3/+6
2017-10-21f2fs: do not wait for writeback in write_beginJaegeuk Kim1-1/+6
2017-10-21f2fs: do SSR for data when there is enough free spaceYunlong Song1-1/+1
2017-10-12f2fs: don't allow encrypted operations without keysJaegeuk Kim1-0/+12
2017-09-20f2fs: check hot_data for roll-forward recoveryJaegeuk Kim1-1/+1
2017-09-20f2fs: let fill_super handle roll-forward errorsJaegeuk Kim1-2/+0
2017-08-11f2fs: sanity check checkpoint segno and blkoffJin Qian1-0/+16
2017-07-28f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim1-1/+1
2017-07-28f2fs: sanity check size of nat and sit cacheJin Qian1-0/+7
2017-06-24crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller1-1/+4
2017-05-25fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers1-2/+2