aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-03f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong1-0/+55
2021-01-27f2fs: introduce sb_status sysfs nodeChao Yu1-0/+8
2021-01-27f2fs: introduce a new per-sb directory in sysfsChao Yu1-5/+64
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+4
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim1-0/+2
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu1-1/+2
2020-12-01f2fs: remove a few bd_part checksChristoph Hellwig1-9/+0
2020-10-14f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles1-0/+1
2020-09-11f2fs: support age threshold based garbage collectionChao Yu1-3/+8
2020-09-10f2fs: Use generic casefolding supportDaniel Rosenberg1-4/+6
2020-07-26f2fs: space related cleanupJack Qiu1-2/+2
2020-07-08f2fs: remove write attribute of main_blkaddr sysfs nodeDehe Gu1-1/+8
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong1-3/+7
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-15/+82
2020-06-08f2fs: add node_io_flag for bio flags likewise data_io_flagJaegeuk Kim1-0/+2
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers1-0/+4
2020-05-11f2fs: add compressed/gc data read IO statChao Yu1-0/+7
2020-04-17f2fs: support read iostatChao Yu1-17/+35
2020-04-17f2fs: add tracepoint for f2fs iostatDaeho Jeong1-0/+39
2020-04-16f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUAJaegeuk Kim1-1/+2
2020-04-03f2fs: add missing CONFIG_F2FS_FS_COMPRESSIONChao Yu1-0/+4
2020-03-19f2fs: show mounted timeJaegeuk Kim1-0/+8
2020-03-19f2fs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-19/+19
2020-01-23f2fs: Add f2fs stats to sysfsHridya Valsaraju1-32/+107
2020-01-17f2fs: fix memleak of kobjectChao Yu1-3/+8
2020-01-17f2fs: support data compressionChao Yu1-0/+7
2020-01-15f2fs: free sysfs kobjectJaegeuk Kim1-0/+1
2019-11-25f2fs: expose main_blkaddr in sysfsJaegeuk Kim1-0/+2
2019-11-07f2fs: support aligned pinned fileJaegeuk Kim1-0/+2
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+23
2019-08-23f2fs: include charset encoding information in the superblockDaniel Rosenberg1-0/+23
2019-08-12f2fs: add fs-verity supportEric Biggers1-0/+11
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