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: 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-12f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-05-12f2fs: 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-03-04f2fs: fix null page reference in redirty_blocksDaeho Jeong1-2/+4
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-361/+853
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds5-28/+10
2020-12-10f2fs: compress: fix compression chksumChao Yu2-2/+1
2020-12-10f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu1-5/+4
2020-12-09f2fs: fix race of pending_pages in decompressionDaeho Jeong3-13/+48
2020-12-09f2fs: fix to account inline xattr correctly during recoveryChao Yu1-2/+8
2020-12-09f2fs: inline: fix wrong inline inode statJack Qiu1-0/+2
2020-12-09f2fs: inline: correct comment in f2fs_recover_inline_dataJack Qiu1-1/+1
2020-12-09f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()Yangtao Li1-7/+0
2020-12-09f2fs: convert to F2FS_*_INO macroYangtao Li1-3/+3
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim3-0/+6
2020-12-07f2fs: don't allow any writes on readonly mountJaegeuk Kim1-1/+2
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim6-24/+36
2020-12-03f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILEDaeho Jeong1-0/+185
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong5-3/+56
2020-12-03f2fs: Remove unnecessary unlikely()Yangtao Li1-3/+1
2020-12-03f2fs: init dirty_secmap incorrectlyJack Qiu1-1/+1
2020-12-03f2fs: remove buffer_head which has 32bits limitJaegeuk Kim1-42/+34
2020-12-03f2fs: fix wrong block count instead of bytesJaegeuk Kim1-2/+2
2020-12-03f2fs: use new conversion functions between blks and bytesJaegeuk Kim1-25/+21
2020-12-03f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim1-20/+20
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