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