summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
6 daysf2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-9/+15
6 daysf2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu1-8/+7
6 daysf2fs: fix return value of f2fs_recover_fsync_data()Chao Yu1-5/+9
2025-07-10f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-27f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu1-2/+2
2025-05-02f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu1-7/+20
2024-10-17f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-10-17f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu1-1/+2
2024-07-05f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-03-27f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown1-4/+2
2024-03-27f2fs: multidevice: support direct IOChao Yu1-0/+7
2023-11-20f2fs: compress: fix to avoid redundant compress extensionChao Yu1-0/+33
2023-05-24f2fs: fix to check readonly condition correctlyChao Yu1-1/+1
2023-05-11f2fs: enforce single zone capacityJaegeuk Kim1-21/+12
2023-03-11f2fs: use memcpy_{to,from}_page() where possibleEric Biggers1-9/+2
2022-12-31f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-10-26f2fs: flush pending checkpoints when freezing superJaegeuk Kim1-3/+2
2022-10-26f2fs: complete checkpoints during remountJaegeuk Kim1-0/+6
2022-06-09f2fs: don't need inode lock for system hidden quotaJaegeuk Kim1-2/+4
2022-06-09f2fs: support fault injection for dquot_initialize()Chao Yu1-0/+16
2022-04-08f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim1-0/+4
2022-04-08f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park1-3/+3
2022-01-27f2fs: fix to reserve space for IO align featureChao Yu1-0/+44
2021-11-25f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu1-1/+1
2021-11-25f2fs: fix to use WHINT_MODEKeoseong Park1-1/+1
2021-11-18f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu1-0/+2
2021-09-04Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-60/+182
2021-08-30f2fs: enable realtime discard iff device supports discardChao Yu1-2/+7
2021-08-30f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim1-1/+10
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang1-1/+26
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong1-2/+11
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-5/+5
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-1/+3
2021-08-06f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu1-4/+18
2021-08-03f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong1-0/+1
2021-08-03f2fs: introduce discard_unit mount optionChao Yu1-3/+51
2021-08-02f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu1-5/+2
2021-07-20f2fs: quota: fix potential deadlockChao Yu1-36/+48
2021-07-13f2fs: Convert to using invalidate_lockJan Kara1-1/+0
2021-07-02f2fs: compress: add nocompress extensions supportFengnan Chang1-1/+78
2021-06-23f2fs: introduce f2fs_casefolded_name slab cacheChao Yu1-0/+24
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-1/+34
2021-06-23f2fs: support RO featureJaegeuk Kim1-6/+31
2021-06-23f2fs: logging neateningJoe Perches1-2/+2
2021-05-26f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu1-0/+1
2021-05-14f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu1-1/+7
2021-05-05Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-27/+75
2021-04-10f2fs: clean up build warningsYi Zhuang1-2/+3