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