summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2020-11-02f2fs: move ioctl interface definitions to separated fileChao Yu
2020-11-02f2fs: fix to seek incorrect data offset in inline data fileChao Yu
2020-11-02f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)
2020-10-14f2fs: code cleanup by removing unnecessary checkChengguang Xu
2020-10-14f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles
2020-10-13f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong
2020-10-13f2fs: introduce check_swap_activate_fast()Chao Yu
2020-10-13f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu
2020-10-13f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-10-09f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu
2020-10-08f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers
2020-10-08f2fs: fix memory alignment to support 32bitJaegeuk Kim
2020-09-29f2fs: fix slab leak of rpages pointerJaegeuk Kim
2020-09-29f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu
2020-09-29f2fs: fix to do sanity check on segment/section countChao Yu