aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He1-0/+1
2017-09-05f2fs: constify super_operationsArvind Yadav1-1/+1
2017-08-21f2fs: support journalled quotaChao Yu1-19/+307
2017-08-15f2fs: avoid unneeded sync on quota fileChao Yu1-2/+2
2017-08-09f2fs: add app/fs io statChao Yu1-0/+4
2017-08-03f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim1-1/+1
2017-08-03f2fs: support inode checksumChao Yu1-0/+5
2017-08-03f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim1-1/+1
2017-07-31f2fs: introduce f2fs_statfs_projectChao Yu1-0/+48
2017-07-31f2fs: avoid naming confusion of sysfs initJaegeuk Kim1-6/+6
2017-07-31f2fs: support project quotaChao Yu1-1/+16
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu1-3/+8
2017-07-31f2fs: make max inline size changeableChao Yu1-0/+3
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-341/+364
2017-07-08f2fs: 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-23f2fs: introduce io_list for serialize data/node IOsChao Yu1-0/+2
2017-05-23f2fs: split wio_mutexChao Yu1-3/+4
2017-05-23f2fs: split bio cacheJaegeuk Kim1-3/+18
2017-05-23f2fs: 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-03f2fs: Make flush bios explicitely syncJan Kara1-1/+1
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu1-0/+7
2017-05-02f2fs: sanity check segment countJin Qian1-0/+7
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim1-2/+2
2017-04-10f2fs: introduce f2fs_wait_discard_biosChao Yu1-1/+1
2017-04-05f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim1-0/+2
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim1-0/+2
2017-03-29f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim1-1/+9
2017-03-25f2fs: allow write page cache when writting cpYunlei He1-0/+1
2017-03-21f2fs: add fault injection on f2fs_truncateJaegeuk Kim1-0/+1
2017-03-21f2fs: build stat_info before orphan inode recoveryJaegeuk Kim1-5/+5
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-28/+110
2017-02-27f2fs: add f2fs_drop_inode tracepointHou Pengyang1-2/+5
2017-02-27f2fs: Fix zoned block device supportMasato Suzuki1-23/+44
2017-02-27f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu1-1/+1
2017-02-27f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu1-1/+1
2017-02-23f2fs: enable inline_xattr by defaultChao Yu1-0/+1
2017-02-23f2fs: introduce noinline_xattr mount optionChao Yu1-0/+11