aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/sysfs.c
AgeCommit message (Expand)Author
2022-02-01Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-04f2fs: Simplify bool conversionYang Li
2022-01-04f2fs: fix to reserve space for IO align featureChao Yu
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong
2021-12-10f2fs: show number of pending discard commandsJaegeuk Kim
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong
2021-10-26f2fs: replace snprintf in show functions with sysfs_emitQing Wang
2021-10-11unicode: remove the charset field from struct unicode_mapChristoph Hellwig
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal
2021-08-17f2fs: convert S_IRUGO to 0444Yangtao Li
2021-08-03f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong
2021-08-03f2fs: introduce discard_unit mount optionChao Yu
2021-07-13f2fs: avoid to create an empty string as the extension_listWang Xiaojun
2021-07-13f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong
2021-06-23f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim
2021-06-23f2fs: add pin_file in feature listJaegeuk Kim
2021-06-23f2fs: Advertise encrypted casefolding in sysfsDaniel Rosenberg
2021-06-23f2fs: Show casefolding support only when supportedDaniel Rosenberg
2021-06-23f2fs: support RO featureJaegeuk Kim
2021-05-26f2fs: atgc: export entries for better tunability via sysfsChao Yu
2021-03-25f2fs: add sysfs nodes to get runtime compression statDaeho Jeong
2021-03-12f2fs: expose # of overprivision segmentsJaegeuk Kim
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