summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-26/+42
|\
| * f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu2020-12-101-5/+4
| * 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: add compress_mode mount optionDaeho Jeong2020-12-031-0/+23
| * f2fs: fix kbytes written stat for multi-device caseChao Yu2020-12-021-4/+1
| * f2fs: compress: support chksumChao Yu2020-12-021-0/+9
| * f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-021-1/+1
| * f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-021-6/+0
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-1/+0
| * 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
* | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-4/+2
* | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-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-161-47/+121
|\ \
| * | f2fs: compress: introduce cic/dic slab cacheChao Yu2020-09-291-0/+6
| * | f2fs: compress: introduce page array slab cacheChao Yu2020-09-291-1/+7
| * | f2fs: fix to do sanity check on segment/section countChao Yu2020-09-291-0/+6
| * | f2fs: fix wrong total_sections check and fsmeta checkWang Xiaojun2020-09-291-4/+4
| * | f2fs: remove duplicated code in sanity_check_area_boundaryWang Xiaojun2020-09-291-8/+4
| * | f2fs: relocate blkzoned feature checkChao Yu2020-09-291-12/+11
| * | f2fs: do sanity check on zoned block device pathChao Yu2020-09-291-0/+6
| * | f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong2020-09-111-0/+1
| * | f2fs: ignore compress mount option on image w/o compression featureChao Yu2020-09-111-6/+6
| * | f2fs: support age threshold based garbage collectionChao Yu2020-09-111-1/+25
| * | f2fs: Use generic casefolding supportDaniel Rosenberg2020-09-101-5/+5
| * | f2fs: introduce inmem cursegChao Yu2020-09-101-4/+5
| * | f2fs: support zone capacity less than zone sizeAravind Ramesh2020-09-101-6/+35
| |/
* | fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers2020-09-221-1/+1
* | fscrypt: handle test_dummy_encryption in more logical wayEric Biggers2020-09-221-8/+7
|/
* Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-101-26/+42
|\
| * f2fs: compress: disable compression mount option if compression is offChao Yu2020-08-031-1/+14
| * f2fs: fix use-after-free issueLi Guifu2020-07-231-2/+3
| * f2fs: avoid readahead race conditionJaegeuk Kim2020-07-071-0/+2
| * f2fs: use kfree() to free variables allocated by match_strdup()Wang Xiaojun2020-06-181-18/+18
| * f2fs: use kfree() instead of kvfree() to free superblock dataDenis Efremov2020-06-181-5/+5
* | f2fs: add inline encryption supportSatya Tangirala2020-07-081-0/+35
|/
* Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2020-06-091-37/+51
|\
| * f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers2020-06-081-1/+1
| * f2fs: fix checkpoint=disable:%u%%Jaegeuk Kim2020-05-181-6/+19
| * f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim2020-05-111-1/+0
| * f2fs: report delalloc reserve as non-free in statfs for project quotaKonstantin Khlebnikov2020-05-111-1/+2
| * f2fs: compress: support lzo-rle compress algorithmChao Yu2020-05-111-0/+6
| * f2fs: introduce mempool for {,de}compress intermediate page allocationChao Yu2020-05-111-0/+6
| * f2fs: use strcmp() in parse_options()Eric Biggers2020-05-081-28/+16
| * f2fs: add tracepoint for f2fs iostatDaeho Jeong2020-04-171-0/+1
* | fscrypt: support test_dummy_encryption=v2Eric Biggers2020-05-181-24/+61
|/
* Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-071-35/+54
|\