summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2021-09-18f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim
2021-09-18f2fs: deallocate compressed pages when error happensJaegeuk Kim
2021-09-18f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu
2021-09-18f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu
2021-09-18f2fs: fix to account missing .skipped_gc_rwsemChao Yu
2021-09-18f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li
2021-09-18f2fs: quota: fix potential deadlockChao Yu
2021-09-18f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu
2021-09-15f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim
2021-09-08f2fs: report correct st_size for encrypted symlinksEric Biggers
2021-07-25f2fs: Show casefolding support only when supportedDaniel Rosenberg
2021-07-20f2fs: compress: fix to disallow temp extensionChao Yu
2021-07-20f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu
2021-07-20f2fs: atgc: fix to set default age thresholdChao Yu
2021-07-19f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu
2021-07-14f2fs: Prevent swap file in LFS modeShin'ichiro Kawasaki
2021-05-19f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu
2021-05-19f2fs: compress: fix race condition of overwrite vs truncateChao Yu
2021-05-19f2fs: compress: fix to free compress page correctlyChao Yu
2021-05-19f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu
2021-05-19f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu
2021-05-19f2fs: Fix a hungtask problem in atomic writeYi Zhuang
2021-05-19f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu
2021-05-19f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu
2021-05-19f2fs: fix to update last i_size if fallocate partially succeedsChao Yu
2021-05-19f2fs: fix to align to section for fallocate() on pinned fileChao Yu
2021-05-19f2fs: fix a redundant call to f2fs_balance_fs if an error occursColin Ian King
2021-05-19f2fs: fix panic during f2fs_resize_fs()Chao Yu
2021-05-19f2fs: fix to allow migrating fully valid segmentChao Yu
2021-05-19f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu
2021-05-19f2fs: move ioctl interface definitions to separated fileChao Yu
2021-05-11f2fs: fix to avoid out-of-bounds memory accessChao Yu
2021-05-11f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers
2021-03-07f2fs: fix to set/clear I_LINKABLE under i_lockChao Yu
2021-03-07f2fs: handle unallocated section and zone on pinned/atgcJaegeuk Kim
2021-03-04f2fs: flush data when enabling checkpoint backJaegeuk Kim
2021-03-04f2fs: enforce the immutable flag on open filesChao Yu
2021-03-04f2fs: fix out-of-repair __setattr_copy()Chao Yu
2021-03-04f2fs: fix a wrong condition in __submit_bioDehe Gu
2021-03-04f2fs: fix to avoid inconsistent quota dataYi Chen
2021-03-04f2fs: compress: fix potential deadlockChao Yu
2021-01-06f2fs: fix race of pending_pages in decompressionDaeho Jeong
2021-01-06f2fs: avoid race condition for shrinker countJaegeuk Kim
2021-01-06f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu
2020-12-30f2fs: fix double free of unicode mapHyeongseok Kim
2020-12-30f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim
2020-12-26f2fs: prevent creating duplicate encrypted filenamesEric Biggers
2020-12-26f2fs: init dirty_secmap incorrectlyJack Qiu
2020-12-26f2fs: fix to seek incorrect data offset in inline data fileChao Yu
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds