summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2019-02-16f2fs: don't wake up too frequently, if there is lots of IOsJaegeuk Kim1-1/+1
2019-02-16f2fs: try to keep CP_TRIMMED_FLAG after successful umountJaegeuk Kim1-0/+2
2019-02-16f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim5-3/+18
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-3/+6
2019-02-04f2fs: run discard jobs when put_superJaegeuk Kim4-3/+20
2019-01-24fscrypt: remove filesystem specific build config optionChandan Rajendra4-21/+10
2019-01-24f2fs: use IS_ENCRYPTED() to check encryption statusChandan Rajendra6-23/+18
2019-01-23f2fs: fix to set sbi dirty correctlyChao Yu1-7/+6
2019-01-23f2fs: fix to initialize variable to avoid UBSAN/smatch warningChao Yu1-1/+1
2019-01-23f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong1-3/+9
2019-01-23f2fs: add brackets for macrosSheng Yong1-5/+5
2019-01-23f2fs: check if file namelen exceeds max valueSheng Yong1-1/+2
2019-01-23f2fs: fix to trigger fsck if dirent.name_len is zeroChao Yu1-0/+4
2019-01-22f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-23/+6
2019-01-09f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-23/+6
2019-01-09f2fs: export FS_NOCOW_FL flag to userJaegeuk Kim2-1/+4
2019-01-09f2fs: check inject_rate validity during configuringChao Yu1-0/+2
2019-01-08f2fs: remove set but not used variable 'err'YueHaibing1-4/+1
2019-01-08f2fs: change error code to -ENOMEM from -EINVALChengguang Xu1-1/+1
2019-01-08f2fs: don't access node/meta inode mapping after iputJaegeuk Kim2-7/+17
2019-01-08f2fs: wait on atomic writes to count F2FS_CP_WB_DATAJaegeuk Kim1-5/+7
2018-12-31Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds20-366/+533
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara1-1/+1
2018-12-27f2fs: sanity check of xattr entry sizeJaegeuk Kim1-5/+13
2018-12-27f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala1-12/+15
2018-12-27f2fs: check PageWriteback flag for ordered caseChao Yu13-54/+50
2018-12-27f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl1-3/+3
2018-12-27f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim1-5/+2
2018-12-27f2fs: fix to dirty inode synchronouslyChao Yu1-1/+1
2018-12-27f2fs: clean up structure extent_nodeChao Yu1-10/+2
2018-12-27f2fs: fix block address for __check_sit_bitmapQiuyang Sun1-1/+1
2018-12-27f2fs: fix sbi->extent_list corruption issueSahitya Tummala2-2/+11
2018-12-27f2fs: clean up checkpoint flowChao Yu1-13/+5
2018-12-27f2fs: flush stale issued discard candidatesJaegeuk Kim1-0/+4
2018-12-27f2fs: correct wrong spelling, issing_*Jaegeuk Kim3-20/+20
2018-12-27f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim11-70/+76
2018-12-27f2fs: remove redundant comment of unused wio_mutexYunlong Song1-1/+0
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu4-8/+12
2018-12-14f2fs: clear PG_writeback if IPU failedSheng Yong1-0/+2
2018-12-14f2fs: add an ioctl() to explicitly trigger fsck laterJaegeuk Kim2-0/+8
2018-11-28f2fs: avoid frequent costly fsck triggersJaegeuk Kim1-1/+5
2018-11-27f2fs: fix m_may_create to make OPU DIO write correctlyJia Zhu2-1/+8
2018-11-27f2fs: fix to update new block address correctly for OPUJia Zhu1-1/+3
2018-11-27f2fs: adjust trace print in f2fs_get_victim() to cover all pathsSahitya Tummala1-2/+3
2018-11-27f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala1-2/+1
2018-11-27f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan2-2/+2
2018-11-27f2fs: read page index before freeingPan Bian1-1/+3
2018-11-27f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang1-6/+8
2018-11-27f2fs: avoid build warn of fall_throughJaegeuk Kim1-0/+1
2018-11-27f2fs: fix race between write_checkpoint and write_beginSheng Yong1-2/+10