aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu
2020-09-03f2fs: fix use-after-free issueLi Guifu
2020-06-25f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov
2020-02-14f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu
2020-02-14f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu
2020-02-14f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu
2019-11-20f2fs: fix memory leak of percpu counter in fill_super()Chao Yu
2019-11-06f2fs: flush quota blocks after turnning it offJaegeuk Kim
2019-10-17f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng
2019-10-05f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu
2019-10-05f2fs: check all the data segments against all node onesSurbhi Palande
2019-04-20f2fs: fix to do sanity check with current segment numberChao Yu
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2018-12-05f2fs: fix to do sanity check with cp_pack_start_sumChao Yu
2018-12-05f2fs: fix to do sanity check with user_block_countChao Yu
2018-12-05f2fs: fix to do sanity check with secs_per_zoneChao Yu
2018-12-05f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim
2018-11-13f2fs: report error if quota off error during umountYunlei He
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev
2017-10-03f2fs: fix potential panic during fstrimChao Yu
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He
2017-09-05f2fs: constify super_operationsArvind Yadav
2017-08-21f2fs: support journalled quotaChao Yu
2017-08-15f2fs: avoid unneeded sync on quota fileChao Yu
2017-08-09f2fs: add app/fs io statChao Yu
2017-08-03f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim
2017-08-03f2fs: support inode checksumChao Yu
2017-08-03f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim
2017-07-31f2fs: introduce f2fs_statfs_projectChao Yu
2017-07-31f2fs: avoid naming confusion of sysfs initJaegeuk Kim
2017-07-31f2fs: support project quotaChao Yu
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu
2017-07-31f2fs: make max inline size changeableChao Yu
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-07-08f2fs: support plain user/group quotaChao Yu
2017-07-07Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu
2017-07-07f2fs: stop gc/discard thread in prior during umountChao Yu
2017-07-07f2fs: introduce reserved_blocks in sysfsChao Yu
2017-07-07f2fs: report # of free inodes more preciselyJaegeuk Kim
2017-07-04f2fs: set CP_TRIMMED_FLAG correctlyChao Yu
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu
2017-07-04f2fs: clean up sysfs codesChao Yu
2017-07-04f2fs: fix wrong error number of fill_superChao Yu
2017-07-04f2fs: fix to show injection rate in ->show_optionsChao Yu
2017-07-04f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET
2017-07-04f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-05-23f2fs: introduce io_list for serialize data/node IOsChao Yu
2017-05-23f2fs: split wio_mutexChao Yu