aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Gravatar Eric Biggers 1-1/+1
2020-12-02f2fs: remove f2fs_dir_open()Gravatar Eric Biggers 1-8/+0
2020-11-24f2fs: prevent creating duplicate encrypted filenamesGravatar Eric Biggers 1-0/+2
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 20-469/+1592
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlGravatar Matthew Wilcox (Oracle) 1-2/+2
2020-10-14f2fs: code cleanup by removing unnecessary checkGravatar Chengguang Xu 1-3/+2
2020-10-14f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoGravatar Jamie Iles 1-0/+1
2020-10-13f2fs: fix writecount false positive in releasing compress blocksGravatar Daeho Jeong 1-1/+2
2020-10-13f2fs: introduce check_swap_activate_fast()Gravatar Chao Yu 1-0/+80
2020-10-13f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseGravatar Chao Yu 1-0/+3
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailGravatar Jaegeuk Kim 4-6/+12
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 4-36/+17
2020-10-09f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeGravatar Chao Yu 1-0/+3
2020-10-08f2fs: reject CASEFOLD inode flag without casefold featureGravatar Eric Biggers 1-0/+7
2020-10-08f2fs: fix memory alignment to support 32bitGravatar Jaegeuk Kim 1-1/+1
2020-09-29f2fs: fix slab leak of rpages pointerGravatar Jaegeuk Kim 2-1/+3
2020-09-29f2fs: compress: fix to disallow enabling compress on non-empty fileGravatar Chao Yu 1-0/+2
2020-09-29f2fs: compress: introduce cic/dic slab cacheGravatar Chao Yu 3-7/+70
2020-09-29f2fs: compress: introduce page array slab cacheGravatar Chao Yu 3-31/+102
2020-09-29f2fs: fix to do sanity check on segment/section countGravatar Chao Yu 1-0/+6
2020-09-29f2fs: fix to check segment boundary during SIT page readaheadGravatar Chao Yu 1-0/+2
2020-09-29f2fs: fix uninit-value in f2fs_lookupGravatar Chao Yu 1-5/+3
2020-09-29f2fs: remove unneeded parameter in find_in_block()Gravatar Chao Yu 1-11/+6
2020-09-29f2fs: fix wrong total_sections check and fsmeta checkGravatar Wang Xiaojun 2-4/+5
2020-09-29f2fs: remove duplicated code in sanity_check_area_boundaryGravatar Wang Xiaojun 1-8/+4
2020-09-29f2fs: remove unused check on version_bitmapGravatar Wang Xiaojun 1-3/+0
2020-09-29f2fs: relocate blkzoned feature checkGravatar Chao Yu 1-12/+11
2020-09-29f2fs: do sanity check on zoned block device pathGravatar Chao Yu 1-0/+6
2020-09-29f2fs: add trace exit in exception pathGravatar Zhang Qilong 1-1/+5
2020-09-29f2fs: change return value of reserved_segments to unsigned intGravatar Xiaojun Wang 1-2/+2
2020-09-23fscrypt: don't call no-key names "ciphertext names"Gravatar Eric Biggers 1-1/+1
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Gravatar Eric Biggers 1-1/+1
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayGravatar Eric Biggers 2-9/+8
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Gravatar Eric Biggers 3-25/+7
2020-09-18[PATCH] reduce boilerplate in fsid handlingGravatar Al Viro 1-2/+1
2020-09-14f2fs: clean up kvfreeGravatar Chao Yu 10-28/+28
2020-09-11f2fs: change virtual mapping way for compression pagesGravatar Daeho Jeong 1-10/+26
2020-09-11f2fs: change return value of f2fs_disable_compressed_file to boolGravatar Daeho Jeong 3-14/+9
2020-09-11f2fs: change i_compr_blocks of inode to atomic valueGravatar Daeho Jeong 4-21/+30
2020-09-11f2fs: ignore compress mount option on image w/o compression featureGravatar Chao Yu 1-6/+6
2020-09-11f2fs: allocate proper size memory for zstd decompressGravatar Chao Yu 2-4/+5
2020-09-11f2fs: change compr_blocks of superblock info to 64bitGravatar Daeho Jeong 2-7/+8
2020-09-11f2fs: add block address limit check to compressed fileGravatar Daeho Jeong 1-8/+9
2020-09-11f2fs: check position in move range ioctlGravatar Dan Robertson 1-0/+3
2020-09-11f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IOGravatar Jack Qiu 1-0/+6
2020-09-11f2fs: Simplify SEEK_DATA implementationGravatar Matthew Wilcox (Oracle) 1-27/+8
2020-09-11f2fs: support age threshold based garbage collectionGravatar Chao Yu 10-60/+623
2020-09-10f2fs: Use generic casefolding supportGravatar Daniel Rosenberg 4-88/+20
2020-09-10f2fs: compress: use more readable atomic_t type for {cic,dic}.refGravatar Chao Yu 3-10/+10