summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: do not use mutex lock in atomic contextSahitya Tummala2019-04-051-1/+7
* f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu2019-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: fix race between write_checkpoint and write_beginSheng Yong2019-02-121-2/+10
* 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
* f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2019-01-091-3/+3
* f2fs: fix to do sanity check with block address in main area v2Chao Yu2018-12-132-5/+16
* f2fs: fix missing up_readJaegeuk Kim2018-12-051-1/+3
* f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2018-12-052-4/+16
* f2fs: fix to do sanity check with i_extra_isizeChao Yu2018-12-051-3/+15
* f2fs: fix to do sanity check with block address in main areaChao Yu2018-12-057-11/+83
* f2fs: fix to do sanity check with node footer and iblocksChao Yu2018-12-051-2/+23
* f2fs: fix to do sanity check with user_block_countChao Yu2018-12-051-1/+12
* f2fs: fix to do sanity check with extra_attr featureChao Yu2018-12-051-4/+14
* f2fs: Add sanity_check_inode() functionBen Hutchings2018-12-051-0/+11
* f2fs: fix to do sanity check with secs_per_zoneChao Yu2018-12-051-2/+2
* f2fs: introduce and spread verify_blkaddrChao Yu2018-12-059-28/+61
* f2fs: clean up with is_valid_blkaddr()Chao Yu2018-12-059-27/+25
* f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim2018-12-051-7/+64
* f2fs: sanity check on sit entryJaegeuk Kim2018-12-051-0/+9
* f2fs: check blkaddr more accuratly before issue a bioYunlei He2018-12-054-8/+25
* f2fs: fix to account IO correctlyChao Yu2018-11-131-2/+2
* Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim2018-11-131-4/+0
* f2fs: report error if quota off error during umountYunlei He2018-11-131-3/+16
* f2fs: fix to recover inode's i_flags during PORChao Yu2018-11-131-0/+1
* 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
* f2fs: fix to wait on page writeback before updating pageChao Yu2018-09-191-0/+1
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2018-09-191-0/+21
* f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu2018-09-191-1/+7
* f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu2018-09-191-1/+3
* f2fs: fix defined but not used build warningsRandy Dunlap2018-09-191-3/+7
* f2fs: do not set free of current sectionYunlong Song2018-09-191-0/+3
* f2fs: fix to active page in lru list for read pathChao Yu2018-09-191-1/+6
* f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu2018-09-151-0/+4
* f2fs: sanity check for total valid node blocksJaegeuk Kim2018-08-241-0/+16
* f2fs: return error during fill_superJaegeuk Kim2018-08-242-8/+30
* f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim2018-08-031-1/+7
* f2fs: fix race in between GC and atomic openChao Yu2018-08-031-0/+3
* f2fs: fix to detect failure of dquot_initializeChao Yu2018-08-031-1/+3
* f2fs: Fix deadlock in shutdown ioctlSahitya Tummala2018-08-031-4/+7