summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)Author
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
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-08-05f2fs: add write priority option based on zone UFSLiao Yuanhong
2024-08-05f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich
2024-07-23Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-10f2fs: remove unreachable lazytime mount option parsingEric Sandeen
2024-06-12f2fs: add support for FS_IOC_GETFSSYSFSPATHChao Yu
2024-06-07f2fs: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi
2024-05-20Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-09f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu
2024-04-19f2fs: remove unnecessary block size check in init_f2fs_fs()Chao Yu
2024-04-19f2fs: fix comment in sanity_check_raw_super()Chao Yu
2024-04-12f2fs: don't set RO when shutting down f2fsJaegeuk Kim
2024-04-09f2fs: fix zoned block device information initializationWenjie Qi
2024-03-29f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He
2024-03-27fs,block: yield devices earlyChristian Brauner
2024-03-26f2fs: support .shutdown in f2fs_sopsChao Yu
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu
2024-03-12f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu
2024-03-04f2fs: print zone status in string and some logJaegeuk Kim
2024-02-29f2fs: fix write pointers all the timeJaegeuk Kim
2024-02-29f2fs: prevent an f2fs_gc loop during disable_checkpointJaegeuk Kim
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu
2024-02-27f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim