aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-14Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 16-299/+623
2019-05-09f2fs: fix to avoid accessing xattr across the boundaryGravatar Randall Huang 2-9/+29
2019-05-08f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateGravatar Chao Yu 3-1/+14
2019-05-08f2fs: add tracepoint for f2fs_filemap_fault()Gravatar Chao Yu 1-0/+2
2019-05-08f2fs: introduce DATA_GENERIC_ENHANCEGravatar Chao Yu 10-51/+134
2019-05-08f2fs: fix to handle error in f2fs_disable_checkpoint()Gravatar Chao Yu 1-1/+4
2019-05-08f2fs: remove redundant check in f2fs_file_write_iter()Gravatar Chengguang Xu 1-13/+9
2019-05-08f2fs: fix to be aware of readonly device in write_checkpoint()Gravatar Chao Yu 1-4/+3
2019-05-08f2fs: fix to skip recovery on readonly deviceGravatar Chao Yu 2-4/+17
2019-05-08f2fs: fix to consider multiple device for readonly checkGravatar Chao Yu 2-1/+15
2019-05-08f2fs: relocate chksum_offset for large_nat_bitmap featureGravatar Chao Yu 2-1/+16
2019-05-08f2fs: allow unfixed f2fs_checkpoint.checksum_offsetGravatar Chao Yu 1-6/+21
2019-05-08f2fs: Replace spaces with tabGravatar Youngjun Yoo 1-1/+1
2019-05-08f2fs: insert space before the open parenthesis '('Gravatar Youngjun Yoo 1-1/+1
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeGravatar Chao Yu 5-11/+19
2019-05-08f2fs: introduce f2fs_read_single_page() for cleanupGravatar Chao Yu 1-96/+118
2019-05-08f2fs: mark is_extension_exist() inlineGravatar Park Ju Hyung 1-1/+1
2019-05-08f2fs: fix to set FI_UPDATE_WRITE correctlyGravatar Chao Yu 1-1/+2
2019-05-08f2fs: fix to avoid panic in f2fs_inplace_write_data()Gravatar Chao Yu 1-2/+7
2019-05-08f2fs: fix to do sanity check on valid block count of segmentGravatar Chao Yu 1-2/+1
2019-05-08f2fs: fix to do sanity check on valid node/block countGravatar Chao Yu 1-1/+20
2019-05-08f2fs: fix to avoid panic in do_recover_data()Gravatar Chao Yu 1-1/+9
2019-05-08f2fs: fix to do sanity check on free nidGravatar Chao Yu 1-0/+3
2019-05-08f2fs: fix to do checksum even if inode page is uptodateGravatar Chao Yu 2-5/+6
2019-05-08f2fs: fix to avoid panic in f2fs_remove_inode_page()Gravatar Chao Yu 1-2/+8
2019-05-08f2fs: fix to clear dirty inode in error path of f2fs_iget()Gravatar Chao Yu 1-0/+1
2019-05-08f2fs: remove new blank line of f2fs kernel messageGravatar Chao Yu 2-6/+6
2019-05-08f2fs: fix wrong __is_meta_io() macroGravatar Chao Yu 3-6/+6
2019-05-08f2fs: fix to avoid panic in dec_valid_node_count()Gravatar Chao Yu 1-3/+11
2019-05-08f2fs: fix to avoid panic in dec_valid_block_count()Gravatar Chao Yu 1-2/+10
2019-05-08f2fs: fix to use inline space only if inline_xattr is enableGravatar Chao Yu 1-1/+3
2019-05-08f2fs: fix to retrieve inline xattr spaceGravatar Chao Yu 1-0/+17
2019-05-08f2fs: fix error path of recoveryGravatar Chao Yu 1-4/+11
2019-05-08f2fs: fix to avoid deadloop in foreground GCGravatar Chao Yu 1-0/+1
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 2-7/+11
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+3
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-8/+2
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2019-05-01f2fs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-30block: remove the i argument to bio_for_each_segment_allGravatar Christoph Hellwig 1-6/+3
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-04-17fscrypt: cache decrypted symlink target in ->i_linkGravatar Eric Biggers 1-0/+3
2019-04-17fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextGravatar Eric Biggers 1-7/+10
2019-04-16f2fs: data: fix warning Using plain integer as NULL pointerGravatar Hariprasad Kelam 1-1/+1
2019-04-16f2fs: add tracepoint for f2fs_file_write_iter()Gravatar Chao Yu 1-9/+19
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2019-04-05f2fs: add comment for conditional compilation statementGravatar Chao Yu 1-1/+1