aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-27f2fs: no need to initialize zero value for GFP_F2FS_ZEROYunlong Song1-5/+0
2018-03-18f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_readRitesh Harjani1-1/+1
2018-03-17f2fs: introduce a new mount option test_dummy_encryptionSheng Yong1-0/+28
2018-03-17f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong1-0/+12
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu1-118/+108
2018-03-17f2fs: introduce mount option for fsync modeJunling Zheng1-0/+26
2018-03-17f2fs: fix to restore old mount option in ->remount_fsChao Yu1-0/+10
2018-03-17f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu1-3/+3
2018-03-13f2fs: set readdir_ra by defaultJaegeuk Kim1-0/+1
2018-03-13f2fs: add auto tuning for small devicesJaegeuk Kim1-0/+14
2018-03-13f2fs: add mount option for segment allocation policyJaegeuk Kim1-0/+26
2018-03-13f2fs: expose extension_list sysfs entryChao Yu1-1/+1
2018-03-13f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu1-0/+2
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong1-7/+7
2018-03-13f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee1-0/+5
2018-03-13f2fs: support passing down write hints given by users to block layerHyunchul Lee1-1/+30
2018-03-13f2fs: restrict inline_xattr_size configurationChao Yu1-0/+7
2018-03-13f2fs: fix potential corruption in area before F2FS_SUPER_OFFSETSheng Yong1-3/+2
2018-01-22f2fs: clean up error path of fill_superChao Yu1-4/+6
2018-01-16f2fs: add resgid and resuid to reserve root blocksJaegeuk Kim1-2/+44
2018-01-16f2fs: implement cgroup writeback supportYufen Yu1-0/+1
2018-01-16f2fs: make local functions staticWei Yongjun1-1/+1
2018-01-16f2fs: add reserved blocks for root userJaegeuk Kim1-1/+36
2018-01-16f2fs: show precise # of blocks that user/root can useJaegeuk Kim1-4/+3
2018-01-03f2fs: enable quota at remount from r to wJaegeuk Kim1-1/+1
2018-01-02f2fs: fix error handling in fill_superChao Yu1-9/+7
2018-01-02f2fs: spread f2fs_k{m,z}allocChao Yu1-7/+9
2018-01-02f2fs: inject fault to kvmallocChao Yu1-0/+1
2018-01-02f2fs: reserve nid resource for quota sysfileChao Yu1-1/+9
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-14/+14
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-24/+195
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-5/+2
2017-11-05f2fs: don't bother with inode->i_versionJeff Layton1-2/+0
2017-11-05f2fs: support quota sys filesJaegeuk Kim1-13/+136
2017-11-05f2fs: support bio allocation error injectionChao Yu1-0/+1
2017-11-05f2fs: support get_page error injectionChao Yu1-0/+1
2017-11-05f2fs: support soft block reservationYunlong Song1-1/+2
2017-11-05f2fs: support flexible inline xattr sizeChao Yu1-1/+31
2017-11-05f2fs: stop all the operations by cp_error flagJaegeuk Kim1-0/+3
2017-10-26Revert "f2fs: return wrong error number on f2fs_quota_write"Jaegeuk Kim1-1/+1
2017-10-26f2fs: retry ENOMEM for quota_read|writeJaegeuk Kim1-3/+13
2017-10-26f2fs: limit # of inmemory pagesJaegeuk Kim1-0/+1
2017-10-26f2fs/crypto: drop crypto key at evict_inode onlyJaegeuk Kim1-1/+0
2017-10-26f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu1-2/+3
2017-10-26f2fs: support issuing/waiting discard in rangeChao Yu1-1/+1
2017-10-18fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers1-3/+2
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers1-2/+0
2017-10-10f2fs: fix to flush multiple device in checkpointChao Yu1-0/+3
2017-10-03f2fs: fix potential panic during fstrimChao Yu1-1/+1
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He1-0/+1