summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu
2018-05-30f2fs: fix to clear CP_TRIMMED_FLAGChao Yu
2018-05-30f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu
2018-05-30f2fs: flush cp pack except cp pack 2 page at firstGao Xiang
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-19f2fs: fix heap mode to reset it backYunlong Song
2018-02-04Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds
2018-01-30Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-25f2fs: support inode creation timeChao Yu
2018-01-25f2fs: rebuild sit page from sit info in memYunlei He
2018-01-25f2fs: stop issuing discard if fs is readonlyChao Yu
2018-01-25f2fs: clean up duplicated assignment in init_discard_policyChao Yu
2018-01-25f2fs: use GFP_F2FS_ZERO for cleanupChao Yu
2018-01-22f2fs: allow to recover node blocks given updated checkpointJaegeuk Kim
2018-01-22f2fs: recover some i_inline flagsJaegeuk Kim
2018-01-22f2fs: correct removexattr behavior for null valued extended attributeDaeho Jeong
2018-01-22f2fs: drop page cache after fs shutdownChao Yu
2018-01-22f2fs: stop gc/discard thread after fs shutdownChao Yu
2018-01-22f2fs: hanlde error case in f2fs_ioc_shutdownChao Yu
2018-01-22f2fs: split need_inplace_updateChao Yu
2018-01-22f2fs: fix to update last_disk_size correctlyChao Yu
2018-01-22f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu
2018-01-22f2fs: clean up error path of fill_superChao Yu
2018-01-22f2fs: avoid hungtask when GC encrypted block if io_bits is setSheng Yong
2018-01-22f2fs: allow quota to use reserved blocksJaegeuk Kim
2018-01-22f2fs: fix to drop all inmem pages correctlyChao Yu
2018-01-22f2fs: speed up defragment on sparse fileChao Yu
2018-01-22f2fs: support F2FS_IOC_PRECACHE_EXTENTSChao Yu
2018-01-22f2fs: add an ioctl to disable GC for specific fileJaegeuk Kim
2018-01-18f2fs: prevent newly created inode from being dirtied incorrectlyDaeho Jeong
2018-01-18f2fs: support FIEMAP_FLAG_XATTRChao Yu
2018-01-18f2fs: fix to cover f2fs_inline_data_fiemap with inode_lockChao Yu
2018-01-18f2fs: check node page again in write end ioYunlei He
2018-01-18f2fs: fix to caclulate required free section correctlyChao Yu
2018-01-18f2fs: handle newly created page when revoking inmem pagesDaeho Jeong
2018-01-16f2fs: add resgid and resuid to reserve root blocksJaegeuk Kim
2018-01-16f2fs: implement cgroup writeback supportYufen Yu
2018-01-16f2fs: remove unused pend_list_tagChao Yu
2018-01-16f2fs: avoid high cpu usage in discard threadChao Yu
2018-01-16f2fs: make local functions staticWei Yongjun
2018-01-16f2fs: add reserved blocks for root userJaegeuk Kim
2018-01-16f2fs: check segment type in __f2fs_replace_blockYunlong Song
2018-01-16f2fs: update inode info to inode page for new fileYunlei He
2018-01-16f2fs: show precise # of blocks that user/root can useJaegeuk Kim
2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers
2018-01-11f2fs: switch to fscrypt_get_symlink()Eric Biggers
2018-01-11f2fs: switch to fscrypt ->symlink() helper functionsEric Biggers
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2018-01-03f2fs: clean up unneeded declarationChao Yu