summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-01f2fs: switch to ->free_inode()Al Viro
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkEric Biggers
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2019-03-15Merge tag 'f2fs-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2019-03-14f2fs: set pin_file under CAP_SYS_ADMINJaegeuk Kim
2019-03-12f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu
2019-03-12f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu
2019-03-12f2fs: fix to do sanity check with inode.i_inline_xattr_sizeChao Yu
2019-03-12f2fs: give some messages for inline_xattr_sizeJaegeuk Kim
2019-03-12f2fs: don't trigger read IO for beyond EOF pageChao Yu
2019-03-12f2fs: fix to add refcount once page is tagged PG_privateChao Yu
2019-03-12f2fs: remove wrong comment in f2fs_invalidate_page()Chao Yu
2019-03-12f2fs: fix to use kvfree instead of kzfreeChao Yu
2019-03-12f2fs: trace f2fs_ioc_shutdownChao Yu
2019-03-12f2fs: fix to avoid deadlock of atomic file operationsChao Yu
2019-03-12f2fs: fix to dirty inode for i_mode recoveryChao Yu
2019-03-12f2fs: give random value to i_generationJaegeuk Kim
2019-03-12f2fs: no need to take page lock in readdirGao Xiang
2019-03-12f2fs: fix to update iostat correctly in IPU pathChao Yu
2019-03-12f2fs: fix encrypted page memory leakChao Yu
2019-03-12f2fs: make fault injection covering __submit_flush_wait()Chao Yu
2019-03-12f2fs: fix to retry fill_super only if recovery failedChao Yu
2019-03-12f2fs: silence VM_WARN_ON_ONCE in mempool_allocGao Xiang
2019-03-12f2fs: fix wrong #endifJaegeuk Kim
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-05f2fs: don't clear CP_QUOTA_NEED_FSCK_FLAGJaegeuk Kim
2019-03-05f2fs: don't allow negative ->write_io_size_bitsChao Yu
2019-03-05f2fs: fix to check inline_xattr_size boundary correctlyChao Yu
2019-03-05f2fs: do not use mutex lock in atomic contextSahitya Tummala
2019-03-05f2fs: fix potential data inconsistence of checkpointChao Yu
2019-03-05f2fs: jump to label 'free_node_inode' when failing from d_make_root()Chengguang Xu
2019-03-05f2fs: fix to data block override node segment by mistakezhengliang
2019-02-15f2fs: use xattr_prefix to wrap upGao Xiang
2019-02-15f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim
2019-02-15f2fs: flush quota blocks after turnning it offJaegeuk Kim
2019-02-15f2fs: avoid null pointer exception in dcc_infoJaegeuk Kim
2019-02-15f2fs: don't wake up too frequently, if there is lots of IOsJaegeuk Kim
2019-02-15f2fs: try to keep CP_TRIMMED_FLAG after successful umountJaegeuk Kim
2019-02-15f2fs: add quick mode of checkpoint=disable for QAJaegeuk Kim
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei