aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 21-361/+853
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-28/+10
2020-12-10f2fs: compress: fix compression chksumGravatar Chao Yu 2-2/+1
2020-12-10f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Gravatar Chao Yu 1-5/+4
2020-12-08f2fs: fix race of pending_pages in decompressionGravatar Daeho Jeong 3-13/+48
2020-12-08f2fs: fix to account inline xattr correctly during recoveryGravatar Chao Yu 1-2/+8
2020-12-08f2fs: inline: fix wrong inline inode statGravatar Jack Qiu 1-0/+2
2020-12-08f2fs: inline: correct comment in f2fs_recover_inline_dataGravatar Jack Qiu 1-1/+1
2020-12-08f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()Gravatar Yangtao Li 1-7/+0
2020-12-08f2fs: convert to F2FS_*_INO macroGravatar Yangtao Li 1-3/+3
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeGravatar Jaegeuk Kim 3-0/+6
2020-12-07f2fs: don't allow any writes on readonly mountGravatar Jaegeuk Kim 1-1/+2
2020-12-03f2fs: avoid race condition for shrinker countGravatar Jaegeuk Kim 6-24/+36
2020-12-03f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILEGravatar Daeho Jeong 1-0/+185
2020-12-03f2fs: add compress_mode mount optionGravatar Daeho Jeong 5-3/+56
2020-12-02f2fs: Remove unnecessary unlikely()Gravatar Yangtao Li 1-3/+1
2020-12-02f2fs: init dirty_secmap incorrectlyGravatar Jack Qiu 1-1/+1
2020-12-02f2fs: remove buffer_head which has 32bits limitGravatar Jaegeuk Kim 1-42/+34
2020-12-02f2fs: fix wrong block count instead of bytesGravatar Jaegeuk Kim 1-2/+2
2020-12-02f2fs: use new conversion functions between blks and bytesGravatar Jaegeuk Kim 1-25/+21
2020-12-02f2fs: rename logical_to_blk and blk_to_logicalGravatar Jaegeuk Kim 1-20/+20
2020-12-02f2fs: fix kbytes written stat for multi-device caseGravatar Chao Yu 4-16/+27
2020-12-02f2fs: compress: support chksumGravatar Chao Yu 4-2/+49
2020-12-02f2fs: fix to avoid REQ_TIME and CP_TIME collisionGravatar Chao Yu 2-26/+40
2020-12-02f2fs: change to use rwsem for cp_mutexGravatar Sahitya Tummala 5-10/+10
2020-12-02f2fs: Handle casefolding with EncryptionGravatar Daniel Rosenberg 6-33/+106
2020-12-02fscrypt: Have filesystems handle their d_opsGravatar Daniel Rosenberg 4-11/+1
2020-12-02f2fs: Remove the redundancy initializationGravatar Zhang Qilong 2-2/+2
2020-12-02f2fs: remove writeback_inodes_sb in f2fs_remountGravatar Liu Song 1-1/+0
2020-12-02f2fs: fix double free of unicode mapGravatar Hyeongseok Kim 1-0/+1
2020-12-02f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEGravatar Chao Yu 1-33/+104
2020-12-02f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Gravatar Chao Yu 1-6/+0
2020-12-02f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlGravatar Daeho Jeong 1-0/+54
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Gravatar Eric Biggers 1-1/+1
2020-12-02f2fs: remove f2fs_dir_open()Gravatar Eric Biggers 1-8/+0
2020-12-01f2fs: remove a few bd_part checksGravatar Christoph Hellwig 2-13/+1
2020-12-01block: switch partition lookup to use struct block_deviceGravatar Christoph Hellwig 2-5/+3
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-12-01fs: simplify freeze_bdev/thaw_bdevGravatar Christoph Hellwig 1-9/+5
2020-11-24f2fs: prevent creating duplicate encrypted filenamesGravatar Eric Biggers 1-0/+2
2020-11-02f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlGravatar Daeho Jeong 1-0/+30
2020-11-02f2fs: move ioctl interface definitions to separated fileGravatar Chao Yu 2-79/+1
2020-11-02f2fs: fix to seek incorrect data offset in inline data fileGravatar Chao Yu 1-3/+8
2020-11-02f2fs: call f2fs_get_meta_page_retry for nat pageGravatar Jaegeuk Kim 1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 20-469/+1592
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlGravatar Matthew Wilcox (Oracle) 1-2/+2
2020-10-14f2fs: code cleanup by removing unnecessary checkGravatar Chengguang Xu 1-3/+2
2020-10-14f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoGravatar Jamie Iles 1-0/+1
2020-10-13f2fs: fix writecount false positive in releasing compress blocksGravatar Daeho Jeong 1-1/+2