summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-03f2fs: fix kbytes written stat for multi-device caseChao Yu4-16/+27
2020-12-03f2fs: compress: support chksumChao Yu4-2/+49
2020-12-03f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2-26/+40
2020-12-03f2fs: change to use rwsem for cp_mutexSahitya Tummala5-10/+10
2020-12-03f2fs: Handle casefolding with EncryptionDaniel Rosenberg6-33/+106
2020-12-03fscrypt: Have filesystems handle their d_opsDaniel Rosenberg4-11/+1
2020-12-03f2fs: Remove the redundancy initializationZhang Qilong2-2/+2
2020-12-03f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song1-1/+0
2020-12-03f2fs: fix double free of unicode mapHyeongseok Kim1-0/+1
2020-12-03f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu1-33/+104
2020-12-03f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu1-6/+0
2020-12-03f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong1-0/+54
2020-11-03f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlDaeho Jeong1-0/+30
2020-11-02f2fs: move ioctl interface definitions to separated fileChao Yu2-79/+1
2020-11-02f2fs: fix to seek incorrect data offset in inline data fileChao Yu1-3/+8
2020-11-02f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-469/+1592
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)1-2/+2
2020-10-14f2fs: code cleanup by removing unnecessary checkChengguang Xu1-3/+2
2020-10-14f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles1-0/+1
2020-10-14f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong1-1/+2
2020-10-14f2fs: introduce check_swap_activate_fast()Chao Yu1-0/+80
2020-10-14f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu1-0/+3
2020-10-14f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim4-6/+12
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds4-36/+17
2020-10-09f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu1-0/+3
2020-10-09f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers1-0/+7
2020-10-09f2fs: fix memory alignment to support 32bitJaegeuk Kim1-1/+1
2020-09-29f2fs: fix slab leak of rpages pointerJaegeuk Kim2-1/+3
2020-09-29f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu1-0/+2
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu3-7/+70
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu3-31/+102
2020-09-29f2fs: fix to do sanity check on segment/section countChao Yu1-0/+6
2020-09-29f2fs: fix to check segment boundary during SIT page readaheadChao Yu1-0/+2
2020-09-29f2fs: fix uninit-value in f2fs_lookupChao Yu1-5/+3
2020-09-29f2fs: remove unneeded parameter in find_in_block()Chao Yu1-11/+6
2020-09-29f2fs: fix wrong total_sections check and fsmeta checkWang Xiaojun2-4/+5
2020-09-29f2fs: remove duplicated code in sanity_check_area_boundaryWang Xiaojun1-8/+4
2020-09-29f2fs: remove unused check on version_bitmapWang Xiaojun1-3/+0
2020-09-29f2fs: relocate blkzoned feature checkChao Yu1-12/+11
2020-09-29f2fs: do sanity check on zoned block device pathChao Yu1-0/+6
2020-09-29f2fs: add trace exit in exception pathZhang Qilong1-1/+5
2020-09-29f2fs: change return value of reserved_segments to unsigned intXiaojun Wang1-2/+2
2020-09-24fscrypt: don't call no-key names "ciphertext names"Eric Biggers1-1/+1
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers1-1/+1
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers2-9/+8
2020-09-22f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers3-25/+7
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-09-14f2fs: clean up kvfreeChao Yu10-28/+28