summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
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-03-04f2fs: fix null page reference in redirty_blocksDaeho Jeong
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-10f2fs: compress: fix compression chksumChao Yu
2020-12-10f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu
2020-12-08f2fs: fix race of pending_pages in decompressionDaeho Jeong
2020-12-08f2fs: fix to account inline xattr correctly during recoveryChao Yu
2020-12-08f2fs: inline: fix wrong inline inode statJack Qiu
2020-12-08f2fs: inline: correct comment in f2fs_recover_inline_dataJack Qiu
2020-12-08f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()Yangtao Li
2020-12-08f2fs: convert to F2FS_*_INO macroYangtao Li
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim
2020-12-07f2fs: don't allow any writes on readonly mountJaegeuk Kim
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim
2020-12-03f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILEDaeho Jeong
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong
2020-12-02f2fs: Remove unnecessary unlikely()Yangtao Li
2020-12-02f2fs: init dirty_secmap incorrectlyJack Qiu
2020-12-02f2fs: remove buffer_head which has 32bits limitJaegeuk Kim
2020-12-02f2fs: fix wrong block count instead of bytesJaegeuk Kim
2020-12-02f2fs: use new conversion functions between blks and bytesJaegeuk Kim
2020-12-02f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim
2020-12-02f2fs: fix kbytes written stat for multi-device caseChao Yu
2020-12-02f2fs: compress: support chksumChao Yu
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala
2020-12-02f2fs: Handle casefolding with EncryptionDaniel Rosenberg
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg
2020-12-02f2fs: Remove the redundancy initializationZhang Qilong
2020-12-02f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song
2020-12-02f2fs: fix double free of unicode mapHyeongseok Kim
2020-12-02f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu
2020-12-02f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu
2020-12-02f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers
2020-12-02f2fs: remove f2fs_dir_open()Eric Biggers
2020-12-01f2fs: remove a few bd_part checksChristoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig
2020-11-24f2fs: prevent creating duplicate encrypted filenamesEric Biggers
2020-11-02f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlDaeho Jeong