summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-03f2fs: Remove the redundancy initializationZhang Qilong2-2/+2
2020-12-03f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song1-1/+0
2020-12-03f2fs: fix double free of unicode mapHyeongseok Kim1-0/+1
2020-12-03f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu1-33/+104
2020-12-03f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu1-6/+0
2020-12-03f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong1-0/+54
2020-12-03fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-1/+1
2020-12-03f2fs: remove f2fs_dir_open()Eric Biggers1-8/+0
2020-12-02f2fs: remove a few bd_part checksChristoph Hellwig2-13/+1
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig2-5/+3
2020-12-02block: remove the nr_sects field in struct hd_structChristoph Hellwig1-1/+1
2020-12-02fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig1-9/+5
2020-11-25f2fs: prevent creating duplicate encrypted filenamesEric Biggers1-0/+2
2020-11-03f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlDaeho Jeong1-0/+30
2020-11-02f2fs: move ioctl interface definitions to separated fileChao Yu2-79/+1
2020-11-02f2fs: fix to seek incorrect data offset in inline data fileChao Yu1-3/+8
2020-11-02f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-17Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-469/+1592
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)1-2/+2
2020-10-14f2fs: code cleanup by removing unnecessary checkChengguang Xu1-3/+2
2020-10-14f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles1-0/+1
2020-10-14f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong1-1/+2
2020-10-14f2fs: introduce check_swap_activate_fast()Chao Yu1-0/+80
2020-10-14f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu1-0/+3
2020-10-14f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim4-6/+12
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds4-36/+17
2020-10-09f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu1-0/+3
2020-10-09f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers1-0/+7
2020-10-09f2fs: fix memory alignment to support 32bitJaegeuk Kim1-1/+1
2020-09-29f2fs: fix slab leak of rpages pointerJaegeuk Kim2-1/+3
2020-09-29f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu1-0/+2
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu3-7/+70
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu3-31/+102
2020-09-29f2fs: fix to do sanity check on segment/section countChao Yu1-0/+6
2020-09-29f2fs: fix to check segment boundary during SIT page readaheadChao Yu1-0/+2
2020-09-29f2fs: fix uninit-value in f2fs_lookupChao Yu1-5/+3