summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
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
2017-05-23f2fs: split bio cacheJaegeuk Kim
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim
2017-05-16f2fs: sanity check checkpoint segno and blkoffJin Qian
2017-05-03f2fs: Make flush bios explicitely syncJan Kara
2017-05-03f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu
2017-05-02f2fs: sanity check segment countJin Qian
2017-04-10f2fs: clean up get_valid_blocks with consistent parameterJaegeuk Kim
2017-04-10f2fs: introduce f2fs_wait_discard_biosChao Yu
2017-04-05f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim
2017-04-05f2fs: write small sized IO to hot logJaegeuk Kim
2017-03-29f2fs: allocate node and hot data in the beginning of partitionJaegeuk Kim
2017-03-25f2fs: allow write page cache when writting cpYunlei He
2017-03-21f2fs: add fault injection on f2fs_truncateJaegeuk Kim
2017-03-21f2fs: build stat_info before orphan inode recoveryJaegeuk Kim
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-02-27f2fs: add f2fs_drop_inode tracepointHou Pengyang
2017-02-27f2fs: Fix zoned block device supportMasato Suzuki
2017-02-27f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu
2017-02-27f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu
2017-02-23f2fs: enable inline_xattr by defaultChao Yu
2017-02-23f2fs: introduce noinline_xattr mount optionChao Yu