summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-1721-361/+853
|\
| * f2fs: compress: fix compression chksumChao Yu2020-12-102-2/+1
| * f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu2020-12-101-5/+4
| * f2fs: fix race of pending_pages in decompressionDaeho Jeong2020-12-083-13/+48
| * 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-021-3/+1
| * f2fs: init dirty_secmap incorrectlyJack Qiu2020-12-021-1/+1
| * f2fs: remove buffer_head which has 32bits limitJaegeuk Kim2020-12-021-42/+34
| * f2fs: fix wrong block count instead of bytesJaegeuk Kim2020-12-021-2/+2
| * f2fs: use new conversion functions between blks and bytesJaegeuk Kim2020-12-021-25/+21
| * f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim2020-12-021-20/+20
| * f2fs: fix kbytes written stat for multi-device caseChao Yu2020-12-024-16/+27
| * f2fs: compress: support chksumChao Yu2020-12-024-2/+49
| * f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2020-12-022-26/+40
| * f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-025-10/+10
| * f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-026-33/+106
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-024-11/+1
| * f2fs: Remove the redundancy initializationZhang Qilong2020-12-022-2/+2
| * f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song2020-12-021-1/+0
| * f2fs: fix double free of unicode mapHyeongseok Kim2020-12-021-0/+1
| * f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu2020-12-021-33/+104
| * f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu2020-12-021-6/+0
| * f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong2020-12-021-0/+54
| * f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlDaeho Jeong2020-11-021-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 tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-165-28/+10
|\ \
| * | f2fs: remove a few bd_part checksChristoph Hellwig2020-12-012-13/+1
| * | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-012-5/+3
| * | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-1/+1
| * | fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-9/+5
| |/
* | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-021-1/+1
* | f2fs: remove f2fs_dir_open()Eric Biggers2020-12-021-8/+0
* | f2fs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-0/+2
|/
* 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-1620-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-131-1/+2