aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong1-0/+20
2021-10-26f2fs: replace snprintf in show functions with sysfs_emitQing Wang1-2/+2
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus 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-13f2fs: avoid to create an empty string as the extension_listWang Xiaojun1-1/+1
2021-07-13f2fs: 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-25f2fs: add sysfs nodes to get runtime compression statDaeho Jeong1-0/+38
2021-03-12f2fs: expose # of overprivision segmentsJaegeuk Kim1-0/+9
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