summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-20f2fs: fix memory leak of percpu counter in fill_super()Chao Yu1-1/+5
2019-11-06f2fs: flush quota blocks after turnning it offJaegeuk Kim1-0/+6
2019-10-17f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng1-18/+18
2019-10-05f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu1-1/+1
2019-10-05f2fs: check all the data segments against all node onesSurbhi Palande1-2/+2
2019-04-20f2fs: fix to do sanity check with current segment numberChao Yu1-1/+33
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-05f2fs: fix to do sanity check with cp_pack_start_sumChao Yu1-0/+12
2018-12-05f2fs: fix to do sanity check with user_block_countChao Yu1-1/+12
2018-12-05f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-12-05f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim1-7/+64
2018-11-13f2fs: report error if quota off error during umountYunlei He1-3/+16
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu1-2/+19
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2017-10-03f2fs: fix potential panic during fstrimChao Yu1-1/+1
2017-09-08f2fs: avoid race in between read xattr & write xattrYunlei He1-0/+1
2017-09-05f2fs: constify super_operationsArvind Yadav1-1/+1
2017-08-22f2fs: support journalled quotaChao Yu1-19/+307
2017-08-15f2fs: avoid unneeded sync on quota fileChao Yu1-2/+2
2017-08-10f2fs: add app/fs io statChao Yu1-0/+4
2017-08-04f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim1-1/+1
2017-08-04f2fs: support inode checksumChao Yu1-0/+5
2017-08-04f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim1-1/+1
2017-08-01f2fs: introduce f2fs_statfs_projectChao Yu1-0/+48
2017-08-01f2fs: avoid naming confusion of sysfs initJaegeuk Kim1-6/+6
2017-08-01f2fs: support project quotaChao Yu1-1/+16
2017-08-01f2fs: enhance on-disk inode structure scalabilityChao Yu1-3/+8
2017-08-01f2fs: make max inline size changeableChao Yu1-0/+3
2017-07-11Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-341/+364
2017-07-09f2fs: support plain user/group quotaChao Yu1-0/+280
2017-07-07Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu1-1/+0
2017-07-07f2fs: stop gc/discard thread in prior during umountChao Yu1-3/+4
2017-07-07f2fs: introduce reserved_blocks in sysfsChao Yu1-1/+3
2017-07-07f2fs: report # of free inodes more preciselyJaegeuk Kim1-3/+11
2017-07-04f2fs: set CP_TRIMMED_FLAG correctlyChao Yu1-1/+1
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu1-332/+0
2017-07-04f2fs: clean up sysfs codesChao Yu1-47/+74
2017-07-04f2fs: fix wrong error number of fill_superChao Yu1-1/+4
2017-07-04f2fs: fix to show injection rate in ->show_optionsChao Yu1-1/+2
2017-07-04f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET1-1/+3
2017-07-04f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun1-0/+1
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-05-24f2fs: introduce io_list for serialize data/node IOsChao Yu1-0/+2
2017-05-24f2fs: split wio_mutexChao Yu1-3/+4
2017-05-24f2fs: split bio cacheJaegeuk Kim1-3/+18
2017-05-24f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim1-4/+1
2017-05-16f2fs: sanity check checkpoint segno and blkoffJin Qian1-0/+16
2017-05-04f2fs: Make flush bios explicitely syncJan Kara1-1/+1
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu1-0/+7
2017-05-03f2fs: sanity check segment countJin Qian1-0/+7