aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: rapidly GC all invalid blocks when screen goes off & plugged inPark Ju Hyung2018-05-231-1/+4
* f2fs/crypto: drop crypto key at evict_inode onlyJaegeuk Kim2017-12-061-1/+0
* f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu2017-12-061-2/+3
* f2fs: support issuing/waiting discard in rangeChao Yu2017-12-061-1/+1
* f2fs: fix to flush multiple device in checkpointChao Yu2017-12-061-0/+3
* f2fs: fix potential panic during fstrimChao Yu2017-10-141-1/+1
* f2fs: Fix merge errorsjollaman9992017-10-041-1/+1
* f2fs: avoid race in between read xattr & write xattrYunlei He2017-10-041-0/+1
* f2fs: constify super_operationsArvind Yadav2017-10-041-1/+1
* f2fs: support journalled quotaChao Yu2017-10-041-21/+320
* f2fs: avoid unneeded sync on quota fileChao Yu2017-10-041-2/+2
* f2fs: add app/fs io statChao Yu2017-10-041-0/+4
* f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim2017-10-041-1/+1
* f2fs: support inode checksumChao Yu2017-10-041-0/+5
* f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim2017-10-041-1/+1
* f2fs: introduce f2fs_statfs_projectChao Yu2017-10-041-0/+48
* f2fs: avoid naming confusion of sysfs initJaegeuk Kim2017-10-041-6/+6
* f2fs: support project quotaChao Yu2017-10-041-0/+26
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-10-041-3/+8
* f2fs: make max inline size changeableChao Yu2017-10-041-0/+3
* f2fs: make more close to v4.13-rc1Jaegeuk Kim2017-07-211-4/+4
* f2fs: support plain user/group quotaChao Yu2017-07-211-0/+270
* Revert "f2fs: fix to clean previous mount option when remount_fs"Chao Yu2017-07-211-1/+0
* f2fs: stop gc/discard thread in prior during umountChao Yu2017-07-211-3/+4
* f2fs: introduce reserved_blocks in sysfsChao Yu2017-07-211-1/+3
* f2fs: report # of free inodes more preciselyJaegeuk Kim2017-07-211-3/+11
* f2fs: set CP_TRIMMED_FLAG correctlyChao Yu2017-07-211-1/+1
* f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu2017-07-211-333/+0
* f2fs: clean up sysfs codesChao Yu2017-07-211-44/+72
* f2fs: fix wrong error number of fill_superChao Yu2017-07-211-1/+4
* f2fs: fix to show injection rate in ->show_optionsChao Yu2017-07-211-1/+2
* f2fs: Fix a return value in case of error in 'f2fs_fill_super'Christophe JAILLET2017-07-211-1/+3
* f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun2017-07-211-0/+1
* f2fs: introduce io_list for serialize data/node IOsChao Yu2017-07-211-0/+2
* f2fs: split wio_mutexChao Yu2017-07-211-3/+4
* f2fs: split bio cacheJaegeuk Kim2017-07-211-3/+18
* f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-07-211-4/+1
* f2fs: sanity check checkpoint segno and blkoffJin Qian2017-07-211-0/+16
* f2fs: add lazytime mount optionJaegeuk Kim2017-05-291-0/+14
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2017-05-291-0/+2
* f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-211-0/+7
* f2fs: sanity check segment countJin Qian2017-05-211-0/+7
* f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim2017-05-211-2/+2
* f2fs: introduce f2fs_wait_discard_biosChao Yu2017-05-211-1/+1
* f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim2017-05-211-0/+2
* f2fs: write small sized IO to hot logJaegeuk Kim2017-05-211-0/+2
* f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim2017-05-211-1/+9
* f2fs: allow write page cache when writting cpYunlei He2017-05-211-0/+1
* f2fs: add fault injection on f2fs_truncateJaegeuk Kim2017-05-211-0/+1
* f2fs: build stat_info before orphan inode recoveryJaegeuk Kim2017-05-211-5/+5