summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/sysfs.c
AgeCommit message (Expand)AuthorLines
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds-0/+23
2019-08-23f2fs: include charset encoding information in the superblockDaniel Rosenberg-0/+23
2019-08-12f2fs: add fs-verity supportEric Biggers-0/+11
2019-07-02f2fs: avoid get_valid_blocks() for cleanupChao Yu-4/+2
2019-06-21f2fs: replace ktype default_attrs with default_groupsKimberly Brown-2/+4
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg-0/+16
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds-3/+14
2019-02-04f2fs: run discard jobs when put_superJaegeuk Kim-0/+3
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra-2/+2
2019-01-22f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong-3/+9
2019-01-08f2fs: check inject_rate validity during configuringChao Yu-0/+2
2018-11-26f2fs: export migration_granularity sysfs entryChao Yu-0/+7
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu-10/+10
2018-09-30f2fs: support superblock checksumJunling Zheng-0/+7
2018-09-19f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala-0/+5
2018-09-12f2fs: add SPDX license identifiersChao Yu-4/+1
2018-08-20f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim-0/+2
2018-08-13f2fs: wake up gc thread immediately when gc_urgent is setSheng Yong-0/+1
2018-08-01f2fs: add proc entry to show victim_secmap bitmapYunlong Song-0/+25
2018-08-01f2fs: fix defined but not used build warningsRandy Dunlap-3/+7
2018-07-27f2fs: avoid potential deadlock in f2fs_sbi_storeJaegeuk Kim-2/+4
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-13/+50
2018-05-31f2fs: clean up symbol namespaceChao Yu-4/+4
2018-05-31f2fs: fix to avoid race during access gc_thread pointerChao Yu-1/+18
2018-05-31f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim-8/+25
2018-05-31f2fs: fix spelling mistake: "extenstion" -> "extension"Colin Ian King-2/+2
2018-05-30f2fs: don't split checkpoint in fstrimChao Yu-0/+3
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-23/+6
2018-03-17f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong-0/+7
2018-03-17f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu-2/+2
2018-03-13f2fs: support hot file extensionChao Yu-6/+24
2018-03-13f2fs: expose extension_list sysfs entryChao Yu-0/+40
2018-03-13f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong-2/+2
2018-01-25f2fs: support inode creation timeChao Yu-0/+7
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim-0/+2
2018-01-16f2fs: add reserved blocks for root userJaegeuk Kim-1/+2
2018-01-02f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong-0/+2
2017-11-05f2fs: add quota_ino feature infraJaegeuk Kim-0/+7
2017-11-05f2fs: export SSR allocation thresholdChao Yu-0/+2
2017-11-05f2fs: support soft block reservationYunlong Song-3/+12
2017-11-05f2fs: support flexible inline xattr sizeChao Yu-0/+7
2017-11-05f2fs: show # of dirty segments via sysfsJaegeuk Kim-0/+9
2017-10-26f2fs: split discard policyChao Yu-13/+0
2017-09-12f2fs: fix to show correct discard_granularity in sysfsChao Yu-0/+2
2017-08-29f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim-5/+1
2017-08-29f2fs: issue discard commands if gc_urgent is setJaegeuk Kim-0/+5
2017-08-21f2fs: introduce discard_granularity sysfs entryChao Yu-0/+23
2017-08-15f2fs: introduce gc_urgent mode for background GCJaegeuk Kim-0/+9
2017-08-09f2fs: add app/fs io statChao Yu-0/+52
2017-08-03f2fs: expose features to sysfs entryJaegeuk Kim-26/+130