summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: expose extension_list sysfs entryChao Yu2018-03-131-0/+40
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-03-131-2/+2
* f2fs: support inode creation timeChao Yu2018-01-251-0/+7
* f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim2018-01-221-0/+2
* f2fs: add reserved blocks for root userJaegeuk Kim2018-01-161-1/+2
* f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong2018-01-021-0/+2
* f2fs: add quota_ino feature infraJaegeuk Kim2017-11-051-0/+7
* f2fs: export SSR allocation thresholdChao Yu2017-11-051-0/+2
* f2fs: support soft block reservationYunlong Song2017-11-051-3/+12
* f2fs: support flexible inline xattr sizeChao Yu2017-11-051-0/+7
* f2fs: show # of dirty segments via sysfsJaegeuk Kim2017-11-051-0/+9
* f2fs: split discard policyChao Yu2017-10-261-13/+0
* f2fs: fix to show correct discard_granularity in sysfsChao Yu2017-09-121-0/+2
* f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim2017-08-291-5/+1
* f2fs: issue discard commands if gc_urgent is setJaegeuk Kim2017-08-291-0/+5
* f2fs: introduce discard_granularity sysfs entryChao Yu2017-08-211-0/+23
* f2fs: introduce gc_urgent mode for background GCJaegeuk Kim2017-08-151-0/+9
* f2fs: add app/fs io statChao Yu2017-08-091-0/+52
* f2fs: expose features to sysfs entryJaegeuk Kim2017-08-031-26/+130
* f2fs: avoid naming confusion of sysfs initJaegeuk Kim2017-07-311-4/+4
* f2fs: include seq_file.h for sysfs.cJaegeuk Kim2017-07-171-0/+1
* f2fs: introduce reserved_blocks in sysfsChao Yu2017-07-071-1/+15