summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu2021-03-071-0/+8
* f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim2021-03-071-2/+2
* f2fs: flush data when enabling checkpoint backJaegeuk Kim2021-03-041-0/+3
* f2fs: enforce the immutable flag on open filesChao Yu2021-03-041-0/+17
* f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-041-1/+2
* f2fs: fix a wrong condition in __submit_bioDehe Gu2021-03-041-1/+1
* f2fs: fix to avoid inconsistent quota dataYi Chen2021-03-042-0/+8
* f2fs: compress: fix potential deadlockChao Yu2021-03-043-6/+11
* f2fs: fix race of pending_pages in decompressionDaeho Jeong2021-01-063-13/+48
* f2fs: avoid race condition for shrinker countJaegeuk Kim2021-01-066-24/+36
* f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu2021-01-061-5/+4
* f2fs: fix double free of unicode mapHyeongseok Kim2020-12-301-0/+1
* f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim2020-12-301-1/+1
* f2fs: prevent creating duplicate encrypted filenamesEric Biggers2020-12-261-0/+2
* f2fs: init dirty_secmap incorrectlyJack Qiu2020-12-261-1/+1
* f2fs: fix to seek incorrect data offset in inline data fileChao Yu2020-12-261-3/+8
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-1620-469/+1592
|\ \
| * | f2fs: code cleanup by removing unnecessary checkChengguang Xu2020-10-141-3/+2
| * | f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles2020-10-141-0/+1
| * | f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong2020-10-131-1/+2
| * | f2fs: introduce check_swap_activate_fast()Chao Yu2020-10-131-0/+80
| * | f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu2020-10-131-0/+3
| * | f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim2020-10-134-6/+12
| * | f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu2020-10-091-0/+3
| * | f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers2020-10-081-0/+7
| * | f2fs: fix memory alignment to support 32bitJaegeuk Kim2020-10-081-1/+1
| * | f2fs: fix slab leak of rpages pointerJaegeuk Kim2020-09-292-1/+3
| * | f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu2020-09-291-0/+2
| * | f2fs: compress: introduce cic/dic slab cacheChao Yu2020-09-293-7/+70
| * | f2fs: compress: introduce page array slab cacheChao Yu2020-09-293-31/+102
| * | f2fs: fix to do sanity check on segment/section countChao Yu2020-09-291-0/+6
| * | f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-09-291-0/+2
| * | f2fs: fix uninit-value in f2fs_lookupChao Yu2020-09-291-5/+3
| * | f2fs: remove unneeded parameter in find_in_block()Chao Yu2020-09-291-11/+6
| * | f2fs: fix wrong total_sections check and fsmeta checkWang Xiaojun2020-09-292-4/+5
| * | f2fs: remove duplicated code in sanity_check_area_boundaryWang Xiaojun2020-09-291-8/+4
| * | f2fs: remove unused check on version_bitmapWang Xiaojun2020-09-291-3/+0
| * | f2fs: relocate blkzoned feature checkChao Yu2020-09-291-12/+11
| * | f2fs: do sanity check on zoned block device pathChao Yu2020-09-291-0/+6
| * | f2fs: add trace exit in exception pathZhang Qilong2020-09-291-1/+5
| * | f2fs: change return value of reserved_segments to unsigned intXiaojun Wang2020-09-291-2/+2
| * | f2fs: clean up kvfreeChao Yu2020-09-1410-28/+28
| * | f2fs: change virtual mapping way for compression pagesDaeho Jeong2020-09-111-10/+26
| * | f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong2020-09-113-14/+9
| * | f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong2020-09-114-21/+30
| * | f2fs: ignore compress mount option on image w/o compression featureChao Yu2020-09-111-6/+6
| * | f2fs: allocate proper size memory for zstd decompressChao Yu2020-09-112-4/+5
| * | f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong2020-09-112-7/+8