summaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to account inline xattr correctly during recoveryChao Yu2020-12-081-2/+8
* f2fs: inline: fix wrong inline inode statJack Qiu2020-12-081-0/+2
* f2fs: inline: correct comment in f2fs_recover_inline_dataJack Qiu2020-12-081-1/+1
* f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()Yangtao Li2020-12-081-7/+0
* f2fs: convert to F2FS_*_INO macroYangtao Li2020-12-081-3/+3
* f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim2020-12-073-0/+6
* f2fs: don't allow any writes on readonly mountJaegeuk Kim2020-12-071-1/+2
* f2fs: avoid race condition for shrinker countJaegeuk Kim2020-12-036-24/+36
* f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILEDaeho Jeong2020-12-031-0/+185
* f2fs: add compress_mode mount optionDaeho Jeong2020-12-035-3/+56
* f2fs: Remove unnecessary unlikely()Yangtao Li2020-12-031-3/+1
* f2fs: init dirty_secmap incorrectlyJack Qiu2020-12-031-1/+1
* f2fs: remove buffer_head which has 32bits limitJaegeuk Kim2020-12-031-42/+34
* f2fs: fix wrong block count instead of bytesJaegeuk Kim2020-12-031-2/+2
* f2fs: use new conversion functions between blks and bytesJaegeuk Kim2020-12-031-25/+21
* f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim2020-12-031-20/+20
* f2fs: fix kbytes written stat for multi-device caseChao Yu2020-12-034-16/+27
* f2fs: compress: support chksumChao Yu2020-12-034-2/+49
* f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2020-12-032-26/+40
* f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-035-10/+10
* f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-036-33/+106
* fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-034-11/+1
* f2fs: Remove the redundancy initializationZhang Qilong2020-12-032-2/+2
* f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song2020-12-031-1/+0
* f2fs: fix double free of unicode mapHyeongseok Kim2020-12-031-0/+1
* f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu2020-12-031-33/+104
* f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu2020-12-031-6/+0
* f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong2020-12-031-0/+54
* f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlDaeho Jeong2020-11-031-0/+30
* f2fs: move ioctl interface definitions to separated fileChao Yu2020-11-022-79/+1
* f2fs: fix to seek incorrect data offset in inline data fileChao Yu2020-11-021-3/+8
* f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim2020-11-021-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-1720-469/+1592
|\ \
| * | f2fs: code cleanup by removing unnecessary checkChengguang Xu2020-10-141-3/+2
| * | f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles2020-10-141-0/+1
| * | f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong2020-10-141-1/+2
| * | f2fs: introduce check_swap_activate_fast()Chao Yu2020-10-141-0/+80
| * | f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier caseChao Yu2020-10-141-0/+3
| * | f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim2020-10-144-6/+12
| * | f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu2020-10-091-0/+3
| * | f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers2020-10-091-0/+7
| * | f2fs: fix memory alignment to support 32bitJaegeuk Kim2020-10-091-1/+1
| * | f2fs: fix slab leak of rpages pointerJaegeuk Kim2020-09-292-1/+3
| * | f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu2020-09-291-0/+2
| * | f2fs: compress: introduce cic/dic slab cacheChao Yu2020-09-293-7/+70
| * | f2fs: compress: introduce page array slab cacheChao Yu2020-09-293-31/+102
| * | f2fs: fix to do sanity check on segment/section countChao Yu2020-09-291-0/+6
| * | f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-09-291-0/+2