summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2021-05-19f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu3-12/+13
2021-05-19f2fs: compress: fix race condition of overwrite vs truncateChao Yu1-23/+12
2021-05-19f2fs: compress: fix to free compress page correctlyChao Yu1-1/+2
2021-05-19f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu1-6/+0
2021-05-19f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu1-3/+3
2021-05-19f2fs: Fix a hungtask problem in atomic writeYi Zhuang1-13/+17
2021-05-19f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu1-0/+4
2021-05-19f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu4-24/+55
2021-05-19f2fs: fix to update last i_size if fallocate partially succeedsChao Yu1-11/+11
2021-05-19f2fs: fix to align to section for fallocate() on pinned fileChao Yu3-19/+36
2021-05-19f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King1-1/+2
2021-05-19f2fs: fix panic during f2fs_resize_fs()Chao Yu1-0/+13
2021-05-19f2fs: fix to allow migrating fully valid segmentChao Yu5-16/+20
2021-05-19f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu1-33/+104
2021-05-19f2fs: move ioctl interface definitions to separated fileChao Yu2-79/+1
2021-05-11f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-05-11f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers1-21/+54
2021-03-07f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu1-0/+8
2021-03-07f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim1-2/+2
2021-03-04f2fs: flush data when enabling checkpoint backJaegeuk Kim1-0/+3
2021-03-04f2fs: enforce the immutable flag on open filesChao Yu1-0/+17
2021-03-04f2fs: fix out-of-repair __setattr_copy()Chao Yu1-1/+2
2021-03-04f2fs: fix a wrong condition in __submit_bioDehe Gu1-1/+1
2021-03-04f2fs: fix to avoid inconsistent quota dataYi Chen2-0/+8
2021-03-04f2fs: compress: fix potential deadlockChao Yu3-6/+11
2021-01-06f2fs: fix race of pending_pages in decompressionDaeho Jeong3-13/+48
2021-01-06f2fs: avoid race condition for shrinker countJaegeuk Kim6-24/+36
2021-01-06f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu1-5/+4
2020-12-30f2fs: fix double free of unicode mapHyeongseok Kim1-0/+1
2020-12-30f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-12-26f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-12-26f2fs: init dirty_secmap incorrectlyJack Qiu1-1/+1
2020-12-26f2fs: fix to seek incorrect data offset in inline data fileChao Yu1-3/+8
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