summaryrefslogtreecommitdiff
path: root/fs/f2fs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-31f2fs: introduce sysfs atomic write statisticsDaeho Jeong1-0/+46
2022-07-31f2fs: add a sysfs entry to show zone capacityJaegeuk Kim1-0/+10
2022-03-22Merge tag 'f2fs-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-4/+36
2022-03-21f2fs: make gc_urgent and gc_segment_mode sysfs node readableDaeho Jeong1-1/+16
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong1-0/+7
2022-02-12f2fs: add a way to limit roll forward recovery timeJaegeuk Kim1-0/+2
2022-02-03f2fs: expose discard related parameters in sysfsKonstantin Vyshetsky1-0/+8
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+5
2022-01-25f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu1-1/+1
2022-01-25f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-2/+2
2022-01-21unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-5/+5
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+25
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2022-01-05f2fs: Simplify bool conversionYang Li1-1/+1
2022-01-05f2fs: fix to reserve space for IO align featureChao Yu1-1/+3
2021-12-11f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong1-0/+11
2021-12-11f2fs: show number of pending discard commandsJaegeuk Kim1-0/+11
2021-10-27f2fs: introduce fragment allocation mode mount optionDaeho Jeong1-0/+20
2021-10-27f2fs: replace snprintf in show functions with sysfs_emitQing Wang1-2/+2
2021-10-11unicode: remove the charset field from struct unicode_mapChristoph Hellwig1-2/+1
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-100/+56
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-95/+11
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal1-1/+1
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li1-4/+4
2021-08-03f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong1-0/+10
2021-08-03f2fs: introduce discard_unit mount optionChao Yu1-0/+2
2021-07-14f2fs: avoid to create an empty string as the extension_listWang Xiaojun1-1/+1
2021-07-14f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong1-0/+28
2021-06-23f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim1-64/+131
2021-06-23f2fs: add pin_file in feature listJaegeuk Kim1-0/+2
2021-06-23f2fs: Advertise encrypted casefolding in sysfsDaniel Rosenberg1-0/+8
2021-06-23f2fs: Show casefolding support only when supportedDaniel Rosenberg1-0/+4
2021-06-23f2fs: support RO featureJaegeuk Kim1-0/+8
2021-05-26f2fs: atgc: export entries for better tunability via sysfsChao Yu1-0/+27
2021-03-26f2fs: add sysfs nodes to get runtime compression statDaeho Jeong1-0/+38
2021-03-13f2fs: expose # of overprivision segmentsJaegeuk Kim1-0/+9
2021-02-04f2fs: add ckpt_thread_ioprio sysfs nodeDaeho Jeong1-0/+55
2021-01-28f2fs: introduce sb_status sysfs nodeChao Yu1-0/+8
2021-01-28f2fs: 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/gi...Linus Torvalds1-1/+4
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim1-0/+2
2020-12-03f2fs: fix kbytes written stat for multi-device caseChao Yu1-1/+2
2020-12-02f2fs: 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-11f2fs: 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-08f2fs: 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/jae...Linus Torvalds1-15/+82