summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-011-5/+5
|\
| * unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-201-5/+5
* | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-0/+46
|\ \ | |/ |/|
| * f2fs: fix to reserve space for IO align featureChao Yu2022-01-041-0/+44
| * f2fs: support fault injection to f2fs_trylock_op()Chao Yu2022-01-041-0/+1
| * f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong2021-12-101-0/+1
* | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-171-19/+19
|\ \
| * | unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-111-6/+12
| * | f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig2021-10-111-13/+7
* | | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-3/+2
| |/ |/|
* | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-131-1/+1
|\ \
| * | lib: zstd: Add kernel-specific APINick Terrell2021-11-081-1/+1
* | | Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-131-2/+37
|\ \ \ | |/ / |/| |
| * | f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu2021-11-091-0/+2
| * | f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-0/+16
| * | f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu2021-10-291-1/+1
| * | f2fs: multidevice: support direct IOChao Yu2021-10-261-0/+7
| * | f2fs: introduce fragment allocation mode mount optionDaeho Jeong2021-10-261-0/+10
| * | f2fs: fix to use WHINT_MODEKeoseong Park2021-10-111-1/+1
| |/
* / fscrypt: remove fscrypt_operations::max_namelenEric Biggers2021-09-201-1/+0
|/
* Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-041-60/+182
|\
| * f2fs: enable realtime discard iff device supports discardChao Yu2021-08-301-2/+7
| * f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2021-08-301-1/+10
| * f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang2021-08-301-1/+26
| * f2fs: introduce periodic iostat io latency tracesDaeho Jeong2021-08-231-2/+11
| * f2fs: separate out iostat featureDaeho Jeong2021-08-231-5/+5
| * f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu2021-08-171-1/+3
| * f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu2021-08-051-4/+18
| * f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong2021-08-031-0/+1
| * f2fs: introduce discard_unit mount optionChao Yu2021-08-031-3/+51
| * f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu2021-08-021-5/+2
| * f2fs: quota: fix potential deadlockChao Yu2021-07-191-36/+48
* | f2fs: Convert to using invalidate_lockJan Kara2021-07-131-1/+0
|/
* f2fs: compress: add nocompress extensions supportFengnan Chang2021-07-011-1/+78
* f2fs: introduce f2fs_casefolded_name slab cacheChao Yu2021-06-231-0/+24
* f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-231-1/+34
* f2fs: support RO featureJaegeuk Kim2021-06-231-6/+31
* f2fs: logging neateningJoe Perches2021-06-231-2/+2
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-05-261-0/+1
* f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu2021-05-141-1/+7
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-041-27/+75
|\
| * f2fs: clean up build warningsYi Zhuang2021-04-101-2/+3
| * f2fs: set checkpoint_merge by defaultJaegeuk Kim2021-04-011-0/+1
| * f2fs: fix to restrict mount condition on readonly block deviceChao Yu2021-03-301-4/+12
| * f2fs: introduce gc_merge mount optionChao Yu2021-03-301-2/+17
| * f2fs: fix error path of f2fs_remount()Chao Yu2021-03-251-13/+34
| * f2fs: don't start checkpoint thread in readonly mountpointChao Yu2021-03-251-5/+5
| * f2fs: avoid unused f2fs_show_compress_options()Chao Yu2021-03-121-0/+2
| * f2fs: fix to allow migrating fully valid segmentChao Yu2021-03-121-1/+1
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-2/+2
|/