summaryrefslogtreecommitdiff
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: compress: fix to disallow temp extensionChao Yu2021-07-201-4/+12
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-07-201-0/+1
* f2fs: atgc: fix to set default age thresholdChao Yu2021-07-201-0/+1
* f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu2021-07-193-10/+23
* f2fs: Prevent swap file in LFS modeShin'ichiro Kawasaki2021-07-141-0/+6
* f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu2021-05-193-12/+13
* f2fs: compress: fix race condition of overwrite vs truncateChao Yu2021-05-191-23/+12
* f2fs: compress: fix to free compress page correctlyChao Yu2021-05-191-1/+2
* f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu2021-05-191-6/+0
* f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu2021-05-191-3/+3
* f2fs: Fix a hungtask problem in atomic writeYi Zhuang2021-05-191-13/+17
* f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu2021-05-191-0/+4
* f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu2021-05-194-24/+55
* f2fs: fix to update last i_size if fallocate partially succeedsChao Yu2021-05-191-11/+11
* f2fs: fix to align to section for fallocate() on pinned fileChao Yu2021-05-193-19/+36
* f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King2021-05-191-1/+2
* f2fs: fix panic during f2fs_resize_fs()Chao Yu2021-05-191-0/+13
* f2fs: fix to allow migrating fully valid segmentChao Yu2021-05-195-16/+20
* f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu2021-05-191-33/+104
* f2fs: move ioctl interface definitions to separated fileChao Yu2021-05-192-79/+1
* f2fs: fix to avoid out-of-bounds memory accessChao Yu2021-05-111-0/+3
* f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers2021-05-111-21/+54
* 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