aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/sysfs.c
AgeCommit message (Expand)Author
2019-04-12f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong
2019-01-30f2fs: wake up gc thread immediately when gc_urgent is setSheng Yong
2018-09-19f2fs: avoid potential deadlock in f2fs_sbi_storeJaegeuk Kim
2018-09-19f2fs: fix defined but not used build warningsRandy Dunlap
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-05-31f2fs: fix to avoid race during access gc_thread pointerChao Yu
2018-05-31f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim
2018-05-31f2fs: fix spelling mistake: "extenstion" -> "extension"Colin Ian King
2018-05-30f2fs: don't split checkpoint in fstrimChao Yu
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-03-17f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu
2018-03-13f2fs: support hot file extensionChao Yu
2018-03-13f2fs: expose extension_list sysfs entryChao Yu
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong
2018-01-25f2fs: support inode creation timeChao Yu
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim
2018-01-16f2fs: add reserved blocks for root userJaegeuk Kim
2018-01-02f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong
2017-11-05f2fs: add quota_ino feature infraJaegeuk Kim
2017-11-05f2fs: export SSR allocation thresholdChao Yu
2017-11-05f2fs: support soft block reservationYunlong Song
2017-11-05f2fs: support flexible inline xattr sizeChao Yu
2017-11-05f2fs: show # of dirty segments via sysfsJaegeuk Kim
2017-10-26f2fs: split discard policyChao Yu
2017-09-12f2fs: fix to show correct discard_granularity in sysfsChao Yu
2017-08-29f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim
2017-08-29f2fs: issue discard commands if gc_urgent is setJaegeuk Kim
2017-08-21f2fs: introduce discard_granularity sysfs entryChao Yu
2017-08-15f2fs: introduce gc_urgent mode for background GCJaegeuk Kim
2017-08-09f2fs: add app/fs io statChao Yu
2017-08-03f2fs: expose features to sysfs entryJaegeuk Kim
2017-07-31f2fs: avoid naming confusion of sysfs initJaegeuk Kim
2017-07-17f2fs: include seq_file.h for sysfs.cJaegeuk Kim
2017-07-07f2fs: introduce reserved_blocks in sysfsChao Yu
2017-07-04f2fs: move sysfs code from super.c to fs/f2fs/sysfs.cChao Yu