summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-27f2fs: fix to do sanity check with current segment numberChao Yu1-1/+33
2019-01-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2019-01-26f2fs: fix to do sanity check with cp_pack_start_sumChao Yu1-0/+12
2019-01-26f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2019-01-26f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2019-01-26f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim1-7/+64
2019-01-26f2fs: detect wrong layoutJaegeuk Kim1-0/+11
2019-01-26f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim1-1/+4
2019-01-26f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim1-2/+12
2019-01-26f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin1-9/+1
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu1-2/+19
2018-08-06disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2017-08-11f2fs: sanity check checkpoint segno and blkoffJin Qian1-0/+16
2017-05-14f2fs: sanity check segment countJin Qian1-0/+7
2017-05-03f2fs: do more integrity verification for superblockChao Yu1-0/+98
2015-10-13f2fs: export ra_nid_pages to sysfsChao Yu1-0/+2
2015-10-10f2fs: introduce a periodic checkpoint flowJaegeuk Kim1-0/+5
2015-10-10f2fs: introduce background_gc=sync mount optionJaegeuk Kim1-6/+15
2015-10-10f2fs: disallow switch extent_cache option dynamicallyChao Yu1-0/+9
2015-09-02f2fs: upset segment_info repairYunlei He1-1/+1
2015-08-20f2fs: do not write any node pages related to orphan inodesJaegeuk Kim1-1/+5
2015-08-15f2fs: handle error of f2fs_iget correctlyChao Yu1-1/+3
2015-08-11f2fs: remove inmem radix treeChao Yu1-1/+0
2015-08-05f2fs: fix double lock in handle_failed_inodeChao Yu1-1/+1
2015-08-05f2fs: use extent_cache by defaultJaegeuk Kim1-1/+7
2015-08-05f2fs: add noextent_cache mount optionJaegeuk Kim1-0/+7
2015-08-05f2fs: introduce a shrinker for mounted fsJaegeuk Kim1-1/+30
2015-08-05f2fs: avoid freed stat informationJaegeuk Kim1-1/+3
2015-06-08f2fs: skip committing valid superblockChao Yu1-3/+5
2015-06-08f2fs: setting discard option in parse_options()Chao Yu1-11/+9
2015-06-02f2fs: disable the discard option when device doesn't supportChenxi Mao1-1/+3
2015-06-02f2fs crypto: use per-inode tfm structureJaegeuk Kim1-1/+2
2015-06-02f2fs: recovering broken superblock during mounthujianyang1-13/+52
2015-06-02f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim1-1/+7
2015-06-02f2fs: truncate data blocks for orphan inodeJaegeuk Kim1-1/+23
2015-05-29f2fs: add default mount options to remountYunlei He1-13/+18
2015-05-29f2fs crypto: add f2fs encryption facilitiesJaegeuk Kim1-0/+3
2015-05-29f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim1-1/+1
2015-05-29f2fs: introduce f2fs_commit_superJaegeuk Kim1-0/+24
2015-05-05Revert "f2fs: enhance multi-threads performance"Jaegeuk Kim1-0/+1
2015-04-16f2fs: change 0 to false for bool typeTaehee Yoo1-1/+1
2015-04-11f2fs: enable inline data by defaultWanpeng Li1-0/+8
2015-04-11f2fs: enhance multi-threads performanceJaegeuk Kim1-1/+0
2015-04-11f2fs: set SBI_NEED_FSCK when encountering exception in recoveryChao Yu1-4/+6
2015-04-11f2fs: fix extent cache memory leakWanpeng Li1-0/+1
2015-03-03f2fs: enable rb-tree extent cacheChao Yu1-1/+8
2015-03-03f2fs: add a mount option for rb-tree extent cacheChao Yu1-0/+7
2015-03-03f2fs: move ext_lock out of struct extent_infoChao Yu1-1/+1
2015-02-12f2fs: introduce a batched trimJaegeuk Kim1-0/+2
2015-02-12f2fs: should fail mount when trying to recover data on read-only devJaegeuk Kim1-0/+9