summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
2025-05-28f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu
2025-05-27f2fs: introduce FAULT_VMALLOCChao Yu
2025-05-27f2fs: add f2fs_bug_on() in f2fs_quota_read()Chao Yu
2025-05-27f2fs: remove unused sbi argument from checksum functionsEric Biggers
2025-05-13f2fs: don't over-report free space or inodes in statvfsChao Yu
2025-05-06f2fs: drop usage of folio_indexKairui Song
2025-05-06f2fs: support FAULT_TIMEOUTChao Yu
2025-04-28f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu
2025-04-28f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu
2025-04-28f2fs: Use a folio in f2fs_quota_read()Matthew Wilcox (Oracle)
2025-04-10f2fs: fix to set atomic write status more clearChao Yu
2025-04-10f2fs: fix to update injection attrs according to fault_optionChao Yu
2025-04-10f2fs: add a proc entry show inject statsChao Yu
2025-03-17f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil
2025-03-13f2fs: pass sbi rather than sb to parse_options()Eric Sandeen
2025-03-13f2fs: pass sbi rather than sb to quota qf_name helpersEric Sandeen
2025-03-13f2fs: defer readonly check vs norecoveryEric Sandeen
2025-03-13f2fs: Pass sbi rather than sb to f2fs_set_test_dummy_encryptionEric Sandeen
2025-03-13f2fs: make LAZYTIME a mount option flagEric Sandeen
2025-03-13f2fs: make INLINECRYPT a mount option flagEric Sandeen
2025-03-13f2fs: factor out an f2fs_default_check functionEric Sandeen
2025-03-13f2fs: consolidate unsupported option handling errorsEric Sandeen
2025-03-13f2fs: use f2fs_sb_has_device_alias during option parsingEric Sandeen
2025-03-13f2fs: add carve_out sysfs nodeDaeho Jeong
2025-03-11f2fs: introduce FAULT_INCONSISTENT_FOOTERChao Yu
2025-03-08f2fs: control nat_bits feature via mount optionChao Yu
2025-03-04f2fs: fix to call f2fs_recover_quota_end() correctlyChao Yu
2025-02-28f2fs: fix the missing write pointer correctionJaegeuk Kim
2025-02-13f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim
2025-02-12f2fs: add dump_stack() in f2fs_handle_critical_error()Chao Yu
2025-02-10f2fs: quota: fix to avoid warning in dquot_writeback_dquots()Chao Yu
2024-12-01f2fs: switch to using the crc32 libraryEric Biggers
2024-11-23f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu
2024-11-21f2fs: clear SBI_POR_DOING before initing inmem cursegSheng Yong
2024-11-21f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong
2024-11-21f2fs: adjust unusable cap before checkpoint=disable modeDaeho Jeong
2024-11-21f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu
2024-11-21f2fs: replace deprecated strcpy with strscpyDaniel Yang
2024-11-21Revert "f2fs: remove unreachable lazytime mount option parsing"Jaegeuk Kim
2024-11-01f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu
2024-11-01f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu
2024-11-01f2fs: introduce device aliasing fileDaeho Jeong
2024-10-14f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin
2024-09-24Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-11f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu
2024-09-11f2fs: introduce migration_window_granularityDaeho Jeong
2024-09-11f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong
2024-08-21f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu
2024-08-21f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITSZhiguo Niu
2024-08-15f2fs: get rid of buffer_head useChao Yu