summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-30f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim1-0/+1
2025-07-22f2fs: switch to the new mount apiHongbo Li1-95/+70
2025-07-22f2fs: introduce fs_context_operation structureHongbo Li1-2/+6
2025-07-22f2fs: separate the options parsing and options checkingHongbo Li1-193/+545
2025-07-22f2fs: Add f2fs_fs_context to record the mount optionsHongbo Li1-175/+235
2025-07-22f2fs: Allow sbi to be NULL in f2fs_printkHongbo Li1-41/+49
2025-07-22f2fs: move the option parser into handle_mount_optHongbo Li1-655/+413
2025-07-22f2fs: Add fs parameter specifications for mount optionsHongbo Li1-0/+122
2025-07-09f2fs: use kfree() instead of kvfree() to free some memoryJiazi Li1-4/+4
2025-06-24f2fs: Fix the typos in commentsSwarna Prabhu1-1/+1
2025-06-23f2fs: introduce reserved_pin_section sysfs entryChao Yu1-0/+4
2025-06-23f2fs: fix bio memleak when committing super blockSheng Yong1-0/+1
2025-05-28f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu1-2/+2
2025-05-27f2fs: introduce FAULT_VMALLOCChao Yu1-0/+1
2025-05-27f2fs: add f2fs_bug_on() in f2fs_quota_read()Chao Yu1-0/+6
2025-05-27f2fs: remove unused sbi argument from checksum functionsEric Biggers1-4/+4
2025-05-13f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-05-06f2fs: drop usage of folio_indexKairui Song1-1/+1
2025-05-06f2fs: support FAULT_TIMEOUTChao Yu1-0/+1
2025-04-28f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu1-6/+35
2025-04-28f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-04-28f2fs: Use a folio in f2fs_quota_read()Matthew Wilcox (Oracle)1-20/+16
2025-04-10f2fs: fix to set atomic write status more clearChao Yu1-1/+3
2025-04-10f2fs: fix to update injection attrs according to fault_optionChao Yu1-13/+13
2025-04-10f2fs: add a proc entry show inject statsChao Yu1-0/+1
2025-03-17f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil1-0/+4
2025-03-13f2fs: pass sbi rather than sb to parse_options()Eric Sandeen1-4/+3
2025-03-13f2fs: pass sbi rather than sb to quota qf_name helpersEric Sandeen1-10/+10
2025-03-13f2fs: defer readonly check vs norecoveryEric Sandeen1-3/+7
2025-03-13f2fs: Pass sbi rather than sb to f2fs_set_test_dummy_encryptionEric Sandeen1-3/+2
2025-03-13f2fs: make LAZYTIME a mount option flagEric Sandeen1-3/+8
2025-03-13f2fs: make INLINECRYPT a mount option flagEric Sandeen1-1/+4
2025-03-13f2fs: factor out an f2fs_default_check functionEric Sandeen1-2/+14
2025-03-13f2fs: consolidate unsupported option handling errorsEric Sandeen1-14/+4
2025-03-13f2fs: use f2fs_sb_has_device_alias during option parsingEric Sandeen1-1/+1
2025-03-13f2fs: add carve_out sysfs nodeDaeho Jeong1-1/+2
2025-03-11f2fs: introduce FAULT_INCONSISTENT_FOOTERChao Yu1-0/+1
2025-03-08f2fs: control nat_bits feature via mount optionChao Yu1-0/+15
2025-03-04f2fs: fix to call f2fs_recover_quota_end() correctlyChao Yu1-1/+1
2025-02-28f2fs: fix the missing write pointer correctionJaegeuk Kim1-1/+3
2025-02-13f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim1-0/+1
2025-02-12f2fs: add dump_stack() in f2fs_handle_critical_error()Chao Yu1-0/+2
2025-02-10f2fs: quota: fix to avoid warning in dquot_writeback_dquots()Chao Yu1-15/+50
2024-12-01f2fs: switch to using the crc32 libraryEric Biggers1-15/+0
2024-11-23f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu1-0/+12
2024-11-21f2fs: clear SBI_POR_DOING before initing inmem cursegSheng Yong1-3/+3
2024-11-21f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong1-9/+6
2024-11-21f2fs: adjust unusable cap before checkpoint=disable modeDaeho Jeong1-1/+1
2024-11-21f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu1-1/+1
2024-11-21f2fs: replace deprecated strcpy with strscpyDaniel Yang1-2/+10