summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2018-11-26f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song
2018-11-26f2fs: export migration_granularity sysfs entryChao Yu
2018-11-26f2fs: support subsectional garbage collectionChao Yu
2018-11-26f2fs: introduce __is_large_section() for cleanupChao Yu
2018-11-26f2fs: clean up f2fs_sb_has_##feature_nameChao Yu
2018-11-26f2fs: remove codes of unused wio_mutexYunlong Song
2018-11-26f2fs: fix count of seg_freed to make sec_freed correctYunlong Song
2018-11-26f2fs: fix to account preflush command for noflush_merge modeChao Yu
2018-11-26f2fs: avoid GC causing encrypted file corruptedYunlong Song
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-22f2fs: fix to keep project quota consistentChao Yu
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-22f2fs: cleanup dirty pages if recover failedSheng Yong
2018-10-22f2fs: fix data corruption issue with hardware encryptionSahitya Tummala
2018-10-22f2fs: fix to recover inode->i_flags of inode block during PORChao Yu
2018-10-22f2fs: spread f2fs_set_inode_flags()Chao Yu
2018-10-22f2fs: fix to spread clear_cold_data()Chao Yu
2018-10-22Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim
2018-10-22f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim
2018-10-22f2fs: fix to account IO correctly for cgroup writebackChao Yu
2018-10-22f2fs: fix to account IO correctlyChao Yu
2018-10-21f2fs: Convert to XArrayMatthew Wilcox
2018-10-21pagevec: Use xa_mark_tMatthew Wilcox
2018-10-16f2fs: remove request_list check in is_idle()Jens Axboe