aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/sysfs.c
AgeCommit message (Expand)Author
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong
2021-01-27f2fs: introduce sb_status sysfs nodeChao Yu
2021-01-27f2fs: introduce a new per-sb directory in sysfsChao Yu
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu
2020-12-01f2fs: remove a few bd_part checksChristoph Hellwig
2020-10-14f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-10f2fs: Use generic casefolding supportDaniel Rosenberg
2020-07-26f2fs: space related cleanupJack Qiu
2020-07-08f2fs: remove write attribute of main_blkaddr sysfs nodeDehe Gu
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2020-06-08f2fs: add node_io_flag for bio flags likewise data_io_flagJaegeuk Kim
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers
2020-05-11f2fs: add compressed/gc data read IO statChao Yu
2020-04-17f2fs: support read iostatChao Yu
2020-04-17f2fs: add tracepoint for f2fs iostatDaeho Jeong
2020-04-16f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUAJaegeuk Kim
2020-04-03f2fs: add missing CONFIG_F2FS_FS_COMPRESSIONChao Yu
2020-03-19f2fs: show mounted timeJaegeuk Kim
2020-03-19f2fs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-01-23f2fs: Add f2fs stats to sysfsHridya Valsaraju
2020-01-17f2fs: fix memleak of kobjectChao Yu
2020-01-17f2fs: support data compressionChao Yu
2020-01-15f2fs: free sysfs kobjectJaegeuk Kim
2019-11-25f2fs: expose main_blkaddr in sysfsJaegeuk Kim
2019-11-07f2fs: support aligned pinned fileJaegeuk Kim
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-08-23f2fs: include charset encoding information in the superblockDaniel Rosenberg
2019-08-12f2fs: add fs-verity supportEric Biggers
2019-07-02f2fs: avoid get_valid_blocks() for cleanupChao Yu
2019-06-21f2fs: replace ktype default_attrs with default_groupsKimberly Brown
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-02-04f2fs: run discard jobs when put_superJaegeuk Kim
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra
2019-01-22f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong
2019-01-08f2fs: check inject_rate validity during configuringChao Yu
2018-11-26f2fs: export migration_granularity sysfs entryChao Yu
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu
2018-09-30f2fs: support superblock checksumJunling Zheng
2018-09-19f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala
2018-09-12f2fs: add SPDX license identifiersChao Yu
2018-08-20f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim
2018-08-13f2fs: wake up gc thread immediately when gc_urgent is setSheng Yong
2018-08-01f2fs: add proc entry to show victim_secmap bitmapYunlong Song
2018-08-01f2fs: fix defined but not used build warningsRandy Dunlap
2018-07-27f2fs: avoid potential deadlock in f2fs_sbi_storeJaegeuk Kim