aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2019-05-16f2fs: Fix use of number of devicesDamien Le Moal
2019-04-20f2fs: fix to add refcount once page is tagged PG_privateChao Yu
2019-04-20f2fs: fix to use kvfree instead of kzfreeChao Yu
2019-04-20f2fs: fix to dirty inode for i_mode recoveryChao Yu
2019-04-20f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim
2019-04-05f2fs: fix to initialize variable to avoid UBSAN/smatch warningChao Yu
2019-04-05f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong
2019-04-05f2fs: fix to check inline_xattr_size boundary correctlyChao Yu
2019-04-05f2fs: fix to data block override node segment by mistakezhengliang
2019-04-05f2fs: do not use mutex lock in atomic contextSahitya Tummala
2019-04-05f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu
2019-04-05f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu
2019-03-27f2fs: fix to avoid deadlock of atomic file operationsChao Yu
2019-03-19f2fs: wait on atomic writes to count F2FS_CP_WB_DATAJaegeuk Kim
2018-12-31Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara
2018-12-26f2fs: sanity check of xattr entry sizeJaegeuk Kim
2018-12-26f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala
2018-12-26f2fs: check PageWriteback flag for ordered caseChao Yu
2018-12-26f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2018-12-26f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim
2018-12-26f2fs: fix to dirty inode synchronouslyChao Yu
2018-12-26f2fs: clean up structure extent_nodeChao Yu
2018-12-26f2fs: fix block address for __check_sit_bitmapQiuyang Sun
2018-12-26f2fs: fix sbi->extent_list corruption issueSahitya Tummala
2018-12-26f2fs: clean up checkpoint flowChao Yu
2018-12-26f2fs: flush stale issued discard candidatesJaegeuk Kim
2018-12-26f2fs: correct wrong spelling, issing_*Jaegeuk Kim
2018-12-26f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim
2018-12-26f2fs: remove redundant comment of unused wio_mutexYunlong Song
2018-12-14f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu
2018-12-14f2fs: clear PG_writeback if IPU failedSheng Yong
2018-12-14f2fs: add an ioctl() to explicitly trigger fsck laterJaegeuk Kim
2018-11-28f2fs: avoid frequent costly fsck triggersJaegeuk Kim
2018-11-26f2fs: fix m_may_create to make OPU DIO write correctlyJia Zhu
2018-11-26f2fs: fix to update new block address correctly for OPUJia Zhu
2018-11-26f2fs: adjust trace print in f2fs_get_victim() to cover all pathsSahitya Tummala
2018-11-26f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala
2018-11-26f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan
2018-11-26f2fs: read page index before freeingPan Bian
2018-11-26f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang
2018-11-26f2fs: avoid build warn of fall_throughJaegeuk Kim
2018-11-26f2fs: fix race between write_checkpoint and write_beginSheng Yong
2018-11-26f2fs: check memory boundary by insane namelenJaegeuk Kim
2018-11-26f2fs: only flush the single temp bio cache which owns the target pageYunlong Song
2018-11-26f2fs: fix out-place-update DIO writeChao Yu
2018-11-26f2fs: fix to be aware discard/preflush/dio command in is_idle()Chao Yu
2018-11-26f2fs: add to account direct IOChao Yu
2018-11-26f2fs: move dir data flush to write checkpoint processYunlei He
2018-11-26f2fs: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li