aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2018-12-31Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 20-366/+533
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Gravatar Jan Kara 1-1/+1
2018-12-26f2fs: sanity check of xattr entry sizeGravatar Jaegeuk Kim 1-5/+13
2018-12-26f2fs: fix use-after-free issue when accessing sbi->stat_infoGravatar Sahitya Tummala 1-12/+15
2018-12-26f2fs: check PageWriteback flag for ordered caseGravatar Chao Yu 13-54/+50
2018-12-26f2fs: fix validation of the block count in sanity_check_raw_superGravatar Martin Blumenstingl 1-3/+3
2018-12-26f2fs: fix missing unlock(sbi->gc_mutex)Gravatar Jaegeuk Kim 1-5/+2
2018-12-26f2fs: fix to dirty inode synchronouslyGravatar Chao Yu 1-1/+1
2018-12-26f2fs: clean up structure extent_nodeGravatar Chao Yu 1-10/+2
2018-12-26f2fs: fix block address for __check_sit_bitmapGravatar Qiuyang Sun 1-1/+1
2018-12-26f2fs: fix sbi->extent_list corruption issueGravatar Sahitya Tummala 2-2/+11
2018-12-26f2fs: clean up checkpoint flowGravatar Chao Yu 1-13/+5
2018-12-26f2fs: flush stale issued discard candidatesGravatar Jaegeuk Kim 1-0/+4
2018-12-26f2fs: correct wrong spelling, issing_*Gravatar Jaegeuk Kim 3-20/+20
2018-12-26f2fs: use kvmalloc, if kmalloc is failedGravatar Jaegeuk Kim 11-70/+76
2018-12-26f2fs: remove redundant comment of unused wio_mutexGravatar Yunlong Song 1-1/+0
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackGravatar Chao Yu 4-8/+12
2018-12-14f2fs: clear PG_writeback if IPU failedGravatar Sheng Yong 1-0/+2
2018-12-14f2fs: add an ioctl() to explicitly trigger fsck laterGravatar Jaegeuk Kim 2-0/+8
2018-11-28f2fs: avoid frequent costly fsck triggersGravatar Jaegeuk Kim 1-1/+5
2018-11-26f2fs: fix m_may_create to make OPU DIO write correctlyGravatar Jia Zhu 2-1/+8
2018-11-26f2fs: fix to update new block address correctly for OPUGravatar Jia Zhu 1-1/+3
2018-11-26f2fs: adjust trace print in f2fs_get_victim() to cover all pathsGravatar Sahitya Tummala 1-2/+3
2018-11-26f2fs: fix to allow node segment for GC by ioctl pathGravatar Sahitya Tummala 1-2/+1
2018-11-26f2fs: make "f2fs_fault_name[]" const char *Gravatar Alexey Dobriyan 2-2/+2
2018-11-26f2fs: read page index before freeingGravatar Pan Bian 1-1/+3
2018-11-26f2fs: fix wrong return value of f2fs_acl_createGravatar Tiezhu Yang 1-6/+8
2018-11-26f2fs: avoid build warn of fall_throughGravatar Jaegeuk Kim 1-0/+1
2018-11-26f2fs: fix race between write_checkpoint and write_beginGravatar Sheng Yong 1-2/+10
2018-11-26f2fs: check memory boundary by insane namelenGravatar Jaegeuk Kim 1-1/+11
2018-11-26f2fs: only flush the single temp bio cache which owns the target pageGravatar Yunlong Song 1-27/+10
2018-11-26f2fs: fix out-place-update DIO writeGravatar Chao Yu 3-14/+32
2018-11-26f2fs: fix to be aware discard/preflush/dio command in is_idle()Gravatar Chao Yu 1-1/+5
2018-11-26f2fs: add to account direct IOGravatar Chao Yu 3-1/+64
2018-11-26f2fs: move dir data flush to write checkpoint processGravatar Yunlei He 1-0/+3
2018-11-26f2fs: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-12/+1
2018-11-26f2fs: change segment to section in f2fs_ioc_gc_rangeGravatar Yunlong Song 1-1/+1
2018-11-26f2fs: export migration_granularity sysfs entryGravatar Chao Yu 1-0/+7
2018-11-26f2fs: support subsectional garbage collectionGravatar Chao Yu 3-6/+39
2018-11-26f2fs: introduce __is_large_section() for cleanupGravatar Chao Yu 6-13/+15
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameGravatar Chao Yu 10-73/+73
2018-11-26f2fs: remove codes of unused wio_mutexGravatar Yunlong Song 2-5/+1
2018-11-26f2fs: fix count of seg_freed to make sec_freed correctGravatar Yunlong Song 1-3/+4
2018-11-26f2fs: fix to account preflush command for noflush_merge modeGravatar Chao Yu 1-0/+2
2018-11-26f2fs: avoid GC causing encrypted file corruptedGravatar Yunlong Song 1-0/+10
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 5-10/+8
2018-10-22f2fs: fix to keep project quota consistentGravatar Chao Yu 3-11/+39
2018-10-22f2fs: guarantee journalled quota data by checkpointGravatar Chao Yu 9-48/+293
2018-10-22f2fs: cleanup dirty pages if recover failedGravatar Sheng Yong 2-12/+35
2018-10-22f2fs: fix data corruption issue with hardware encryptionGravatar Sahitya Tummala 3-0/+22