summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov2020-06-251-1/+2
* f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu2020-02-141-12/+4
* f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu2020-02-141-0/+2
* f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu2020-02-141-6/+14
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2019-11-201-1/+5
* f2fs: flush quota blocks after turnning it offJaegeuk Kim2019-11-061-0/+6
* f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng2019-10-171-18/+18
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-10-051-1/+1
* f2fs: check all the data segments against all node onesSurbhi Palande2019-10-051-2/+2
* f2fs: fix to do sanity check with current segment numberChao Yu2019-04-201-1/+33
* f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2019-01-091-3/+3
* f2fs: fix to do sanity check with cp_pack_start_sumChao Yu2018-12-051-0/+12
* f2fs: fix to do sanity check with user_block_countChao Yu2018-12-051-1/+12
* f2fs: fix to do sanity check with secs_per_zoneChao Yu2018-12-051-2/+2
* f2fs: enhance sanity_check_raw_super() to avoid potential overflowJaegeuk Kim2018-12-051-7/+64
* f2fs: report error if quota off error during umountYunlei He2018-11-131-3/+16
* f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-09-191-2/+19
* disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev2018-08-031-0/+6
* 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
* f2fs: constify super_operationsArvind Yadav2017-09-051-1/+1
* f2fs: support journalled quotaChao Yu2017-08-211-19/+307
* f2fs: avoid unneeded sync on quota fileChao Yu2017-08-151-2/+2
* f2fs: add app/fs io statChao Yu2017-08-091-0/+4
* f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim2017-08-031-1/+1
* f2fs: support inode checksumChao Yu2017-08-031-0/+5
* f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim2017-08-031-1/+1
* f2fs: introduce f2fs_statfs_projectChao Yu2017-07-311-0/+48
* f2fs: avoid naming confusion of sysfs initJaegeuk Kim2017-07-311-6/+6
* f2fs: support project quotaChao Yu2017-07-311-1/+16
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-07-311-3/+8
* f2fs: make max inline size changeableChao Yu2017-07-311-0/+3
* Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-07-101-341/+364
|\
| * f2fs: support plain user/group quotaChao Yu2017-07-081-0/+280
| * Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu2017-07-071-1/+0
| * f2fs: stop gc/discard thread in prior during umountChao Yu2017-07-071-3/+4
| * f2fs: introduce reserved_blocks in sysfsChao Yu2017-07-071-1/+3
| * f2fs: report # of free inodes more preciselyJaegeuk Kim2017-07-071-3/+11
| * f2fs: set CP_TRIMMED_FLAG correctlyChao Yu2017-07-041-1/+1
| * f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu2017-07-041-332/+0
| * f2fs: clean up sysfs codesChao Yu2017-07-041-47/+74
| * f2fs: fix wrong error number of fill_superChao Yu2017-07-041-1/+4
| * f2fs: fix to show injection rate in ->show_optionsChao Yu2017-07-041-1/+2
| * f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET2017-07-041-1/+3
| * f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun2017-07-041-0/+1
| * f2fs: introduce io_list for serialize data/node IOsChao Yu2017-05-231-0/+2
| * f2fs: split wio_mutexChao Yu2017-05-231-3/+4
| * f2fs: split bio cacheJaegeuk Kim2017-05-231-3/+18
| * f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-05-231-4/+1
| * f2fs: sanity check checkpoint segno and blkoffJin Qian2017-05-161-0/+16