summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: space related cleanupJack Qiu2020-07-261-2/+2
* f2fs: remove write attribute of main_blkaddr sysfs nodeDehe Gu2020-07-081-1/+8
* f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong2020-07-071-3/+7
* Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2020-06-091-15/+82
|\
| * f2fs: add node_io_flag for bio flags likewise data_io_flagJaegeuk Kim2020-06-081-0/+2
| * f2fs: add compressed/gc data read IO statChao Yu2020-05-111-0/+7
| * f2fs: support read iostatChao Yu2020-04-171-17/+35
| * f2fs: add tracepoint for f2fs iostatDaeho Jeong2020-04-171-0/+39
| * f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUAJaegeuk Kim2020-04-161-1/+2
* | fscrypt: support test_dummy_encryption=v2Eric Biggers2020-05-181-0/+4
|/
* f2fs: add missing CONFIG_F2FS_FS_COMPRESSIONChao Yu2020-04-031-0/+4
* f2fs: show mounted timeJaegeuk Kim2020-03-191-0/+8
* f2fs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-191-19/+19
* f2fs: Add f2fs stats to sysfsHridya Valsaraju2020-01-231-32/+107
* f2fs: fix memleak of kobjectChao Yu2020-01-171-3/+8
* f2fs: support data compressionChao Yu2020-01-171-0/+7
* f2fs: free sysfs kobjectJaegeuk Kim2020-01-151-0/+1
* f2fs: expose main_blkaddr in sysfsJaegeuk Kim2019-11-251-0/+2
* f2fs: support aligned pinned fileJaegeuk Kim2019-11-071-0/+2
* Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-211-0/+23
|\
| * f2fs: include charset encoding information in the superblockDaniel Rosenberg2019-08-231-0/+23
* | f2fs: add fs-verity supportEric Biggers2019-08-121-0/+11
|/
* f2fs: avoid get_valid_blocks() for cleanupChao Yu2019-07-021-4/+2
* f2fs: replace ktype default_attrs with default_groupsKimberly Brown2019-06-211-2/+4
* f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg2019-06-031-0/+16
* Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-03-151-3/+14
|\
| * f2fs: run discard jobs when put_superJaegeuk Kim2019-02-041-0/+3
| * f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong2019-01-221-3/+9
| * f2fs: check inject_rate validity during configuringChao Yu2019-01-081-0/+2
* | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-2/+2
|/
* f2fs: export migration_granularity sysfs entryChao Yu2018-11-261-0/+7
* f2fs: clean up f2fs_sb_has_##feature_nameChao Yu2018-11-261-10/+10
* f2fs: support superblock checksumJunling Zheng2018-09-301-0/+7
* f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala2018-09-191-0/+5
* f2fs: add SPDX license identifiersChao Yu2018-09-121-4/+1
* f2fs: fix performance issue observed with multi-thread sequential readJaegeuk Kim2018-08-201-0/+2
* f2fs: wake up gc thread immediately when gc_urgent is setSheng Yong2018-08-131-0/+1
* f2fs: add proc entry to show victim_secmap bitmapYunlong Song2018-08-011-0/+25
* f2fs: fix defined but not used build warningsRandy Dunlap2018-08-011-3/+7
* f2fs: avoid potential deadlock in f2fs_sbi_storeJaegeuk Kim2018-07-271-2/+4
* Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-06-111-13/+50
|\
| * f2fs: clean up symbol namespaceChao Yu2018-05-311-4/+4
| * f2fs: fix to avoid race during access gc_thread pointerChao Yu2018-05-311-1/+18
| * f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim2018-05-311-8/+25
| * f2fs: fix spelling mistake: "extenstion" -> "extension"Colin Ian King2018-05-311-2/+2
| * f2fs: don't split checkpoint in fstrimChao Yu2018-05-301-0/+3
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-23/+6
|/
* f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong2018-03-171-0/+7
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-171-2/+2
* f2fs: support hot file extensionChao Yu2018-03-131-6/+24