summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2018-11-13f2fs: fix to account IO correctlyChao Yu
2018-11-13f2fs: fix to recover cold bit of inode block during PORChao Yu
2018-11-13Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim
2018-11-13f2fs: report error if quota off error during umountYunlei He
2018-11-13f2fs: avoid sleeping under spin_lockZhikang Zhang
2018-11-13f2fs: fix to recover inode's i_flags during PORChao Yu
2018-11-13f2fs: fix to recover inode's crtime during PORChao Yu
2018-11-13f2fs: clear PageError on the read pathJaegeuk Kim
2018-11-13f2fs: fix to account IO correctly for cgroup writebackChao Yu
2018-10-13f2fs: fix invalid memory accessChao Yu
2018-09-26f2fs: do checkpoint in kill_sbJaegeuk Kim
2018-09-19f2fs: fix to do sanity check with extra_attr featureChao Yu
2018-09-19f2fs: fix to propagate return value of scan_nat_page()Chao Yu
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu
2018-09-19f2fs: fix to do sanity check with secs_per_zoneChao Yu
2018-09-19f2fs: avoid potential deadlock in f2fs_sbi_storeJaegeuk Kim
2018-09-19f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter
2018-09-19f2fs: fix to wait on page writeback before updating pageChao Yu
2018-09-19f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu
2018-09-19f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu
2018-09-19f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu
2018-09-19f2fs: fix to detect looped node chain correctlyChao Yu
2018-09-19f2fs: fix defined but not used build warningsRandy Dunlap
2018-09-19f2fs: issue discard align to section in LFS modeYunlong Song
2018-09-19f2fs: Keep alloc_valid_block_count in syncDaniel Rosenberg
2018-09-19f2fs: do not set free of current sectionYunlong Song
2018-09-19f2fs: fix to active page in lru list for read pathChao Yu
2018-09-15f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu
2018-09-15f2fs: fix avoid race between truncate and background GCChao Yu
2018-09-15f2fs: avoid race between zero_range and background GCChao Yu
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-12treewide: Use array_size in f2fs_kvzalloc()Kees Cook
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Kees Cook
2018-06-12treewide: Use array_size() in f2fs_kmalloc()Kees Cook
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-05Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-04f2fs: fix to clear FI_VOLATILE_FILE correctlyChao Yu
2018-06-04f2fs: let sync node IO interrupt async oneChao Yu
2018-06-04f2fs: don't change wbc->sync_modeChao Yu
2018-06-04f2fs: fix to update mtime correctlyChao Yu
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-31fs: f2fs: insert space around that ':' and ', 'youngjun yoo
2018-05-31fs: f2fs: add missing blank lines after declarationsyoungjun yoo
2018-05-31fs: f2fs: changed variable type of offset "unsigned" to "loff_t"youngjun yoo
2018-05-31f2fs: clean up symbol namespaceChao Yu
2018-05-31f2fs: make set_de_type() staticChao Yu
2018-05-31f2fs: make __f2fs_write_data_pages() staticChao Yu
2018-05-31f2fs: fix to avoid accessing cross the boundaryChao Yu