summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2019-01-31f2fs: read page index before freeingPan Bian1-1/+3
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-13f2fs: fix to do sanity check with block address in main area v2Chao Yu2-5/+16
2018-12-05f2fs: fix missing up_readJaegeuk Kim1-1/+3
2018-12-05f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2-4/+16
2018-12-05f2fs: fix to do sanity check with i_extra_isizeChao Yu1-3/+15
2018-12-05f2fs: fix to do sanity check with block address in main areaChao Yu7-11/+83
2018-12-05f2fs: fix to do sanity check with node footer and iblocksChao Yu1-2/+23
2018-12-05f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-12-05f2fs: fix to do sanity check with extra_attr featureChao Yu1-4/+14
2018-12-05f2fs: Add sanity_check_inode() functionBen Hutchings1-0/+11
2018-12-05f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-12-05f2fs: introduce and spread verify_blkaddrChao Yu9-28/+61
2018-12-05f2fs: clean up with is_valid_blkaddr()Chao Yu9-27/+25
2018-12-05f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim1-7/+64
2018-12-05f2fs: sanity check on sit entryJaegeuk Kim1-0/+9
2018-12-05f2fs: check blkaddr more accuratly before issue a bioYunlei He4-8/+25
2018-11-13f2fs: fix to account IO correctlyChao Yu1-2/+2
2018-11-13Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim1-4/+0
2018-11-13f2fs: report error if quota off error during umountYunlei He1-3/+16
2018-11-13f2fs: fix to recover inode's i_flags during PORChao Yu1-0/+1
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 wait on page writeback before updating pageChao Yu1-0/+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: fix defined but not used build warningsRandy Dunlap1-3/+7
2018-09-19f2fs: do not set free of current sectionYunlong Song1-0/+3
2018-09-19f2fs: fix to active page in lru list for read pathChao Yu1-1/+6
2018-09-15f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu1-0/+4
2018-08-24f2fs: sanity check for total valid node blocksJaegeuk Kim1-0/+16
2018-08-24f2fs: return error during fill_superJaegeuk Kim2-8/+30
2018-08-03f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim1-1/+7
2018-08-03f2fs: fix race in between GC and atomic openChao Yu1-0/+3
2018-08-03f2fs: fix to detect failure of dquot_initializeChao Yu1-1/+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-07-17f2fs: give message and set need_fsck given broken node idJaegeuk Kim3-21/+26
2018-07-11f2fs: truncate preallocated blocks in error caseJaegeuk Kim1-0/+9
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu1-0/+3
2018-05-30f2fs: fix to clear CP_TRIMMED_FLAGChao Yu1-0/+2
2018-05-30f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu1-2/+6
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-04-26f2fs: avoid hungtask when GC encrypted block if io_bits is setSheng Yong1-1/+6
2018-04-19f2fs: fix heap mode to reset it backYunlong Song2-3/+5