summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-08f2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-10/+16
2026-01-08f2fs: dump more information for f2fs_{enable,disable}_checkpoint()Chao Yu1-0/+16
2026-01-08f2fs: add timeout in f2fs_enable_checkpoint()Chao Yu1-6/+15
2026-01-08f2fs: clear SBI_POR_DOING before initing inmem cursegSheng Yong1-3/+3
2026-01-08f2fs: fix to avoid updating compression context during writebackChao Yu1-0/+1
2026-01-08f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim1-0/+1
2026-01-08f2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu1-9/+8
2026-01-08f2fs: fix return value of f2fs_recover_fsync_data()Chao Yu1-5/+9
2026-01-08f2fs: fix to avoid potential deadlockChao Yu1-41/+0
2026-01-08f2fs: ensure node page reads complete before f2fs_put_super() finishesJan Prusakowski1-8/+9
2025-12-18f2fs: introduce reserved_pin_section sysfs entryChao Yu1-0/+4
2025-12-18f2fs: add carve_out sysfs nodeDaeho Jeong1-1/+2
2025-12-18f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim1-0/+1
2025-08-15f2fs: fix bio memleak when committing super blockSheng Yong1-0/+1
2025-07-10f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu1-6/+35
2025-07-10f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu1-0/+13
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-06-27f2fs: fix to set atomic write status more clearChao Yu1-1/+3
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-19f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu1-2/+2
2025-04-20f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil1-0/+4
2024-12-09f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu1-0/+12
2024-12-05Revert "f2fs: remove unreachable lazytime mount option parsing"Jaegeuk Kim1-0/+10
2024-12-05f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu1-1/+1
2024-12-05f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu1-6/+7
2024-12-05f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin1-6/+6
2024-09-25Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-45/+74
2024-09-11f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu1-4/+6
2024-09-11f2fs: introduce migration_window_granularityDaeho Jeong1-0/+2
2024-09-11f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong1-0/+5
2024-08-21f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu1-1/+1
2024-08-21f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITSZhiguo Niu1-1/+1
2024-08-15f2fs: get rid of buffer_head useChao Yu1-37/+56
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-08-05f2fs: add write priority option based on zone UFSLiao Yuanhong1-0/+1
2024-08-05f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-07-24Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+1
2024-07-11f2fs: remove unreachable lazytime mount option parsingEric Sandeen1-10/+0
2024-06-12f2fs: add support for FS_IOC_GETFSSYSFSPATHChao Yu1-0/+1
2024-06-07f2fs: Move CONFIG_UNICODE defguards into the code flowGabriel Krisman Bertazi1-4/+4
2024-05-20Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+62
2024-05-09f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu1-7/+20
2024-04-19f2fs: remove unnecessary block size check in init_f2fs_fs()Chao Yu1-6/+0
2024-04-19f2fs: fix comment in sanity_check_raw_super()Chao Yu1-1/+1
2024-04-12f2fs: don't set RO when shutting down f2fsJaegeuk Kim1-2/+8
2024-04-09f2fs: fix zoned block device information initializationWenjie Qi1-0/+27
2024-03-30f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-03-26f2fs: support .shutdown in f2fs_sopsChao Yu1-0/+6